Searched refs:DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG (Results 1 – 5 of 5) sorted by relevance
339 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()
79 if ((dragFlags & View.DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG) == 0) { in getLaunchIntent()
22 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()
5512 public static final int DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG = 1 << 13; field in View29030 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()
53219 …s.delegate_unhandled_drags") public static final int DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DR…