/platform_testing/libraries/flicker/utils/src/android/tools/traces/view/ |
D | ViewNode.kt | 36 val scroll: Point, constant in android.tools.traces.view.ViewNode 54 if (scroll != other.scroll) return false in equals() 72 result = 31 * result + scroll.hashCode() in hashCode() 93 scroll: Point, in toString() 108 scroll, in toString()
|
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/ |
D | Scrollable.java | 75 scroll(Direction.UP, percent, durationMs); in scrollUp() 111 scroll(Direction.DOWN, percent, durationMs); in scrollDown() 200 default void scroll(Direction direction, float percent, long durationMs) { in scroll() method 213 scrollable.scroll(direction, percent / 100, scrollSpeed); in scroll()
|
/platform_testing/libraries/app-helpers/interfaces/clockwork/src/android/platform/helpers/ |
D | IWeatherHelper.java | 30 public boolean scroll(Direction d); in scroll() method
|
D | IYourFeedHelper.java | 30 public boolean scroll(Direction d); in scroll() method
|
D | IAgendaHelper.java | 30 public boolean scroll(Direction d); in scroll() method
|
/platform_testing/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/ |
D | TaplUiObject.kt | 87 fun scroll(direction: Direction, percent: Float, verifyIsScrollable: Boolean = false) { in scroll() method 102 BetterScroll.scroll(bounds, swipeDirection, segment) in scroll()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper2/ |
D | CommonLauncherHelper.java | 92 while (container.scroll(backDirection, 0.25f)) { in scrollBackToBeginning() 133 container.scroll(dir, pct); in ensureIconVisible() 182 while (!mDevice.hasObject(app) && container.scroll(dir, 0.8f)) { in launchApp()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | CommonLauncherHelper.java | 88 while (container.scroll(backDirection, 0.25f)) { in scrollBackToBeginning() 128 container.scroll(dir, pct); in ensureIconVisible() 173 while (!mDevice.hasObject(app) && container.scroll(dir, 0.8f)) { in launchApp()
|
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/ |
D | BetterScroll.kt | 29 fun scroll( in scroll() method
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/view/ |
D | ViewFrameBuilder.kt | 48 scroll = Point(node.scrollX, node.scrollY), in parseViewNode()
|
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/ |
D | DownloadAppTests.java | 82 container.scroll(Direction.UP, 1.0f); in testScroll() 84 container.scroll(Direction.DOWN, 1.0f); in testScroll()
|
/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/ |
D | ApiDemoJankTests.java | 103 .scroll(Direction.DOWN, 1.0f); in selectAnimation() 283 .scroll(Direction.DOWN, 1.0f); in selectViews() 297 .scroll(Direction.DOWN, 1.0f); in selectViews()
|
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/ |
D | SpectatioUiUtil.java | 998 return scroll(scrollableSelector, getDirection(isVertical, /* scrollForward= */ true)); in scrollForward() 1032 return scroll(scrollableSelector, getDirection(isVertical, /* scrollForward= */ false)); in scrollBackward() 1035 private boolean scroll(BySelector scrollableSelector, Direction direction) in scroll() method in SpectatioUiUtil 1052 scrollableObject.scroll(direction, SCROLL_PERCENT); in scroll()
|
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/ |
D | MediaInstrumentation.java | 140 qsScrollView.scroll(Direction.DOWN, 1.0f, 100); in scrollToMediaNotification() 165 scrollable.scroll( in ensureUMOFullyVisible()
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingsAppInfoHelperImpl.java | 504 canScroll = permissionView.scroll(Direction.DOWN, 0.6f); in scrollForTextFields()
|