Searched refs:fromY (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 | 648 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()
|
D | HorizontalScrollViewTest.java | 619 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()
|