Home
last modified time | relevance | path

Searched refs:DRAG_FLAG_ACCESSIBILITY_ACTION (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDragDropController.java165 if ((flags & View.DRAG_FLAG_ACCESSIBILITY_ACTION) == 0) { in performDrag()
H A DDragState.java741 return (mFlags & View.DRAG_FLAG_ACCESSIBILITY_ACTION) != 0; in isAccessibilityDragDrop()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDragDropControllerTests.java596 flags | View.DRAG_FLAG_ACCESSIBILITY_ACTION, null, 0, 0, 0, 0, 0, data); in startA11yDrag()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java5203 public static final int DRAG_FLAG_ACCESSIBILITY_ACTION = 1 << 10; field in View
28032 if (a11yEnabled && (flags & View.DRAG_FLAG_ACCESSIBILITY_ACTION) != 0) { in startDragAndDrop()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52690 field public static final int DRAG_FLAG_ACCESSIBILITY_ACTION = 1024; // 0x400