Home
last modified time | relevance | path

Searched refs:endY (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DRectChecker.java69 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/
DObjectAnimatorTest.java106 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 …]
DAnimatorTest.java137 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()
DValueAnimatorTest.java472 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()
DPropertyValuesHolderTest.java802 public void assertResults(float[] yArray,float startY, float endY) { in assertResults() argument
806 assertTrue(y <= endY); in assertResults()
DAnimatorSetTest.java638 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/
DArcMotionTest.java95 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()
DTransitionInflaterTest.java258 public Path getPath(float startX, float startY, float endX, float endY) { in getPath() argument
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDescriptionTest.java214 int endY = 150; in testStrokeDescriptionGetters_workAsExpected() local
219 path.lineTo(x, endY); in testStrokeDescriptionGetters_workAsExpected()
/cts/tests/tests/widget/src/android/widget/cts/
DListViewTest.java1448 int endY = screenY + dragY; in executeWhileDragging() local
1457 endY, in executeWhileDragging()
1469 endY in executeWhileDragging()