Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DThemeIconsTest.java68 icon.dragToWorkspace(false, false); in testIconWithoutTheme()
87 shortcutItem.dragToWorkspace(false, false); in testShortcutIconWithoutTheme()
105 icon.dragToWorkspace(false, false); in testIconWithTheme()
124 shortcutItem.dragToWorkspace(false, false); in testShortcutIconWithTheme()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspaceDragSource.java31 default void dragToWorkspace(boolean startsActivity, boolean isWidgetShortcut) { in dragToWorkspace() method
71 default HomeAppIcon dragToWorkspace(int cellX, int cellY) { in dragToWorkspace() method
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java403 allApps.getAppIcon(APP_NAME).dragToWorkspace(false, false); in testLaunchHomeScreenMenuItem()
430 allApps.getAppIcon(APP_NAME).dragToWorkspace(false, false); in testDragAppIcon()
461 menuItem.dragToWorkspace(false, false); in testDragShortcut()
598 allApps.getAppIcon(APP_NAME).dragToWorkspace(target.x, target.y); in testDragAppIconToWorkspaceCell()
614 launcherTestAppIcon.dragToWorkspace(target.x, target.y); in testDragAppIconToWorkspaceCell()
674 .dragToWorkspace(target.x, target.y); in testDragShortcutToWorkspaceCell()
DAbstractLauncherUiTest.java616 allApps.getAppIcon(name).dragToWorkspace(cellX, cellY); in createShortcutIfNotExist()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DAddWidgetTest.java95 .dragToWorkspace(false, true); in testDragCustomShortcut()
DAddConfigWidgetTest.java97 .dragToWorkspace(true, false); in runTest()