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.java37 final float swipeHeight = in call() local
39 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
44 final float swipeHeight = in call() local
47 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java38 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight() local
40 swipeHeight -= dp.getInsets().bottom; in getDefaultSwipeHeight()
42 return swipeHeight; in getDefaultSwipeHeight()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllAppsFromOverview.java53 final int swipeHeight = mLauncher.getTestInfo( in switchBackToOverview() local
57 final int endY = start.y + swipeHeight; in switchBackToOverview()
DWorkspace.java109 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps() local
113 "switchToAllApps: swipeHeight = " + swipeHeight + ", slop = " in switchToAllApps()
120 startY - swipeHeight - mLauncher.getTouchSlop(), in switchToAllApps()
DBackground.java78 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()). in goToOverviewUnchecked() local
82 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in goToOverviewUnchecked()