Property IsInTouchMode
IsInTouchMode
Returns the touch mode state associated with this view.
public override bool IsInTouchMode { get; }
Property Value
- bool
the touch mode state associated with this view
Remarks
Returns the touch mode state associated with this view.
Attached views return the touch mode state from the associated window's display.
Detached views just return the default touch mode value defined in
<code>com.android.internal.R.bool.config_defaultInTouchMode</code>.
Touch mode is entered once the user begins interacting with the device by touch, and
affects various things like whether focus highlight is always visible to the user.</p>
.
android.view.View.isInTouchMode()
Portions of this page are modifications based on work created and shared by the