Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DILauncherStrategy.java85 public Direction getAllWidgetsScrollDirection(); in getAllWidgetsScrollDirection() method
DBaseLauncher3Strategy.java129 allWidgetsContainer, Direction.reverse(getAllWidgetsScrollDirection())); in openAllWidgets()
138 public Direction getAllWidgetsScrollDirection() { in getAllWidgetsScrollDirection() method in BaseLauncher3Strategy
DAospLauncherStrategy.java147 public Direction getAllWidgetsScrollDirection() { in getAllWidgetsScrollDirection() method in AospLauncherStrategy
DLeanbackLauncherStrategy.java309 public Direction getAllWidgetsScrollDirection() { in getAllWidgetsScrollDirection() method in LeanbackLauncherStrategy
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DLauncherJankTests.java209 Direction dir = mLauncherStrategy.getAllWidgetsScrollDirection(); in testWidgetsContainerFling()