Searched refs:ACTION_DRAG_STARTED (Results 1 – 13 of 13) sorted by relevance
25 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()
21 import static android.view.DragEvent.ACTION_DRAG_STARTED;131 doReturn(ACTION_DRAG_STARTED).when(event).getAction(); in testListenerOnDragStarted()
198 public static final int ACTION_DRAG_STARTED = 1; field in DragEvent536 case ACTION_DRAG_STARTED: in actionToString()
1712 case DragEvent.ACTION_DRAG_STARTED: { in dispatchDragEvent()
29377 if (event.getAction() == DragEvent.ACTION_DRAG_STARTED) { in onDragEvent()29441 case DragEvent.ACTION_DRAG_STARTED: { in callDragEventHandler()
8943 if (what == DragEvent.ACTION_DRAG_STARTED) { in handleDragEvent()
24 import static android.view.DragEvent.ACTION_DRAG_STARTED;297 if (event.getAction() == ACTION_DRAG_STARTED) { in onDrag()311 case ACTION_DRAG_STARTED: in onDrag()
192 case DragEvent.ACTION_DRAG_STARTED: in getDraggedViewDragListener()
531 DragEvent event = obtainDragEvent(DragEvent.ACTION_DRAG_STARTED, in sendDragStartedLocked()
3376 case DragEvent.ACTION_DRAG_STARTED: in onDragEvent()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
32123 field public static final int ACTION_DRAG_STARTED = 1; // 0x1
50846 field public static final int ACTION_DRAG_STARTED = 1; // 0x1