Home
last modified time | relevance | path

Searched refs:openDeepShortcutMenu (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsTaskbar.java88 .openDeepShortcutMenu() in testLaunchShortcut()
110 .openDeepShortcutMenu() in testLaunchShortcutInSplitscreen()
129 .openDeepShortcutMenu() in testLaunchShortcut_fromTaskbarAllApps()
147 .openDeepShortcutMenu() in testLaunchShortcutInSplitscreen_fromTaskbarAllApps()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DTaskbarAppIcon.java44 public TaskbarAppIconMenu openDeepShortcutMenu() { in openDeepShortcutMenu() method in TaskbarAppIcon
45 return (TaskbarAppIconMenu) super.openDeepShortcutMenu(); in openDeepShortcutMenu()
DHomeAppIcon.java100 public HomeAppIconMenu openDeepShortcutMenu() { in openDeepShortcutMenu() method in HomeAppIcon
101 return (HomeAppIconMenu) super.openDeepShortcutMenu(); in openDeepShortcutMenu()
DAppIcon.java85 public AppIconMenu openDeepShortcutMenu() { in openDeepShortcutMenu() method in AppIcon
/packages/apps/Launcher3/tests/src/com/android/launcher3/appiconmenu/
DTaplAppIconMenuTest.java59 final AppIconMenu menu = allApps.getAppIcon(TEST_APP_NAME).openDeepShortcutMenu(); in testLaunchMenuItem()
86 TEST_APP_NAME).openDeepShortcutMenu(); in testLaunchHomeScreenMenuItem()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplThemeIconsTest.java87 (HomeAppIconMenuItem) icon.openDeepShortcutMenu().getMenuItem(SHORTCUT_NAME); in testShortcutIconWithoutTheme()
124 (HomeAppIconMenuItem) icon.openDeepShortcutMenu().getMenuItem(SHORTCUT_NAME); in testShortcutIconWithTheme()
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplDragTest.java128 .openDeepShortcutMenu() in testDragShortcut()
157 .openDeepShortcutMenu() in testDragShortcutToMultipleWorkspaceCells()