/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowDragControllerTest.java | 81 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/ |
D | ClipboardView.java | 81 startDragAndDrop(mCurrentClip, new View.DragShadowBuilder(this), null, in startPocketDrag()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowDragController.java | 95 public void startDragAndDrop(View view) { in startDragAndDrop() method in ExpandableNotificationRowDragController 134 boolean result = view.startDragAndDrop(dragData, myShadow, null, View.DRAG_FLAG_GLOBAL in startDragAndDrop()
|
D | ExpandableNotificationRow.java | 2104 mDragController.startDragAndDrop(this);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerInternal.java | 364 service.startDragAndDrop(source, state.getInputChannel())); in registerInputChannel()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DragDropControllerTests.java | 181 when(mWm.mInputManager.startDragAndDrop(any(InputChannel.class), in setUp() 708 assertTrue(mWm.mInputManager.startDragAndDrop(new InputChannel(), in startDrag()
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 1463 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/ |
D | InputManagerService.java | 1251 public boolean startDragAndDrop(@NonNull InputChannel fromChannel, in startDragAndDrop() method in InputManagerService
|
/frameworks/base/core/java/android/view/ |
D | View.java | 28952 return startDragAndDrop(data, shadowBuilder, myLocalState, flags); in startDrag() 29006 public final boolean startDragAndDrop(ClipData data, DragShadowBuilder shadowBuilder, in startDragAndDrop() method
|
/frameworks/base/core/api/ |
D | current.txt | 53171 …method public final boolean startDragAndDrop(android.content.ClipData, android.view.View.DragShado…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 66749 Landroid/widget/Editor;->startDragAndDrop()V
|