Searched refs:getWorkspaceAppIcon (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/ |
D | TaplTwoPanelWorkspaceTest.java | 125 workspace.dragIcon(workspace.getWorkspaceAppIcon(MAPS_APP_NAME), 3); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 135 workspace.dragIcon(workspace.getWorkspaceAppIcon(MAPS_APP_NAME), 3); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 147 workspace.dragIcon(workspace.getWorkspaceAppIcon(MAPS_APP_NAME), -1); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 157 workspace.dragIcon(workspace.getWorkspaceAppIcon(MAPS_APP_NAME), -1); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 161 workspace.dragIcon(workspace.getWorkspaceAppIcon(CHROME_APP_NAME), -2); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 175 workspace.dragIcon(workspace.getWorkspaceAppIcon(MAPS_APP_NAME), 2); in testDragIconToPage2() 212 workspace.dragIcon(workspace.getWorkspaceAppIcon(MAPS_APP_NAME), 5); in testMultiplePageDragIcon() 226 workspace.dragIcon(workspace.getWorkspaceAppIcon(MESSAGES_APP_NAME), 4); in testMultiplePageDragIcon() 238 workspace.dragIcon(workspace.getWorkspaceAppIcon(MESSAGES_APP_NAME), -3); in testMultiplePageDragIcon() 256 workspace.dragIcon(workspace.getWorkspaceAppIcon(MAPS_APP_NAME), 3); in testEmptyPageDoesNotGetRemovedIfPagePairIsNotEmpty() [all …]
|
D | TaplWorkspaceTest.java | 99 workspace.getWorkspaceAppIcon(CHROME_APP_NAME)); in testWorkspace() 115 final HomeAppIcon app = workspace.getWorkspaceAppIcon(CHROME_APP_NAME); in testWorkspace() 138 workspace.getWorkspaceAppIcon(appName).dragToHotseat(0); in testAddAndDeletePageAndFling()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/ |
D | TaplDragTest.java | 135 mLauncher.getWorkspace().getWorkspaceAppIcon(expectedShortcutName) in testDragShortcut() 205 mLauncher.getWorkspace().getWorkspaceAppIcon(TEST_APP_NAME).launch(getAppPackageName()); in testDragAppIcon()
|
D | TaplUninstallRemoveTest.java | 162 mLauncher.getWorkspace().getWorkspaceAppIcon(DUMMY_APP_NAME).uninstall(); in uninstallWorkspaceIcon()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/appiconmenu/ |
D | TaplAppIconMenuTest.java | 85 final AppIconMenu menu = mLauncher.getWorkspace().getWorkspaceAppIcon( in testLaunchHomeScreenMenuItem()
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | WorkspaceDragSource.java | 95 (WorkspaceAppIcon) launcher.getWorkspace().getWorkspaceAppIcon(iconName); in dragToWorkspace()
|
D | Workspace.java | 224 public HomeAppIcon getWorkspaceAppIcon(String appName) { in getWorkspaceAppIcon() method in Workspace
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/ |
D | TaplAddWidgetTest.java | 98 mLauncher.getWorkspace().getWorkspaceAppIcon("Shortcut") in testDragCustomShortcut()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | AbstractLauncherUiTest.java | 690 homeAppIcon = mLauncher.getWorkspace().getWorkspaceAppIcon(name); in createShortcutIfNotExist()
|