Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoMapsHelper.java61 void swipeUp(float percent, long durationMs); in swipeUp() argument
72 void swipeDown(float percent, long durationMs); in swipeDown() argument
83 void swipeLeft(float percent, long durationMs); in swipeLeft() argument
94 void swipeRight(float percent, long durationMs); in swipeRight() argument
107 void scale(float percent, long durationMs); in scale() argument
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java63 public default void scrollUp(float percent, long durationMs) { in scrollUp() argument
64 scroll(Direction.UP, percent, durationMs); in scrollUp()
90 public default void scrollDown(float percent, long durationMs) { in scrollDown() argument
91 scroll(Direction.DOWN, percent, durationMs); in scrollDown()
180 default void scroll(Direction direction, float percent, long durationMs) { in scroll() argument
193 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.java159 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.java253 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.java170 private boolean scroll(Direction direction, float percent, long timeMs, int index) { in scroll() argument
210 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()