Searched refs:allAppsContainer (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | AllApps.java | 68 final UiObject2 allAppsContainer = verifyActiveContainer(); in AllApps() local 69 mHeight = mLauncher.getVisibleBounds(allAppsContainer).height(); in AllApps() 70 final UiObject2 appListRecycler = getAppListRecycler(allAppsContainer); in AllApps() 88 private boolean hasClickableIcon(UiObject2 allAppsContainer, UiObject2 appListRecycler, in hasClickableIcon() argument 107 if (hasSearchBox() && iconCenterInSearchBox(allAppsContainer, icon)) { in hasClickableIcon() 124 private boolean iconCenterInSearchBox(UiObject2 allAppsContainer, UiObject2 icon) { in iconCenterInSearchBox() argument 126 return mLauncher.getVisibleBounds(getSearchBox(allAppsContainer)).contains( in iconCenterInSearchBox() 149 final UiObject2 allAppsContainer = verifyActiveContainer(); in tryGetAppIcon() local 150 final UiObject2 appListRecycler = getAppListRecycler(allAppsContainer); in tryGetAppIcon() 155 if (!hasClickableIcon(allAppsContainer, appListRecycler, appIconSelector, in tryGetAppIcon() [all …]
|
D | HomeAllApps.java | 42 UiObject2 allAppsContainer = verifyActiveContainer(); in switchToWorkspace() local 44 final int startX = allAppsContainer.getVisibleCenter().x; in switchToWorkspace() 45 final int startY = swipeDown ? getTopVisibleIconBounds(allAppsContainer).centerY() in switchToWorkspace() 49 allAppsContainer).centerY(); in switchToWorkspace()
|
D | AllAppsQsb.java | 25 AllAppsQsb(LauncherInstrumentation launcher, UiObject2 allAppsContainer) { in AllAppsQsb() argument 26 super(launcher, allAppsContainer, "search_container_all_apps"); in AllAppsQsb()
|
D | TaskbarAllAppsQsb.java | 25 TaskbarAllAppsQsb(LauncherInstrumentation launcher, UiObject2 allAppsContainer) { in TaskbarAllAppsQsb() argument 26 super(launcher, allAppsContainer, "search_container_all_apps"); in TaskbarAllAppsQsb()
|