Searched refs:toX (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | ScaleAnimationTest.java | 152 public MyScaleAnimation(float fromX, float toX, float fromY, float toY, 154 super(fromX, toX, fromY, toY, pivotXValue, pivotYValue);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ScrollViewTest.java | 647 private void pollingCheckSmoothScrolling(final int fromX, final int toX, in pollingCheckSmoothScrolling() argument 650 if (fromX == toX && fromY == toY) { in pollingCheckSmoothScrolling() 663 if (fromX != toX) { in pollingCheckSmoothScrolling() 667 return isInRange(mScrollView.getScrollX(), fromX, toX); in pollingCheckSmoothScrolling() 675 return toX == mScrollView.getScrollX() && toY == mScrollView.getScrollY(); in pollingCheckSmoothScrolling()
|
D | HorizontalScrollViewTest.java | 618 private void pollingCheckSmoothScrolling(final int fromX, final int toX, in pollingCheckSmoothScrolling() argument 621 if (fromX == toX && fromY == toY) { in pollingCheckSmoothScrolling() 634 if (fromX != toX) { in pollingCheckSmoothScrolling() 638 return isInRange(mScrollView.getScrollX(), fromX, toX); in pollingCheckSmoothScrolling() 646 return toX == mScrollView.getScrollX() && toY == mScrollView.getScrollY(); in pollingCheckSmoothScrolling()
|