Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java152 int deviceHeight = mLauncher.getRealDisplaySize().y; in tryGetAppIcon() local
191 allAppsContainer, appListRecycler, appIconSelector, deviceHeight)) { in tryGetAppIcon()
DWorkspace.java93 final int deviceHeight = mLauncher.getDevice().getDisplayHeight(); in switchToAllApps() local
96 final int startY = deviceHeight - Math.max(bottomGestureMargin, windowCornerRadius) - 1; in switchToAllApps()
101 "switchToAllApps: deviceHeight = " + deviceHeight + ", startY = " + startY in switchToAllApps()