HomeSort by relevance Sort by last modified time
    Searched defs:c1x (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/transition/src/android/transition/cts/
ArcMotionTest.java 96 float c1x = (eX + startX) / 2; local
102 path.cubicTo(c1x, c1y, c2x, c2y, endX, endY);
  /frameworks/support/transition/tests/src/android/support/transition/
ArcMotionTest.java 97 float c1x = (eX + startX) / 2; local
103 path.cubicTo(c1x, c1y, c2x, c2y, endX, endY);

Completed in 102 milliseconds