Searched defs:t1 (Results 1 – 3 of 3) sorted by relevance
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/ |
| D | MonotonicCurveFit.java | 121 double t1 = mTangent[i][j]; in getPos() local 176 double t1 = mTangent[i][j]; in getPos() local 213 double t1 = mTangent[i][j]; in getPos() local 239 double t1 = mTangent[i][j]; in getSlope() local 263 double t1 = mTangent[i][j]; in getSlope() local 283 double t1, in interpolate() 295 private static double diff(double h, double x, double y1, double y2, double t1, double t2) { in diff()
|
| D | Easing.java | 129 double t1 = 1 - t; in getX() local 138 double t1 = 1 - t; in getY() local 148 double t1 = 1 - t; in getDiffX() local 154 double t1 = 1 - t; in getDiffY() local
|
| D | ArcCurveFit.java | 317 Arc(int mode, double t1, double t2, double x1, double y1, double x2, double y2) { in Arc()
|