Searched refs:createShortcutIfNotExist (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | BaseLauncherTaplTest.java | 493 return createShortcutIfNotExist(name, dimension.x / 2, dimension.y / 2); in createShortcutInCenterIfNotExist() 496 protected HomeAppIcon createShortcutIfNotExist(String name, Point cellPosition) { in createShortcutIfNotExist() method in BaseLauncherTaplTest 497 return createShortcutIfNotExist(name, cellPosition.x, cellPosition.y); in createShortcutIfNotExist() 500 protected HomeAppIcon createShortcutIfNotExist(String name, int cellX, int cellY) { in createShortcutIfNotExist() method in BaseLauncherTaplTest
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/ |
D | TaplDragTest.java | 71 final HomeAppIcon playStoreIcon = createShortcutIfNotExist(STORE_APP_NAME, 0, 1); in testDragToFolder() 101 final HomeAppIcon playStoreIcon = createShortcutIfNotExist(STORE_APP_NAME, 0, 1); in testDragOutOfFolder()
|
D | TaplUninstallRemoveTest.java | 150 createShortcutIfNotExist(appNames[i], gridPositions[i]); in uninstallWorkspaceIcon()
|