Freigeben über


TouchInteractionController.StateDragging Field

Definition

Caution

This constant will be removed in the future version. Use Android.AccessibilityServices.TouchInteractionState enum directly instead of this field.

The state where the user is dragging with two fingers.

[Android.Runtime.Register("STATE_DRAGGING", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.TouchInteractionState enum directly instead of this field.", true)]
public const Android.AccessibilityServices.TouchInteractionState StateDragging = 3;
[<Android.Runtime.Register("STATE_DRAGGING", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.TouchInteractionState enum directly instead of this field.", true)>]
val mutable StateDragging : Android.AccessibilityServices.TouchInteractionState

Field Value

Value = 3
Attributes

Remarks

The state where the user is dragging with two fingers. The service is not receiving motion events. The selected finger is being dispatched to the rest of the input pipeline to execute the drag.

Java documentation for android.accessibilityservice.TouchInteractionController.STATE_DRAGGING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to