Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 15 of 15) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/view/
DViewNode.kt36 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/
DScrollable.java75 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/
DIWeatherHelper.java30 public boolean scroll(Direction d); in scroll() method
DIYourFeedHelper.java30 public boolean scroll(Direction d); in scroll() method
DIAgendaHelper.java30 public boolean scroll(Direction d); in scroll() method
/platform_testing/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/
DTaplUiObject.kt87 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/
DCommonLauncherHelper.java92 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/
DCommonLauncherHelper.java88 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/
DBetterScroll.kt29 fun scroll( in scroll() method
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/view/
DViewFrameBuilder.kt48 scroll = Point(node.scrollX, node.scrollY), in parseViewNode()
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTests.java82 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/
DApiDemoJankTests.java103 .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/
DSpectatioUiUtil.java998 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/
DMediaInstrumentation.java140 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/
DSettingsAppInfoHelperImpl.java504 canScroll = permissionView.scroll(Direction.DOWN, 0.6f); in scrollForTextFields()