Home
last modified time | relevance | path

Searched defs:fromY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DHorizontalScrollViewTest.java1297 final int fromY, final int toY) { in pollingCheckSmoothScrolling()
1304 PollingCheck.waitFor(() -> isInRange(mScrollViewCustom.getScrollY(), fromY, toY)); in pollingCheckSmoothScrolling() local
DScrollViewTest.java1399 final int fromY, final int toY) { in pollingCheckSmoothScrolling()
1406 PollingCheck.waitFor(() -> isInRange(mScrollViewCustom.getScrollY(), fromY, toY)); in pollingCheckSmoothScrolling() local