Searched defs:percent (Results 1 – 8 of 8) sorted by relevance
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/ |
D | IAutoMapsHelper.java | 110 void swipeUp(float percent, long durationMs); in swipeUp() 121 void swipeDown(float percent, long durationMs); in swipeDown() 132 void swipeLeft(float percent, long durationMs); in swipeLeft() 143 void swipeRight(float percent, long durationMs); in swipeRight() 156 void scale(float percent, long durationMs); in scale()
|
/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/ |
D | INewsHelper.java | 46 public default void scrollPage(Rect bounds, Direction dir, float percent) { in scrollPage()
|
D | IMapsHelper.java | 159 public default void scrollPage(Rect bounds, Direction dir, float percent) { in scrollPage()
|
D | IYouTubeHelper.java | 194 public default void swipePage(UiObject2 container, Direction dir, float percent) { in swipePage()
|
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/ |
D | Scrollable.java | 74 public default void scrollUp(float percent, long durationMs) { in scrollUp() 110 public default void scrollDown(float percent, long durationMs) { in scrollDown() 200 default void scroll(Direction direction, float percent, long durationMs) { in scroll()
|
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/ |
D | IPhotosHelper.java | 164 public void scrollPhotosGridBySwiping(UiObject2 container, Direction direction, float percent); in scrollPhotosGridBySwiping()
|
D | IChromeHelper.java | 254 public default void scrollPage(Direction dir, float percent) { in scrollPage()
|
D | INotificationHelper.java | 455 default void scrollFeed(UiObject2 container, Direction dir, float percent) { in scrollFeed()
|