Searched refs:isInRange (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ScrollViewTest.java | 640 private boolean isInRange(int current, int from, int to) { in isInRange() method in ScrollViewTest 658 return isInRange(mScrollView.getScrollY(), fromY, toY); in pollingCheckSmoothScrolling() 667 return isInRange(mScrollView.getScrollX(), fromX, toX); in pollingCheckSmoothScrolling()
|
D | HorizontalScrollViewTest.java | 611 private boolean isInRange(int current, int from, int to) { in isInRange() method in HorizontalScrollViewTest 629 return isInRange(mScrollView.getScrollY(), fromY, toY); in pollingCheckSmoothScrolling() 638 return isInRange(mScrollView.getScrollX(), fromX, toX); in pollingCheckSmoothScrolling()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 48655 private boolean isInRange(
|