Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java111 int bottomGestureMargin = ResourceUtils.getNavbarSize( in getAppIcon() local
114 int displayBottom = deviceHeight - bottomGestureMargin; in getAppIcon()
DWorkspace.java104 final int bottomGestureMargin = ResourceUtils.getNavbarSize( in switchToAllApps() local
108 final int startY = deviceHeight - Math.max(bottomGestureMargin, windowCornerRadius) - 1; in switchToAllApps()