Home
last modified time | relevance | path

Searched defs:j (Results 1 – 8 of 8) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DCurveFit.java58 public abstract double getPos(double t, int j); in getPos()
64 public abstract double getSlope(double t, int j); in getSlope()
91 public double getPos(double t, int j) { in getPos()
103 public double getSlope(double t, int j) { in getSlope()
DLinearCurveFit.java215 public double getPos(double t, int j) { in getPos()
276 public double getSlope(double t, int j) { in getSlope()
DMonotonicCurveFit.java186 public double getPos(double t, int j) { in getPos()
249 public double getSlope(double t, int j) { in getSlope()
DArcCurveFit.java177 public double getPos(double t, int j) { in getPos()
234 public double getSlope(double t, int j) { in getSlope()
DOscillator.java64 int j = Arrays.binarySearch(mPosition, position); in addPoint() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DSolverVariableValues.java64 int j = mHead; in getVariable() local
80 int j = mHead; in getVariableValue() local
356 int j = mHead; in put() local
445 int j = localDef.mHead; in use() local
475 int j = mHead; in invert() local
488 int j = mHead; in divideByAmount() local
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DXmlBasedTest.java656 int j = array.length - 1; in nextPermutation() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DFlow.java304 int j = 0; in measure() local