Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 11 of 11) sorted by relevance

/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
DINewsHelper.java27 public void scrollPage(Direction direction); in scrollPage()
DIMapsHelper.java121 public default void swipeStreetView(Direction direction) { in swipeStreetView()
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DIPhotosHelper.java122 public boolean scrollPicture(Direction direction); in scrollPicture()
132 public boolean scrollPage(Direction direction); in scrollPage()
DIGmailHelper.java171 public void scrollMailbox(Direction direction, float amount, boolean scrollToEnd); in scrollMailbox()
182 public void scrollEmail(Direction direction, float amount, boolean scrollToEnd); in scrollEmail()
238 default public void swipeEmail(Direction direction) { in swipeEmail()
DIGoogleMessengerHelper.java50 public void scrollMessages(Direction direction); in scrollMessages()
DIGoogleCameraHelper.java226 public void scrollAlbum(Direction direction); in scrollAlbum()
/platform_testing/utils/dpad/src/android/platform/test/utils/
DDPadUtil.java49 public boolean pressDPad(Direction direction) { in pressDPad()
53 public void pressDPad(Direction direction, long repeat) { in pressDPad()
66 public boolean pressDPad(Direction direction, long repeat, long timeout) { in pressDPad()
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
DSystemUiJankTests.java158 public UiObject2 select(BySelector selector, Direction direction, long timeoutMs) { in select()
183 public UiObject2 selectBidirect(BySelector selector, Direction direction) { in selectBidirect()
/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/
DAbstractLeanbackAppHelper.java227 public UiObject2 select(SelectCondition condition, UiObject2 container, Direction direction) { in select()
252 public UiObject2 select(UiObject2 container, final BySelector selector, Direction direction) { in select()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java587 protected UiObject2 findNotificationCard(BySelector selector, Direction direction) { in findNotificationCard()
659 protected UiObject2 findRow(BySelector row, Direction direction) { in findRow()
704 protected UiObject2 findSettingInRow(BySelector selector, Direction direction) { in findSettingInRow()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java180 default void scroll(Direction direction, float percent, long durationMs) { in scroll()