Searched refs:dragToWorkspace (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/ |
D | TaplThemeIconsTest.java | 69 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/ |
D | TaplDragTest.java | 134 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/ |
D | WorkspaceDragSource.java | 34 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/ |
D | TaplAppIconMenuTest.java | 84 allApps.getAppIcon(TEST_APP_NAME).dragToWorkspace(false, false); in testLaunchHomeScreenMenuItem()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/ |
D | TaplAddWidgetTest.java | 97 .dragToWorkspace(false, true); in testDragCustomShortcut()
|
D | TaplAddConfigWidgetTest.java | 97 .dragToWorkspace(true, false); in runTest()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | AbstractLauncherUiTest.java | 686 allApps.getAppIcon(name).dragToWorkspace(cellX, cellY); in createShortcutIfNotExist()
|