Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DTaplTestsLauncher3.java314 allApps.getAppIcon(APP_NAME).dragToWorkspace(false, false); in testDragAppIcon()
353 menuItem.dragToWorkspace(false, false); in testDragShortcut()
368 appIcon.dragToWorkspace(false, false); in createShortcutIfNotExist()
416 allApps.getAppIcon(APP_NAME).dragToWorkspace(false, false); in testPressBack()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DWidget.java89 dragToWorkspace(/* startsActivity= */ configurable, /* isWidgetShortcut= */ false); in dragWidgetToWorkspace()
H A DLaunchable.java90 public void dragToWorkspace(boolean startsActivity, boolean isWidgetShortcut) { in dragToWorkspace() method in Launchable
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
H A DAddWidgetTest.java90 .dragToWorkspace(false, true); in testDragCustomShortcut()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DTaplTestsQuickstep.java312 allApps.getAppIcon(APP_NAME).dragToWorkspace(false, false); in testPressBack()