Searched refs:endX (Results 1 – 4 of 4) sorted by relevance
/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 98 float c2x = (eX + endX) / 2; in arcWithPoint() 102 path.cubicTo(c1x, c1y, c2x, c2y, endX, endY); in arcWithPoint()
|
D | TransitionInflaterTest.java | 255 public Path getPath(float startX, float startY, float endX, float endY) { in getPath() argument
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorSetTest.java | 596 float endX = mActivity.mStartX + mActivity.mDeltaX; in getXAnimator() local 597 ObjectAnimator xAnimator = ObjectAnimator.ofFloat(object, propertyX, startX, endX); in getXAnimator()
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |