Home
last modified time | relevance | path

Searched refs:startDragAndDrop (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragControllerTest.java81 doReturn(true).when(mRow).startDragAndDrop(any(), any(), any(), anyInt()); in setUp()
98 verify(controller).startDragAndDrop(mRow); in testDoStartDragHeadsUpNotif_startDragAndDrop()
109 verify(controller).startDragAndDrop(mRow); in testDoStartDragNotif()
126 verify(controller).startDragAndDrop(mRow); in testDoStartDrag_noLaunchIntent()
129 verify(mRow, never()).startDragAndDrop(any(), any(), any(), anyInt()); in testDoStartDrag_noLaunchIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DClipboardView.java81 startDragAndDrop(mCurrentClip, new View.DragShadowBuilder(this), null, in startPocketDrag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowDragController.java95 public void startDragAndDrop(View view) { in startDragAndDrop() method in ExpandableNotificationRowDragController
134 boolean result = view.startDragAndDrop(dragData, myShadow, null, View.DRAG_FLAG_GLOBAL in startDragAndDrop()
DExpandableNotificationRow.java2104 mDragController.startDragAndDrop(this);
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerInternal.java364 service.startDragAndDrop(source, state.getInputChannel())); in registerInputChannel()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDragDropControllerTests.java181 when(mWm.mInputManager.startDragAndDrop(any(InputChannel.class), in setUp()
708 assertTrue(mWm.mInputManager.startDragAndDrop(new InputChannel(), in startDrag()
/frameworks/base/core/java/android/widget/
DEditor.java1463 private void startDragAndDrop() { in startDragAndDrop() method in Editor
1475 mTextView.startDragAndDrop(data, getTextThumbnailBuilder(start, end), localState, in startDragAndDrop()
1510 startDragAndDrop(); in performLongClick()
6965 startDragAndDrop(); in onTouchEvent()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java1251 public boolean startDragAndDrop(@NonNull InputChannel fromChannel, in startDragAndDrop() method in InputManagerService
/frameworks/base/core/java/android/view/
DView.java28952 return startDragAndDrop(data, shadowBuilder, myLocalState, flags); in startDrag()
29006 public final boolean startDragAndDrop(ClipData data, DragShadowBuilder shadowBuilder, in startDragAndDrop() method
/frameworks/base/core/api/
Dcurrent.txt53171 …method public final boolean startDragAndDrop(android.content.ClipData, android.view.View.DragShado…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66749 Landroid/widget/Editor;->startDragAndDrop()V