Home
last modified time | relevance | path

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

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