Home
last modified time | relevance | path

Searched defs:t2 (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DMonotonicCurveFit.java122 double t2 = mTangent[i + 1][j]; in getPos() local
177 double t2 = mTangent[i + 1][j]; in getPos() local
214 double t2 = mTangent[i + 1][j]; in getPos() local
240 double t2 = mTangent[i + 1][j]; in getSlope() local
264 double t2 = mTangent[i + 1][j]; in getSlope() local
284 double t2) { in interpolate()
295 private static double diff(double h, double x, double y1, double y2, double t1, double t2) { in diff()
DArcCurveFit.java317 Arc(int mode, double t1, double t2, double x1, double y1, double x2, double y2) { in Arc()