Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplTwoPanelWorkspaceTest.java105 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 1); in testDragIconToRightPanel()
121 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 2); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible()
192 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 3); in testDragIconToPage3()
208 workspace.dragIcon(workspace.getHotseatAppIcon(MESSAGES_APP_NAME), 2); in testMultiplePageDragIcon()
257 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 0); in testEmptyPageDoesNotGetRemovedIfPagePairIsNotEmpty()
297 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 1); in testEmptyPagesGetRemovedIfBothPagesAreEmpty()
324 workspace.dragIcon(workspace.getHotseatAppIcon(MESSAGES_APP_NAME), 3); in testMiddleEmptyPagesGetRemoved()
DTaplWorkspaceTest.java128 HomeAppIcon hotSeatIcon = workspace.getHotseatAppIcon(0); in testAddAndDeletePageAndFling()
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplUninstallRemoveTest.java184 .deleteAppIcon(mLauncher.getWorkspace().getHotseatAppIcon(0)) in testAddDeleteShortcutOnHotseat()
189 mLauncher.getWorkspace().getHotseatAppIcon(TEST_APP_NAME)); in testAddDeleteShortcutOnHotseat()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHomeAppIcon.java147 (WorkspaceAppIcon) mLauncher.getWorkspace().getHotseatAppIcon(mAppName); in dragToHotseat()
DWorkspace.java252 dragIcon(workspace, getHotseatAppIcon(appName), pagesPerScreen()); in ensureWorkspaceIsScrollable()
321 public HomeAppIcon getHotseatAppIcon(String appName) { in getHotseatAppIcon() method in Workspace
333 public HomeAppIcon getHotseatAppIcon(int cellInd) { in getHotseatAppIcon() method in Workspace
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsSplitscreen.java81 .deleteAppIcon(mLauncher.getWorkspace().getHotseatAppIcon(0)) in testSplitAppFromHomeWithItself()