Home
last modified time | relevance | path

Searched refs:getWorkspaceAppIcon (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplTwoPanelWorkspaceTest.java125 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 …]
DTaplWorkspaceTest.java99 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/
DTaplDragTest.java135 mLauncher.getWorkspace().getWorkspaceAppIcon(expectedShortcutName) in testDragShortcut()
205 mLauncher.getWorkspace().getWorkspaceAppIcon(TEST_APP_NAME).launch(getAppPackageName()); in testDragAppIcon()
DTaplUninstallRemoveTest.java162 mLauncher.getWorkspace().getWorkspaceAppIcon(DUMMY_APP_NAME).uninstall(); in uninstallWorkspaceIcon()
/packages/apps/Launcher3/tests/src/com/android/launcher3/appiconmenu/
DTaplAppIconMenuTest.java85 final AppIconMenu menu = mLauncher.getWorkspace().getWorkspaceAppIcon( in testLaunchHomeScreenMenuItem()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspaceDragSource.java95 (WorkspaceAppIcon) launcher.getWorkspace().getWorkspaceAppIcon(iconName); in dragToWorkspace()
DWorkspace.java224 public HomeAppIcon getWorkspaceAppIcon(String appName) { in getWorkspaceAppIcon() method in Workspace
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DTaplAddWidgetTest.java98 mLauncher.getWorkspace().getWorkspaceAppIcon("Shortcut") in testDragCustomShortcut()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java690 homeAppIcon = mLauncher.getWorkspace().getWorkspaceAppIcon(name); in createShortcutIfNotExist()