Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DCustomSupport.java39 public static void setInterpolatedValue(ConstraintAttribute att, View view, float[] value) { in setInterpolatedValue() method in CustomSupport
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DCustomVariable.java368 public void setInterpolatedValue(MotionWidget view, float[] value) { in setInterpolatedValue() method in CustomVariable
DMotionWidget.java488 public void setInterpolatedValue(CustomAttribute attribute, float[] mCache) { in setInterpolatedValue() method in MotionWidget