Home
last modified time | relevance | path

Searched refs:DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDragDropControllerTests.java339 startDrag(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG, in testPrivateInterceptGlobalDragDropGetsDragFlags()
346 | View.DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG)); in testPrivateInterceptGlobalDragDropGetsDragFlags()
356 | View.DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG)); in testPrivateInterceptGlobalDragDropGetsDragFlags()
601 startDrag(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG, in testUnhandledDragReceivesUnhandledDropOverWindow()
625 startDrag(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG, in testUnhandledDragReceivesUnhandledDropOverNoValidWindow()
670 startDrag(View.DRAG_FLAG_GLOBAL | View.DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG, in testUnhandledDragCallbackTimeout()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragUtils.java79 if ((dragFlags & View.DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG) == 0) { in getLaunchIntent()
/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java22 import static android.view.View.DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG;
375 (mDragState.mFlags & DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG) != 0; in notifyUnhandledDrop()
/frameworks/base/core/java/android/view/
DView.java5512 public static final int DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG = 1 << 13; field in View
29030 if ((flags & DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG) != 0) { in startDragAndDrop()
29033 flags &= ~DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG; in startDragAndDrop()
/frameworks/base/core/api/
Dcurrent.txt53219 …s.delegate_unhandled_drags") public static final int DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DR…