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/
DOverview.java55 mLauncher.swipeToState( in switchToAllApps()
DAllAppsFromOverview.java59 mLauncher.swipeToState(start.x, start.y, start.x, endY, 60, OVERVIEW_STATE_ORDINAL, in switchBackToOverview()
DBackground.java131 mLauncher.swipeToState(startX, startY, endX, endY, 10, OVERVIEW_STATE_ORDINAL, in goToOverviewUnchecked()
DWorkspace.java87 mLauncher.swipeToState( in switchToAllApps()
DLauncherInstrumentation.java727 swipeToState( in pressHome()
1065 void swipeToState(int startX, int startY, int endX, int endY, int steps, int expectedState, in swipeToState() method