View.DragFlagAccessibilityAction Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.
Flag indicating that the drag was initiated with
AccessibilityNodeInfo.AccessibilityAction#ACTION_DRAG_START
.
[Android.Runtime.Register("DRAG_FLAG_ACCESSIBILITY_ACTION", ApiSince=32)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.", true)]
public const Android.Views.DragFlags DragFlagAccessibilityAction = 1024;
[<Android.Runtime.Register("DRAG_FLAG_ACCESSIBILITY_ACTION", ApiSince=32)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.", true)>]
val mutable DragFlagAccessibilityAction : Android.Views.DragFlags
Field Value
Value = 1024- Attributes
Remarks
Flag indicating that the drag was initiated with AccessibilityNodeInfo.AccessibilityAction#ACTION_DRAG_START
. When #startDragAndDrop(ClipData, DragShadowBuilder, Object, int)
is called, this is used by the system to perform a drag without animations.
Java documentation for android.view.View.DRAG_FLAG_ACCESSIBILITY_ACTION
.
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.