Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
H A DTwoPanelWorkspaceTest.java72 mWorkspace.dragIcon(mWorkspace.getHotseatAppIcon("Chrome"), 1); in testDragIconToRightPanel()
118 mWorkspace.dragIcon(mWorkspace.getHotseatAppIcon("Phone"), 3); in testDragIconToPage3()
144 mWorkspace.dragIcon(mWorkspace.getHotseatAppIcon("Chrome"), 0); in testEmptyPageDoesNotGetRemovedIfPagePairIsNotEmpty()
193 mWorkspace.dragIcon(mWorkspace.getHotseatAppIcon("Camera"), 1); in testEmptyPagesGetRemovedIfBothPagesAreEmpty()
228 mWorkspace.dragIcon(mWorkspace.getHotseatAppIcon("Messages"), 3); in testMiddleEmptyPagesGetRemoved()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DWorkspace.java151 dragIcon(workspace, getHotseatAppIcon("Chrome"), pagesPerScreen()); in ensureWorkspaceIsScrollable()
207 public AppIcon getHotseatAppIcon(String appName) { in getHotseatAppIcon() method in Workspace