Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DQuickstepTestInformationHandler.java26 final float swipeHeight = in call() local
28 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
33 final float swipeHeight = in call() local
35 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java46 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight() local
48 swipeHeight -= dp.getInsets().bottom; in getDefaultSwipeHeight()
50 return swipeHeight; in getDefaultSwipeHeight()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java63 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps() local
67 "switchToAllApps: swipeHeight = " + swipeHeight + ", slop = " in switchToAllApps()
74 start.y - swipeHeight - mLauncher.getTouchSlop(), in switchToAllApps()
DAllAppsFromOverview.java52 final int swipeHeight = mLauncher.getTestInfo( in switchBackToOverview() local
56 final int endY = start.y + swipeHeight; in switchBackToOverview()
DBackground.java68 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()). in goToOverviewUnchecked() local
72 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in goToOverviewUnchecked()