Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDragDropControllerTests.java25 import static android.view.DragEvent.ACTION_DRAG_STARTED;
250 assertTrue(dragEvent.getAction() == ACTION_DRAG_STARTED); in testPrivateInterceptGlobalDragDropFlagBehaviour()
294 == ACTION_DRAG_STARTED); in testPrivateInterceptGlobalDragDropIgnoresNonLocalWindows()
296 == ACTION_DRAG_STARTED); in testPrivateInterceptGlobalDragDropIgnoresNonLocalWindows()
508 assertTrue(dragEvents.get(0).getAction() == ACTION_DRAG_STARTED); in testRequestSurfaceForReturnAnimationFlag_dropSuccessful()
539 assertTrue(dragEvents.get(0).getAction() == ACTION_DRAG_STARTED); in testRequestSurfaceForReturnAnimationFlag_dropUnsuccessful()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/draganddrop/
H A DDragAndDropControllerTest.java21 import static android.view.DragEvent.ACTION_DRAG_STARTED;
127 doReturn(ACTION_DRAG_STARTED).when(event).getAction(); in testListenerOnDragStarted()
/aosp14/frameworks/base/core/java/android/view/
H A DDragEvent.java191 public static final int ACTION_DRAG_STARTED = 1; field in DragEvent
523 case ACTION_DRAG_STARTED: in actionToString()
H A DViewGroup.java1716 case DragEvent.ACTION_DRAG_STARTED: { in dispatchDragEvent()
H A DView.java28306 if (event.getAction() == DragEvent.ACTION_DRAG_STARTED) { in onDragEvent()
28370 case DragEvent.ACTION_DRAG_STARTED: { in callDragEventHandler()
H A DViewRootImpl.java8184 if (what == DragEvent.ACTION_DRAG_STARTED) { in handleDragEvent()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropController.java24 import static android.view.DragEvent.ACTION_DRAG_STARTED;
277 if (event.getAction() == ACTION_DRAG_STARTED) { in onDrag()
290 case ACTION_DRAG_STARTED: in onDrag()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragController.java192 case DragEvent.ACTION_DRAG_STARTED: in getDraggedViewDragListener()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java478 DragEvent event = obtainDragEvent(DragEvent.ACTION_DRAG_STARTED, in sendDragStartedLocked()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java15217 case DragEvent.ACTION_DRAG_STARTED: in onDragEvent()
/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.txt50371 field public static final int ACTION_DRAG_STARTED = 1; // 0x1