Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHomeAllApps.java45 final int startY = swipeDown ? getTopVisibleIconBounds(allAppsContainer).centerY() in switchToWorkspace()
48 swipeDown ? mLauncher.getDevice().getDisplayHeight() : getTopVisibleIconBounds( in switchToWorkspace()
DAllApps.java203 protected Rect getTopVisibleIconBounds(UiObject2 allAppsContainer) { in getTopVisibleIconBounds() method in AllApps