Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAppIconMenu.java33 UiObject2 deepShortcutsContainer) { in AppIconMenu() argument
35 mDeepShortcutsContainer = deepShortcutsContainer; in AppIconMenu()
DAppIcon.java47 final UiObject2 deepShortcutsContainer = mLauncher.waitForLauncherObject( in openMenu() local
51 return new AppIconMenu(mLauncher, deepShortcutsContainer); in openMenu()