| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/ |
| D | ViewTimeCycle.java | 49 public abstract boolean setProperty(View view, float t, long time, KeyCache cache); in setProperty() 59 public float get(float pos, long time, View view, KeyCache cache) { in get() 149 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty() 159 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty() 167 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty() 175 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty() 183 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty() 191 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty() 206 KeyCache cache, in setPathRotate() 219 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty() [all …]
|
| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/ |
| D | MotionControlTest.java | 41 KeyCache cache = new KeyCache(); in simpleLinear() local 69 KeyCache cache = new KeyCache(); in archMode1() local 99 KeyCache cache = new KeyCache(); in archMode2() local 129 KeyCache cache = new KeyCache(); in archMode3() local
|
| D | MotionKeyPositionTest.java | 43 KeyCache cache = new KeyCache(); in keyPosition1() local 74 KeyCache cache = new KeyCache(); in keyPosition2() local 104 KeyCache cache = new KeyCache(); in keyPosition3() local 157 KeyCache cache = new KeyCache(); in keyPosition4() local 218 KeyCache cache = new KeyCache(); in keyPosition3x() local
|
| D | MotionBenchmarkTest.java | 35 KeyCache cache = new KeyCache(); in setUpMotionController() local 62 KeyCache cache = new KeyCache(); in setUpMotionArcController() local
|
| D | MotionKeyAttributesTest.java | 40 KeyCache cache = new KeyCache(); in attributes() local
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/ |
| D | GoalRow.java | 21 public GoalRow(Cache cache) { in GoalRow()
|
| D | PriorityGoalRow.java | 150 public PriorityGoalRow(Cache cache) { in PriorityGoalRow()
|
| D | ArrayLinkedVariables.java | 110 ArrayLinkedVariables(ArrayRow arrayRow, Cache cache) { in ArrayLinkedVariables()
|
| D | SolverVariableValues.java | 47 SolverVariableValues(ArrayRow row, Cache cache) { in SolverVariableValues()
|
| D | ArrayRow.java | 92 public ArrayRow(Cache cache) { in ArrayRow()
|
| D | LinearSystem.java | 89 ValuesRow(Cache cache) { in ValuesRow()
|
| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/ |
| D | ArrayLinkedVariablesTest.java | 30 Cache cache = new Cache(); in testNestedLayout() local
|
| D | ArrayBackedVariables.java | 36 ArrayBackedVariables(ArrayRow arrayRow, Cache cache) { in ArrayBackedVariables()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/ |
| D | WidgetContainer.java | 172 public void resetSolverVariables(Cache cache) { in resetSolverVariables()
|
| D | ConstraintAnchor.java | 160 public void resetSolverVariable(Cache cache) { in resetSolverVariable()
|
| D | ConstraintWidget.java | 858 public void resetSolverVariables(Cache cache) { in resetSolverVariables()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/ |
| D | TimeCycleSplineSet.java | 158 public boolean setProperty(MotionWidget view, float t, long time, KeyCache cache) { in setProperty() 318 public boolean setProperty(MotionWidget view, float t, long time, KeyCache cache) { in setProperty()
|
| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/widgets/ |
| D | BasicSolverVariableValues.java | 47 BasicSolverVariableValues(ArrayRow row, Cache cache) { in BasicSolverVariableValues()
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/ |
| D | MotionScene.java | 322 RectF cache = new RectF(); in bestTransitionFor() local 1669 RectF cache = new RectF(); in processTouchEvent() local
|