Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWidgetResizeFrame.java36 launcher.waitForLauncherObject("widget_resize_frame"); in WidgetResizeFrame()
54 UiObject2 widget = mLauncher.waitForLauncherObject("widget_resize_frame"); in resize()
56 mLauncher.waitForLauncherObject("widget_resize_bottom_handle"); in resize()
77 float newHeight = mLauncher.waitForLauncherObject( in resize()
DKeyboardQuickSwitch.java83 mLauncher.waitForLauncherObject(KEYBOARD_QUICK_SWITCH_RES_ID); in moveFocusForward()
91 mLauncher.waitForLauncherObject(KEYBOARD_QUICK_SWITCH_RES_ID); in moveFocusForward()
115 mLauncher.waitForLauncherObject(KEYBOARD_QUICK_SWITCH_RES_ID); in moveFocusBackward()
125 mLauncher.waitForLauncherObject(KEYBOARD_QUICK_SWITCH_RES_ID); in moveFocusBackward()
142 mLauncher.waitForLauncherObject(KEYBOARD_QUICK_SWITCH_RES_ID); in dismiss()
DSearchResultFromQsb.java43 mLauncher.waitForLauncherObject("search_container_all_apps"); in SearchResultFromQsb()
49 UiObject2 icon = mLauncher.waitForLauncherObject(AppIcon.getAppIconSelector(appName)); in findAppIcon()
99 mLauncher.waitForLauncherObject(BOTTOM_SHEET_RES_ID); in dismissByTappingOutsideForTablet()
DFolder.java33 this.mContainer = launcher.waitForLauncherObject(FOLDER_CONTENT_RES_ID); in Folder()
57 mLauncher.waitForLauncherObject(FOLDER_CONTENT_RES_ID); in close()
DQsb.java62 UiObject2 assistantIcon = mLauncher.waitForLauncherObject(ASSISTANT_ICON_RES_ID); in launchAssistant()
91 UiObject2 lensIcon = mLauncher.waitForLauncherObject(LENS_ICON_RES_ID); in launchLens()
DAppIconMenuItem.java45 mLauncher.waitForLauncherObject("drop_target_bar"); in waitForLongPressConfirmation()
DWidgets.java184 final UiObject2 searchBarContainer = mLauncher.waitForLauncherObject( in findSearchBar()
213 UiObject2 widgetPicker = mLauncher.waitForLauncherObject(widgetPickerSelector); in findTestAppWidgetsTableContainer()
DSearchWebSuggestion.java46 mLauncher.waitForLauncherObject("popup_container"); in waitForLongPressConfirmation()
DKeyboardQuickSwitchSource.java41 launcher.waitForLauncherObject(KEYBOARD_QUICK_SWITCH_RES_ID); in showQuickSwitchView()
DSplitScreenMenuItem.java51 mLauncher.waitForLauncherObject("split_placeholder"); in click()
DSearchInputSource.java37 UiObject2 editText = launcher.waitForLauncherObject(INPUT_RES); in searchForInput()
DAddToHomeScreenPrompt.java35 mWidgetCell = launcher.waitForLauncherObject(getSelector()); in AddToHomeScreenPrompt()
DSelectModeButtons.java41 mSelectModeButtons = launcherInstrumentation.waitForLauncherObject("select_mode_buttons"); in SelectModeButtons()
DWidget.java39 mLauncher.waitForLauncherObject("drop_target_bar"); in waitForLongPressConfirmation()
DLauncherInstrumentation.java905 return waitForLauncherObject(WORKSPACE_RES_ID); in verifyVisibleObjects()
915 return waitForLauncherObject(WIDGETS_RES_ID); in verifyVisibleObjects()
925 return waitForLauncherObject(APPS_RES_ID); in verifyVisibleObjects()
945 return waitForLauncherObject(APPS_RES_ID); in verifyVisibleObjects()
1099 waitForLauncherObject(getAnyObjectSelector()); in swipeUpToCloseFloatingView()
1551 UiObject2 waitForLauncherObject(String resName) { in waitForLauncherObject() method
1560 : waitForLauncherObject(resName); in waitForSystemLauncherObject()
1564 UiObject2 waitForLauncherObject(BySelector selector) { in waitForLauncherObject() method
2180 final UiObject2 result = waitForLauncherObject(resName); in clickAndGet()
2199 final UiObject2 result = waitForLauncherObject(resName); in rightClickAndGet()
DOverviewTaskMenu.java35 mMenu = mLauncher.waitForLauncherObject("menu_option_layout"); in OverviewTaskMenu()
DAppIcon.java103 mLauncher.waitForLauncherObject("popup_container"); in waitForLongPressConfirmation()
DAllApps.java379 ? mLauncher.waitForLauncherObject(FAST_SCROLLER_RES_ID) : in dismissByTappingOutsideForTablet()
380 mLauncher.waitForLauncherObject(BOTTOM_SHEET_RES_ID); in dismissByTappingOutsideForTablet()
DWorkspace.java79 mHotseat = launcher.waitForLauncherObject("hotseat"); in Workspace()
376 launcher.waitForLauncherObject(DROP_BAR_RES_ID),