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/
DQuickstepTestInformationHandler.java20 final float swipeHeight = in call() local
22 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
27 final float swipeHeight = in call() local
29 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
/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()
75 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.java67 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()). in goToOverviewUnchecked() local
71 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in goToOverviewUnchecked()