Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DInterpolator.java21 float getInterpolation(float input); in getInterpolation() method
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DDifferentialInterpolator.java20 float getInterpolation(float v); in getInterpolation() method
DStopEngine.java27 float getInterpolation(float time); in getInterpolation() method
DStopLogicEngine.java164 public float getInterpolation(float v) { in getInterpolation() method in StopLogicEngine
311 public float getInterpolation(float time) { in getInterpolation() method in StopLogicEngine.Decelerate
DSpringStopEngine.java78 public float getInterpolation(float time) { in getInterpolation() method in SpringStopEngine
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionInterpolator.java32 public abstract float getInterpolation(float v); in getInterpolation() method in MotionInterpolator
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DStopLogic.java104 public float getInterpolation(float v) { in getInterpolation() method in StopLogic
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotion.java1166 public float getInterpolation(float x) { in getInterpolator() method