Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DClipboardView.java82 View.DRAG_FLAG_GLOBAL); in startPocketDrag()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDragDropControllerTests.java161 dragFlow(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_GLOBAL_URI_READ, null, 0, 0); in testPerformDrag_NullDataWithGrantUri()
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java423 if ((mFlags & View.DRAG_FLAG_GLOBAL) == 0 || !targetWindowSupportsGlobalDrag(targetWin)) { in isValidDropTarget()
581 if ((mFlags & View.DRAG_FLAG_GLOBAL) != 0 && (mFlags & DRAG_FLAGS_URI_ACCESS) != 0 in notifyDropLocked()
/frameworks/base/core/java/android/widget/
DEditor.java1184 View.DRAG_FLAG_GLOBAL); in startDragAndDrop()
/frameworks/base/core/java/android/view/
DView.java4890 public static final int DRAG_FLAG_GLOBAL = 1 << 8; // 256 field in View
25938 data.prepareToLeaveProcess((flags & View.DRAG_FLAG_GLOBAL) != 0); in startDragAndDrop()
/frameworks/base/non-updatable-api/
Dcurrent.txt52059 field public static final int DRAG_FLAG_GLOBAL = 256; // 0x100
/frameworks/base/api/
Dcurrent.txt52203 field public static final int DRAG_FLAG_GLOBAL = 256; // 0x100