Searched refs:dragIcon (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/ |
D | TaplTwoPanelWorkspaceTest.java | 105 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 1); in testDragIconToRightPanel() 121 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 2); in testSinglePageDragIconWhenMultiplePageScrollingIsPossible() 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() 192 workspace.dragIcon(workspace.getHotseatAppIcon(CHROME_APP_NAME), 3); in testDragIconToPage3() 208 workspace.dragIcon(workspace.getHotseatAppIcon(MESSAGES_APP_NAME), 2); in testMultiplePageDragIcon() [all …]
|
D | TaplWorkspaceTest.java | 132 workspace.dragIcon(hotSeatIcon, workspace.pagesPerScreen()); in testAddAndDeletePageAndFling()
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | Workspace.java | 252 dragIcon(workspace, getHotseatAppIcon(appName), pagesPerScreen()); in ensureWorkspaceIsScrollable() 286 public void dragIcon(HomeAppIcon homeAppIcon, int pageDelta) { in dragIcon() method in Workspace 295 dragIcon(workspace, homeAppIcon, pageDelta); in dragIcon() 301 private void dragIcon(UiObject2 workspace, HomeAppIcon homeAppIcon, int pageDelta) { in dragIcon() method in Workspace
|