Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplThemeIconsTest.java69 icon.dragToWorkspace(false, false); in testIconWithoutTheme()
88 shortcutItem.dragToWorkspace(false, false); in testShortcutIconWithoutTheme()
106 icon.dragToWorkspace(false, false); in testIconWithTheme()
125 shortcutItem.dragToWorkspace(false, false); in testShortcutIconWithTheme()
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplDragTest.java134 menuItem.dragToWorkspace(false, false); in testDragShortcut()
159 .dragToWorkspace(target.x, target.y); in testDragShortcutToMultipleWorkspaceCells()
204 allApps.getAppIcon(TEST_APP_NAME).dragToWorkspace(false, false); in testDragAppIcon()
236 launcherTestAppIcon.dragToWorkspace(target.x, target.y); in testDragAppIconToMultipleWorkspaceCells()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspaceDragSource.java34 default void dragToWorkspace(boolean startsActivity, boolean isWidgetShortcut) { in dragToWorkspace() method
74 default HomeAppIcon dragToWorkspace(int cellX, int cellY) { in dragToWorkspace() method
/packages/apps/Launcher3/tests/src/com/android/launcher3/appiconmenu/
DTaplAppIconMenuTest.java84 allApps.getAppIcon(TEST_APP_NAME).dragToWorkspace(false, false); in testLaunchHomeScreenMenuItem()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DTaplAddWidgetTest.java97 .dragToWorkspace(false, true); in testDragCustomShortcut()
DTaplAddConfigWidgetTest.java97 .dragToWorkspace(true, false); in runTest()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java686 allApps.getAppIcon(name).dragToWorkspace(cellX, cellY); in createShortcutIfNotExist()