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.java113 int deviceHeight = mLauncher.getDevice().getDisplayHeight(); in getAppIcon() local
114 int displayBottom = deviceHeight - bottomGestureMargin; in getAppIcon()
154 deviceHeight)); in getAppIcon()
DWorkspace.java103 final int deviceHeight = mLauncher.getDevice().getDisplayHeight(); in switchToAllApps() local
108 final int startY = deviceHeight - Math.max(bottomGestureMargin, windowCornerRadius) - 1; in switchToAllApps()