Home
last modified time | relevance | path

Searched refs:ACTION_DRAG_STARTED (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDragDropControllerTests.java25 import static android.view.DragEvent.ACTION_DRAG_STARTED;
257 assertTrue(dragEvent.getAction() == ACTION_DRAG_STARTED); in testPrivateInterceptGlobalDragDropFlagBehaviour()
301 == ACTION_DRAG_STARTED); in testPrivateInterceptGlobalDragDropIgnoresNonLocalWindows()
303 == ACTION_DRAG_STARTED); in testPrivateInterceptGlobalDragDropIgnoresNonLocalWindows()
343 assertTrue(dragEvent.getAction() == ACTION_DRAG_STARTED); in testPrivateInterceptGlobalDragDropGetsDragFlags()
535 assertTrue(dragEvents.get(0).getAction() == ACTION_DRAG_STARTED); in testRequestSurfaceForReturnAnimationFlag_dropSuccessful()
566 assertTrue(dragEvents.get(0).getAction() == ACTION_DRAG_STARTED); in testRequestSurfaceForReturnAnimationFlag_dropUnsuccessful()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/
DDragAndDropControllerTest.java21 import static android.view.DragEvent.ACTION_DRAG_STARTED;
131 doReturn(ACTION_DRAG_STARTED).when(event).getAction(); in testListenerOnDragStarted()
/frameworks/base/core/java/android/view/
DDragEvent.java198 public static final int ACTION_DRAG_STARTED = 1; field in DragEvent
536 case ACTION_DRAG_STARTED: in actionToString()
DViewGroup.java1712 case DragEvent.ACTION_DRAG_STARTED: { in dispatchDragEvent()
DView.java29377 if (event.getAction() == DragEvent.ACTION_DRAG_STARTED) { in onDragEvent()
29441 case DragEvent.ACTION_DRAG_STARTED: { in callDragEventHandler()
DViewRootImpl.java8943 if (what == DragEvent.ACTION_DRAG_STARTED) { in handleDragEvent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropController.java24 import static android.view.DragEvent.ACTION_DRAG_STARTED;
297 if (event.getAction() == ACTION_DRAG_STARTED) { in onDrag()
311 case ACTION_DRAG_STARTED: in onDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java192 case DragEvent.ACTION_DRAG_STARTED: in getDraggedViewDragListener()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java531 DragEvent event = obtainDragEvent(DragEvent.ACTION_DRAG_STARTED, in sendDragStartedLocked()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java3376 case DragEvent.ACTION_DRAG_STARTED: in onDragEvent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32123 field public static final int ACTION_DRAG_STARTED = 1; // 0x1
/frameworks/base/core/api/
Dcurrent.txt50846 field public static final int ACTION_DRAG_STARTED = 1; // 0x1