Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DArcMotionTest.java100 float c2y = (eY + endY) / 2; in arcWithPoint() local
103 path.cubicTo(c1x, c1y, c2x, c2y, endX, endY); in arcWithPoint()