Home
last modified time | relevance | path

Searched defs:t1 (Results 1 – 3 of 3) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DMonotonicCurveFit.java121 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()
DEasing.java129 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
DArcCurveFit.java317 Arc(int mode, double t1, double t2, double x1, double y1, double x2, double y2) { in Arc()