Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 19 of 19) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DViewTimeCycle.java49 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/
DMotionControlTest.java41 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
DMotionKeyPositionTest.java43 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
DMotionBenchmarkTest.java35 KeyCache cache = new KeyCache(); in setUpMotionController() local
62 KeyCache cache = new KeyCache(); in setUpMotionArcController() local
DMotionKeyAttributesTest.java40 KeyCache cache = new KeyCache(); in attributes() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/
DGoalRow.java21 public GoalRow(Cache cache) { in GoalRow()
DPriorityGoalRow.java150 public PriorityGoalRow(Cache cache) { in PriorityGoalRow()
DArrayLinkedVariables.java110 ArrayLinkedVariables(ArrayRow arrayRow, Cache cache) { in ArrayLinkedVariables()
DSolverVariableValues.java47 SolverVariableValues(ArrayRow row, Cache cache) { in SolverVariableValues()
DArrayRow.java92 public ArrayRow(Cache cache) { in ArrayRow()
DLinearSystem.java89 ValuesRow(Cache cache) { in ValuesRow()
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DArrayLinkedVariablesTest.java30 Cache cache = new Cache(); in testNestedLayout() local
DArrayBackedVariables.java36 ArrayBackedVariables(ArrayRow arrayRow, Cache cache) { in ArrayBackedVariables()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DWidgetContainer.java172 public void resetSolverVariables(Cache cache) { in resetSolverVariables()
DConstraintAnchor.java160 public void resetSolverVariable(Cache cache) { in resetSolverVariable()
DConstraintWidget.java858 public void resetSolverVariables(Cache cache) { in resetSolverVariables()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DTimeCycleSplineSet.java158 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/
DBasicSolverVariableValues.java47 BasicSolverVariableValues(ArrayRow row, Cache cache) { in BasicSolverVariableValues()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionScene.java322 RectF cache = new RectF(); in bestTransitionFor() local
1669 RectF cache = new RectF(); in processTouchEvent() local