Searched refs:homeAppIcon (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | Workspace.java | 286 public void dragIcon(HomeAppIcon homeAppIcon, int pageDelta) { in dragIcon() argument 295 dragIcon(workspace, homeAppIcon, pageDelta); in dragIcon() 301 private void dragIcon(UiObject2 workspace, HomeAppIcon homeAppIcon, int pageDelta) { in dragIcon() argument 307 homeAppIcon, in dragIcon() 387 public Workspace dragAndCancelAppIcon(HomeAppIcon homeAppIcon) { 393 homeAppIcon, 412 public Workspace deleteAppIcon(HomeAppIcon homeAppIcon) { 418 homeAppIcon, 443 static Workspace uninstallAppIcon(LauncherInstrumentation launcher, HomeAppIcon homeAppIcon, 448 final String appNameToUninstall = homeAppIcon.getAppName(); [all …]
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | AbstractLauncherUiTest.java | 679 HomeAppIcon homeAppIcon = mLauncher.getWorkspace().tryGetWorkspaceAppIcon(name); in createShortcutIfNotExist() local 680 Log.d(ICON_MISSING, "homeAppIcon: " + homeAppIcon + " name: " + name + in createShortcutIfNotExist() 682 if (homeAppIcon == null) { in createShortcutIfNotExist() 690 homeAppIcon = mLauncher.getWorkspace().getWorkspaceAppIcon(name); in createShortcutIfNotExist() 692 return homeAppIcon; in createShortcutIfNotExist()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/ |
D | TaplUninstallRemoveTest.java | 65 final HomeAppIcon homeAppIcon = createShortcutInCenterIfNotExist(appName); in testDeleteFromWorkspace() local 66 Workspace workspace = mLauncher.getWorkspace().deleteAppIcon(homeAppIcon); in testDeleteFromWorkspace()
|
D | TaplDragTest.java | 175 final HomeAppIcon homeAppIcon = createShortcutInCenterIfNotExist(GMAIL_APP_NAME); in testDragAndCancelAppIcon() local 180 mLauncher.getWorkspace().dragAndCancelAppIcon(homeAppIcon); in testDragAndCancelAppIcon()
|