Home
last modified time | relevance | path

Searched refs:startY (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DObjectAnimatorTest.java56 float startY = mActivity.mStartY; in testOfFloat() local
58 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testOfFloat()
69 assertTrue( y >= startY); in testOfFloat()
76 float startY = mActivity.mStartY; in testOfFloatBase() local
78 ObjectAnimator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testOfFloatBase()
181 float startY = mActivity.mStartY; in testSetFloatValues() local
183 float[] values = {startY, endY}; in testSetFloatValues()
195 assertTrue( y >= startY); in testSetFloatValues()
215 float startY = mActivity.mStartY; in testClone() local
218 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testClone()
[all …]
DValueAnimatorTest.java299 float startY = mActivity.mStartY; in testEnd() local
301 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd()
424 float startY = mActivity.mStartY; in getAnimator() local
426 ValueAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in getAnimator()
DAnimatorTest.java110 float startY = mActivity.mStartY; in testEnd() local
112 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd()
DAnimatorSetTest.java348 float startY = mActivity.mStartY; in getYAnimator() local
350 ObjectAnimator yAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in getYAnimator()
DPropertyValuesHolderTest.java399 public void assertResults(float[] yArray,float startY, float endY) { in assertResults() argument
402 assertTrue(y >= startY); in assertResults()
/cts/tests/tests/transition/src/android/transition/cts/
DArcMotionTest.java87 private Path arcWithPoint(float startX, float startY, float endX, float endY, in arcWithPoint() argument
90 float c1y = (eY + startY)/2; in arcWithPoint()
94 path.moveTo(startX, startY); in arcWithPoint()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDescriptionTest.java162 int startY = 100; in testStrokeDescriptionGetters_workAsExpected() local
167 path.moveTo(x, startY); in testStrokeDescriptionGetters_workAsExpected()
DAccessibilityGestureDispatchTest.java179 int startY = startYInsideView + mViewBounds.top; in testSwipe_shouldContainPointsInALine() local
185 GestureDescription swipe = createSwipe(startX, startY, endX, endY, gestureTime); in testSwipe_shouldContainPointsInALine()
227 int startY = startYInsideView + mViewBounds.top; in testSlowSwipe_shouldNotContainMovesForTinyMovement() local
232 GestureDescription swipe = createSwipe(startX, startY, endX, endY, gestureTime); in testSlowSwipe_shouldNotContainMovesForTinyMovement()
497 int startX, int startY, int endX, int endY, long duration) { in createSwipe() argument
499 swipePath.moveTo(startX, startY); in createSwipe()
/cts/tests/tests/media/src/android/media/cts/
DPresentationSyncTest.java398 int startX, startY; in drawFrame() local
400 startY = (num / 16) * (mHeight / 4); in drawFrame()
412 GLES20.glScissor(startX, startY, mWidth / 16, mHeight / 4); in drawFrame()
DEncodeDecodeTest.java1084 int startX, startY; in generateFrame() local
1090 startY = 0; in generateFrame()
1093 startY = mHeight / 2; in generateFrame()
1096 for (int y = startY + (mHeight/2) - 1; y >= startY; --y) { in generateFrame()
1235 int startX, startY; in generateSurfaceFrame() local
1239 startY = mHeight / 2; in generateSurfaceFrame()
1242 startY = 0; in generateSurfaceFrame()
1249 GLES20.glScissor(startX, startY, mWidth / 4, mHeight / 2); in generateSurfaceFrame()
DDecodeEditEncodeTest.java357 int startX, startY; in generateSurfaceFrame() local
361 startY = mHeight / 2; in generateSurfaceFrame()
364 startY = 0; in generateSurfaceFrame()
371 GLES20.glScissor(startX, startY, mWidth / 4, mHeight / 2); in generateSurfaceFrame()