/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
H A D | DragScrollListenerTest.java | 72 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 D | DragEvents.java | 44 final DragEvent dropEvent = createTestDragEvent(DragEvent.ACTION_DROP); in createTestDropEvent()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | DragEvent.java | 235 public static final int ACTION_DROP = 3; field in DragEvent 527 case ACTION_DROP: in actionToString()
|
H A D | ViewRootImpl.java | 7682 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 D | View.java | 27001 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 D | ViewGroup.java | 1779 case DragEvent.ACTION_DROP: { in dispatchDragEvent()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/ |
H A D | PhoneFavoriteListView.java | 166 case DragEvent.ACTION_DROP: in onDragEvent() 171 if (action == DragEvent.ACTION_DROP || action == DragEvent.ACTION_DRAG_ENDED) { in onDragEvent()
|
H A D | RemoveView.java | 83 case DragEvent.ACTION_DROP: in onDragEvent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | ClipboardView.java | 66 case DragEvent.ACTION_DROP: in onDragEvent()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DragDropControllerTests.java | 25 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 D | DragListener.java | 94 case DragEvent.ACTION_DROP: { in onDrag()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DragAndDropController.java | 28 import static android.view.DragEvent.ACTION_DROP; 212 case ACTION_DROP: { in onDrag()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 129 if (event.getAction() == DragEvent.ACTION_DROP) { in dispatchDragEvent()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | ItemDragListener.java | 84 case DragEvent.ACTION_DROP: in onDrag()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | DragDriver.java | 144 case DragEvent.ACTION_DROP: in onDragEvent()
|
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/ |
H A D | ActionHandlerTest.java | 517 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 D | DragState.java | 318 final DragEvent event = obtainDragEvent(DragEvent.ACTION_DROP, x, y, in reportDropWindowLock()
|
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/ |
H A D | RecipientEditTextView.java | 3382 case DragEvent.ACTION_DROP: in onDragEvent()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 13160 case DragEvent.ACTION_DROP: in onDragEvent()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 47107 field public static final int ACTION_DROP = 3; // 0x3
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 32124 field public static final int ACTION_DROP = 3; // 0x3
|