Home
last modified time | relevance | path

Searched refs:getAllAppsScrollDirection (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DILauncherStrategy.java66 public Direction getAllAppsScrollDirection(); in getAllAppsScrollDirection() method
DBaseLauncher3Strategy.java98 allAppsContainer, Direction.reverse(getAllAppsScrollDirection())); in openAllApps()
107 public Direction getAllAppsScrollDirection() { in getAllAppsScrollDirection() method in BaseLauncher3Strategy
DAospLauncherStrategy.java91 Direction.reverse(getAllAppsScrollDirection())); in openAllApps()
100 public Direction getAllAppsScrollDirection() { in getAllAppsScrollDirection() method in AospLauncherStrategy
DCommonLauncherHelper.java149 Direction dir = launcherStrategy.getAllAppsScrollDirection(); in launchApp()
DLeanbackLauncherStrategy.java154 public Direction getAllAppsScrollDirection() { in getAllAppsScrollDirection() method in LeanbackLauncherStrategy
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java139 Direction dir = mLauncherStrategy.getAllAppsScrollDirection(); in testAllAppsContainerSwipe()