Home
last modified time | relevance | path

Searched refs:percent (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java73 public default void scrollUp(float percent, long durationMs) { in scrollUp() argument
74 scroll(Direction.UP, percent, durationMs); in scrollUp()
109 public default void scrollDown(float percent, long durationMs) { in scrollDown() argument
110 scroll(Direction.DOWN, percent, durationMs); in scrollDown()
199 default void scroll(Direction direction, float percent, long durationMs) { in scroll() argument
212 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()
/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
DINewsHelper.java45 public default void scrollPage(Rect bounds, Direction dir, float percent) { in scrollPage() argument
DIMapsHelper.java158 public default void scrollPage(Rect bounds, Direction dir, float percent) { in scrollPage() argument
DIYouTubeHelper.java194 public default void swipePage(UiObject2 container, Direction dir, float percent) { in swipePage() argument
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DIPhotosHelper.java164 public void scrollPhotosGridBySwiping(UiObject2 container, Direction direction, float percent); in scrollPhotosGridBySwiping() argument
DIChromeHelper.java254 public default void scrollPage(Direction dir, float percent) { in scrollPage() argument
DINotificationHelper.java335 default void scrollFeed(UiObject2 container, Direction dir, float percent) { in scrollFeed() argument
/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java174 private boolean scroll(Direction direction, float percent, long timeMs, int index) { in scroll() argument
214 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()