Home
last modified time | relevance | path

Searched refs:DRAG_FLAG_GLOBAL (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDragDropControllerTests.java218 doDragAndDrop(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_GLOBAL_URI_READ, null, 0, 0); in testPerformDrag_NullDataWithGrantUri()
227 doDragAndDrop(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_GLOBAL_URI_READ, null, 10, 10); in testPerformDrag_NullDataToOtherUser()
253 startDrag(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_GLOBAL_URI_READ, in testPrivateInterceptGlobalDragDropFlagBehaviour()
295 startDrag(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_GLOBAL_URI_READ, in testPrivateInterceptGlobalDragDropIgnoresNonLocalWindows()
339 startDrag(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG, in testPrivateInterceptGlobalDragDropGetsDragFlags()
345 (View.DRAG_FLAG_GLOBAL in testPrivateInterceptGlobalDragDropGetsDragFlags()
355 (View.DRAG_FLAG_GLOBAL in testPrivateInterceptGlobalDragDropGetsDragFlags()
532 startDrag(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_GLOBAL_URI_READ in testRequestSurfaceForReturnAnimationFlag_dropSuccessful()
563 startDrag(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_GLOBAL_URI_READ in testRequestSurfaceForReturnAnimationFlag_dropUnsuccessful()
601 startDrag(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG, in testUnhandledDragReceivesUnhandledDropOverWindow()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DClipboardView.java82 View.DRAG_FLAG_GLOBAL); in startPocketDrag()
/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java20 import static android.view.View.DRAG_FLAG_GLOBAL;
373 (mDragState.mFlags & (DRAG_FLAG_GLOBAL_SAME_APPLICATION | DRAG_FLAG_GLOBAL)) == 0; in notifyUnhandledDrop()
DDragState.java305 if ((mFlags & View.DRAG_FLAG_GLOBAL) != 0 && (mFlags & DRAG_FLAGS_URI_ACCESS) != 0 in createDropEvent()
578 final boolean isGlobalDrag = (mFlags & View.DRAG_FLAG_GLOBAL) != 0; in isValidDropTarget()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java134 boolean result = view.startDragAndDrop(dragData, myShadow, null, View.DRAG_FLAG_GLOBAL in startDragAndDrop()
/frameworks/base/core/java/android/view/
DView.java5418 public static final int DRAG_FLAG_GLOBAL = 1 << 8; // 256 field in View
29019 if ((flags & DRAG_FLAG_GLOBAL) != 0 && ((flags & DRAG_FLAG_GLOBAL_SAME_APPLICATION) != 0)) { in startDragAndDrop()
29023 flags &= ~DRAG_FLAG_GLOBAL; in startDragAndDrop()
29029 (flags & (DRAG_FLAG_GLOBAL_SAME_APPLICATION | DRAG_FLAG_GLOBAL)) != 0); in startDragAndDrop()
29040 data.prepareToLeaveProcess((flags & DRAG_FLAG_GLOBAL) != 0); in startDragAndDrop()
/frameworks/base/core/java/android/widget/
DEditor.java1476 View.DRAG_FLAG_GLOBAL); in startDragAndDrop()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt53212 field public static final int DRAG_FLAG_GLOBAL = 256; // 0x100