Home
last modified time | relevance | path

Searched refs:fromY (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DScaleAnimationTest.java152 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/
DScrollViewTest.java648 final int fromY, final int toY) { in pollingCheckSmoothScrolling() argument
650 if (fromX == toX && fromY == toY) { in pollingCheckSmoothScrolling()
654 if (fromY != toY) { in pollingCheckSmoothScrolling()
658 return isInRange(mScrollView.getScrollY(), fromY, toY); in pollingCheckSmoothScrolling()
DHorizontalScrollViewTest.java619 final int fromY, final int toY) { in pollingCheckSmoothScrolling() argument
621 if (fromX == toX && fromY == toY) { in pollingCheckSmoothScrolling()
625 if (fromY != toY) { in pollingCheckSmoothScrolling()
629 return isInRange(mScrollView.getScrollY(), fromY, toY); in pollingCheckSmoothScrolling()