/cts/tests/tests/animation/src/android/animation/cts/ |
D | ObjectAnimatorTest.java | 104 float startY = mActivity.mStartY; in testOfFloat() local 106 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testOfFloat() 111 assertTrue(y >= startY); in testOfFloat() 133 float startY = mActivity.mStartY; in testOfFloatBase() local 135 ObjectAnimator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testOfFloatBase() 303 float startY = mActivity.mStartY; in testSetFloatValues() local 305 float[] values = {startY, endY}; in testSetFloatValues() 309 assertTrue(y >= startY); in testSetFloatValues() 347 float startY = mActivity.mStartY; in testClone() local 350 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testClone() [all …]
|
D | AnimatorTest.java | 135 float startY = mActivity.mStartY; in testEnd() local 137 Animator animator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd()
|
D | ValueAnimatorTest.java | 467 float startY = mActivity.mStartY; in testEnd() local 469 ObjectAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in testEnd() 689 float startY = mActivity.mStartY; in getAnimator() local 691 ValueAnimator objAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in getAnimator()
|
D | PropertyValuesHolderTest.java | 801 public void assertResults(float[] yArray,float startY, float endY) { in assertResults() argument 804 assertTrue(y >= startY); in assertResults()
|
D | AnimatorSetTest.java | 609 float startY = mActivity.mStartY; in getYAnimator() local 611 ObjectAnimator yAnimator = ObjectAnimator.ofFloat(object, property, startY, endY); in getYAnimator()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | ArcMotionTest.java | 94 private static Path arcWithPoint(float startX, float startY, float endX, float endY, in arcWithPoint() argument 97 float c1y = (eY + startY) / 2; in arcWithPoint() 101 path.moveTo(startX, startY); in arcWithPoint()
|
D | SlideEdgeTest.java | 230 final float startY = view.getTranslationY(); in verifyTranlationChanged() local 232 () -> view.getTranslationX() != startX || view.getTranslationY() != startY); in verifyTranlationChanged()
|
D | TransitionInflaterTest.java | 255 public Path getPath(float startX, float startY, float endX, float endY) { in getPath() argument
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | GestureDescriptionTest.java | 183 int startY = 100; in testStrokeDescriptionGetters_workAsExpected() local 188 path.moveTo(x, startY); in testStrokeDescriptionGetters_workAsExpected()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | PresentationSyncTest.java | 400 int startX, startY; in drawFrame() local 402 startY = (num / 16) * (mHeight / 4); in drawFrame() 414 GLES20.glScissor(startX, startY, mWidth / 16, mHeight / 4); in drawFrame()
|
D | EncodeDecodeTest.java | 1113 int startX, startY; in generateFrame() local 1119 startY = 0; in generateFrame() 1122 startY = mHeight / 2; in generateFrame() 1125 for (int y = startY + (mHeight/2) - 1; y >= startY; --y) { in generateFrame() 1264 int startX, startY; in generateSurfaceFrame() local 1268 startY = mHeight / 2; in generateSurfaceFrame() 1271 startY = 0; in generateSurfaceFrame() 1278 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()
|
D | MediaRecorderTest.java | 813 int startX, startY; in generateSurfaceFrame() local 817 startY = height / 2; in generateSurfaceFrame() 820 startY = 0; in generateSurfaceFrame() 827 GLES20.glScissor(startX, startY, width / 4, height / 2); in generateSurfaceFrame()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 388 final int startY = isDownwardsFlingGesture ? viewOnScreenXY[1] + viewHeight / 4 in emulateFlingGesture() local 397 emulateDragGesture(instrumentation, x, startY, 0, amountY, durationMs, durationMs / 16, in emulateFlingGesture()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 7741 int startY = start.y + viewOnScreenXY[1]; in testSmartSelection_dragSelection() local 7746 mInstrumentation, startX, startY, offsetX, 0 /* offsetY */); in testSmartSelection_dragSelection()
|