Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java94 final int bottomGestureMargin = mLauncher.getBottomGestureSize(); in switchToAllApps() local
96 final int startY = deviceHeight - Math.max(bottomGestureMargin, windowCornerRadius) - 1; in switchToAllApps()