/cts/tests/tests/animation/src/android/animation/cts/ |
D | ObjectAnimatorTest.java | 106 float endY = mActivity.mStartY + mActivity.mDeltaY; in testOfFloat() local 107 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testOfFloat() 113 assertTrue(y <= endY); in testOfFloat() 135 float endY = mActivity.mStartY + mActivity.mDeltaY; in testOfFloatBase() local 136 ObjectAnimator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testOfFloatBase() 304 float endY = mActivity.mStartY + mActivity.mDeltaY; in testSetFloatValues() local 305 float[] values = {startY, endY}; in testSetFloatValues() 310 assertTrue(y <= endY); in testSetFloatValues() 348 float endY = mActivity.mStartY + mActivity.mDeltaY; in testClone() local 350 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testClone() [all …]
|
D | AnimatorTest.java | 136 float endY = mActivity.mStartY + mActivity.mDeltaY; in testEnd() local 137 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd() 146 assertEquals(y, endY, 0.0f); in testEnd()
|
D | ValueAnimatorTest.java | 471 float endY = mActivity.mStartY + mActivity.mDeltaY; in testEnd() local 472 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd() 481 assertEquals(y, endY, 0.0f); in testEnd() 733 float endY = mActivity.mStartY + mActivity.mDeltaY; in getAnimator() local 734 ValueAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in getAnimator()
|
D | PropertyValuesHolderTest.java | 802 public void assertResults(float[] yArray,float startY, float endY) { in assertResults() argument 806 assertTrue(y <= endY); in assertResults()
|
D | AnimatorSetTest.java | 638 float endY = mActivity.mStartY + mActivity.mDeltaY; in getYAnimator() local 639 ObjectAnimator yAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in getYAnimator()
|
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | RectChecker.java | 69 int endY = t.mTargetRect.bottom; in validatePlaneForTarget() local 83 for (int row = startY; row < endY; row++) { in validatePlaneForTarget()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | ArcMotionTest.java | 95 private static Path arcWithPoint(float startX, float startY, float endX, float endY, in arcWithPoint() argument 100 float c2y = (eY + endY) / 2; in arcWithPoint() 103 path.cubicTo(c1x, c1y, c2x, c2y, endX, endY); in arcWithPoint()
|
D | TransitionInflaterTest.java | 258 public Path getPath(float startX, float startY, float endX, float endY) { in getPath() argument
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | GestureDescriptionTest.java | 184 int endY = 150; in testStrokeDescriptionGetters_workAsExpected() local 189 path.lineTo(x, endY); in testStrokeDescriptionGetters_workAsExpected()
|