Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DItemLongClickListener.java60 beginDrag(v, launcher, (ItemInfo) v.getTag(), launcher.getDefaultWorkspaceDragOptions()); in onWorkspaceItemLongClick()
64 public static void beginDrag(View v, Launcher launcher, ItemInfo info, in beginDrag() method in ItemLongClickListener
/aosp12/frameworks/base/core/java/android/widget/
H A DFastScroller.java1379 private void beginDrag() { in beginDrag() method in FastScroller
1424 beginDrag(); in onInterceptTouchEvent()
1476 beginDrag(); in onTouchEvent()
1485 beginDrag(); in onTouchEvent()
1512 beginDrag(); in onTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRowTest.java385 doNothing().when(row).beginDrag(); in testOnDown()
389 verify(row, times(1)).beginDrag(); in testOnDown()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRow.java374 protected void beginDrag() { in beginDrag() method in NotificationMenuRow
386 beginDrag(); in onTouchStart()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DKeyboardDragAndDropView.java280 ItemLongClickListener.beginDrag(icon, mLauncher, item, dragOptions); in showForIcon()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java465 ItemLongClickListener.beginDrag(item, mLauncher, info, options); in beginAccessibleDrag()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70838 Landroid/widget/FastScroller;->beginDrag()V