Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java108 mLauncher.swipeToState(startX, startY, endX, endY, 10, expectedState); in goToOverviewUnchecked()
158 mLauncher.swipeToState(startX, startY, endX, endY, 20, expectedState); in quickSwitchToPreviousApp()
DOverview.java54 mLauncher.swipeToState( in switchToAllApps()
DAllAppsFromOverview.java58 mLauncher.swipeToState(start.x, start.y, start.x, endY, 60, OVERVIEW_STATE_ORDINAL); in switchBackToOverview()
DWorkspace.java70 mLauncher.swipeToState( in switchToAllApps()
DLauncherInstrumentation.java570 swipeToState( in pressHome()
778 void swipeToState(int startX, int startY, int endX, int endY, int steps, int expectedState) { in swipeToState() method