/cts/tests/tests/animation/src/android/animation/cts/ |
D | ObjectAnimatorTest.java | 56 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 …]
|
D | ValueAnimatorTest.java | 299 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()
|
D | AnimatorTest.java | 110 float startY = mActivity.mStartY; in testEnd() local 112 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd()
|
D | AnimatorSetTest.java | 348 float startY = mActivity.mStartY; in getYAnimator() local 350 ObjectAnimator yAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in getYAnimator()
|
D | PropertyValuesHolderTest.java | 399 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/ |
D | ArcMotionTest.java | 87 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/ |
D | GestureDescriptionTest.java | 162 int startY = 100; in testStrokeDescriptionGetters_workAsExpected() local 167 path.moveTo(x, startY); in testStrokeDescriptionGetters_workAsExpected()
|
D | AccessibilityGestureDispatchTest.java | 179 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/ |
D | PresentationSyncTest.java | 398 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()
|
D | EncodeDecodeTest.java | 1084 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()
|
D | DecodeEditEncodeTest.java | 357 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()
|