Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java606 return waitForLauncherObject(WORKSPACE_RES_ID); in verifyVisibleObjects()
612 return waitForLauncherObject(WIDGETS_RES_ID); in verifyVisibleObjects()
618 return waitForLauncherObject(APPS_RES_ID); in verifyVisibleObjects()
625 return waitForLauncherObject(OVERVIEW_RES_ID); in verifyVisibleObjects()
717 waitForLauncherObject(getAnyObjectSelector()); in pressHome()
968 UiObject2 waitForLauncherObject(String resName) { in waitForLauncherObject() method
973 UiObject2 waitForLauncherObject(BySelector selector) { in waitForLauncherObject() method
1313 final UiObject2 result = waitForLauncherObject(resName); in clickAndGet()
DWorkspace.java60 mHotseat = launcher.waitForLauncherObject("hotseat"); in Workspace()
188 launcher.waitForLauncherObject(longPressIndicator); in dragIconToWorkspace()
DOptionsPopupMenu.java29 mDeepShortcutsContainer = launcher.waitForLauncherObject("popup_container"); in OptionsPopupMenu()
DAddToHomeScreenPrompt.java37 mWidgetCell = launcher.waitForLauncherObject(getSelector()); in AddToHomeScreenPrompt()
DBaseOverview.java149 UiObject2 overviewActions = mLauncher.waitForLauncherObject("action_buttons"); in getOverviewActions()
DOverviewActions.java148 UiObject2 selectModeButtons = mLauncher.waitForLauncherObject("select_mode_buttons"); in getSelectModeButtons()
DWidgets.java155 final UiObject2 searchBarContainer = mLauncher.waitForLauncherObject( in findSearchBar()