Home
last modified time | relevance | path

Searched refs:ACTION_DROP (Results 1 – 22 of 22) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DDragScrollListenerTest.java72 triggerDragEvent(DragEvent.ACTION_DROP); in testDragEvent_DelegateToHandler()
73 assertTrue(mDragHandler.mLastDropEvent.getAction() == DragEvent.ACTION_DROP); in testDragEvent_DelegateToHandler()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DDragEvents.java44 final DragEvent dropEvent = createTestDragEvent(DragEvent.ACTION_DROP); in createTestDropEvent()
/aosp12/frameworks/base/core/java/android/view/
H A DDragEvent.java235 public static final int ACTION_DROP = 3; field in DragEvent
527 case ACTION_DROP: in actionToString()
H A DViewRootImpl.java7682 if ((what == DragEvent.ACTION_DRAG_LOCATION) || (what == DragEvent.ACTION_DROP)) {
7699 if (what == DragEvent.ACTION_DROP && event.mClipData != null) {
7728 if (what == DragEvent.ACTION_DROP) {
H A DView.java27001 if (event.getAction() == DragEvent.ACTION_DROP) { in onDragEvent()
27041 event.mAction == DragEvent.ACTION_DROP) { in dispatchDragEvent()
27076 case DragEvent.ACTION_DROP: { in callDragEventHandler()
H A DViewGroup.java1779 case DragEvent.ACTION_DROP: { in dispatchDragEvent()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DPhoneFavoriteListView.java166 case DragEvent.ACTION_DROP: in onDragEvent()
171 if (action == DragEvent.ACTION_DROP || action == DragEvent.ACTION_DRAG_ENDED) { in onDragEvent()
H A DRemoveView.java83 case DragEvent.ACTION_DROP: in onDragEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DClipboardView.java66 case DragEvent.ACTION_DROP: in onDragEvent()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDragDropControllerTests.java25 import static android.view.DragEvent.ACTION_DROP;
307 assertTrue(last(localWindowDragEvents).getAction() != ACTION_DROP); in testPrivateInterceptGlobalDragDropIgnoresNonLocalWindows()
308 assertTrue(last(globalInterceptWindowDragEvents).getAction() == ACTION_DROP); in testPrivateInterceptGlobalDragDropIgnoresNonLocalWindows()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DDragListener.java94 case DragEvent.ACTION_DROP: { in onDrag()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropController.java28 import static android.view.DragEvent.ACTION_DROP;
212 case ACTION_DROP: { in onDrag()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java129 if (event.getAction() == DragEvent.ACTION_DROP) { in dispatchDragEvent()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DItemDragListener.java84 case DragEvent.ACTION_DROP: in onDrag()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragDriver.java144 case DragEvent.ACTION_DROP: in onDragEvent()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
H A DActionHandlerTest.java517 DragEvent event = DragEvent.obtain(DragEvent.ACTION_DROP, 1, 1, 0, 0, null, null, null, in testDragAndDrop_OnReadOnlyRoot()
525 DragEvent event = DragEvent.obtain(DragEvent.ACTION_DROP, 1, 1, 0, 0, null, null, null, in testDragAndDrop_OnLibraryRoot()
538 DragEvent event = DragEvent.obtain(DragEvent.ACTION_DROP, 1, 1, 0, 0, localState, null, in testDragAndDrop_DropsOnWritableRoot()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java318 final DragEvent event = obtainDragEvent(DragEvent.ACTION_DROP, x, y, in reportDropWindowLock()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3382 case DragEvent.ACTION_DROP: in onDragEvent()
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java13160 case DragEvent.ACTION_DROP: in onDragEvent()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt47107 field public static final int ACTION_DROP = 3; // 0x3
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt32124 field public static final int ACTION_DROP = 3; // 0x3