Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java35 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight() local
37 swipeHeight -= dp.getInsets().bottom; in getDefaultSwipeHeight()
39 return swipeHeight; in getDefaultSwipeHeight()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java168 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher() local
172 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher()
186 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendUpPointerToEnterOverviewToLauncher() local
189 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in sendUpPointerToEnterOverviewToLauncher()
DWorkspace.java97 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps() local
102 + ", swipeHeight = " + swipeHeight + ", slop = " in switchToAllApps()
109 startY - swipeHeight - mLauncher.getTouchSlop(), in switchToAllApps()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java68 final float swipeHeight = in call() local
70 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
75 final float swipeHeight = mDeviceProfile.heightPx / 2f; in call() local
76 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()