/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/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 | 137 float endY = mActivity.mStartY + mActivity.mDeltaY; in testEnd() local 138 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd() 147 assertEquals(y, endY, 0.0f); in testEnd()
|
D | ValueAnimatorTest.java | 472 float endY = mActivity.mStartY + mActivity.mDeltaY; in testEnd() local 473 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd() 482 assertEquals(y, endY, 0.0f); in testEnd() 783 float endY = mActivity.mStartY + mActivity.mDeltaY; in getAnimator() local 784 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/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 | 214 int endY = 150; in testStrokeDescriptionGetters_workAsExpected() local 219 path.lineTo(x, endY); in testStrokeDescriptionGetters_workAsExpected()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ListViewTest.java | 1448 int endY = screenY + dragY; in executeWhileDragging() local 1457 endY, in executeWhileDragging() 1469 endY in executeWhileDragging()
|