Searched defs:cy (Results 1 – 5 of 5) sorted by relevance
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/ |
| D | MotionPaths.java | 292 private static float xRotate(float sin, float cos, float cx, float cy, float x, float y) { in xRotate() 298 private static float yRotate(float sin, float cos, float cx, float cy, float x, float y) { in yRotate() 712 float cy = y1 + v_height / 2; in getRect() local
|
| D | Motion.java | 1058 int cx, cy; in setStartState() local 1083 int cx, cy; in rotate() local 1340 float cy = in interpolate() local
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/ |
| D | MotionPaths.java | 352 private static float xRotate(float sin, float cos, float cx, float cy, float x, float y) { in xRotate() 358 private static float yRotate(float sin, float cos, float cx, float cy, float x, float y) { in yRotate() 794 float cy = y1 + v_height / 2; in getRect() local
|
| D | MotionController.java | 1083 int cx, cy; in setStartState() local 1108 int cx, cy; in rotate() local
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/ |
| D | ConstraintSet.java | 2741 float cy = (center.getTop() + center.getBottom()) / 2.0f; in applyToInternal() local
|