Home
last modified time | relevance | path

Searched refs:runToState (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java103 mLauncher.runToState( in goToOverviewUnchecked()
138 mLauncher.runToState( in goToOverviewUnchecked()
229 mLauncher.runToState(() -> recentsButton.click(), OVERVIEW_STATE_ORDINAL, in quickSwitch()
DWorkspace.java182 launcher.runToState( in dragIconToWorkspace()
196 launcher.runToState( in dragIconToWorkspace()
DLauncherInstrumentation.java744 runToState( in pressHome()
1036 void runToState(Runnable command, int expectedState, boolean requireEvent, String actionName) { in runToState() method
1038 runToState(command, expectedState, actionName); in runToState()
1044 void runToState(Runnable command, int expectedState, String actionName) { in runToState() method
1067 runToState( in swipeToState()