Home
last modified time | relevance | path

Searched defs:currentVelocity (Results 1 – 4 of 4) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DStopLogicTest.java36 float currentVelocity = 0.2f; in basicSpring() local
78 float currentVelocity = 0.2f; in cruseDecelerate() local
111 float currentVelocity = -0.2f; in backwardAccelerateDecelerate() local
143 float currentVelocity = 1.8f; in hardStop() local
175 float currentVelocity = 0.1f; in accelerateCruseDecelerate() local
207 float currentVelocity = 0.2f; in accelerateDecelerate() local
239 float currentVelocity = -0.6f; in backwardAccelerateCruseDecelerate() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DStopLogic.java67 public void config(float currentPos, float destination, float currentVelocity, in config()
92 public void springConfig(float currentPos, float destination, float currentVelocity, in springConfig()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DStopLogicEngine.java149 public void config(float currentPos, float destination, float currentVelocity, in config()
337 public void config(float currentPos, float destination, float currentVelocity) { in config()
DSpringStopEngine.java54 float currentVelocity, in springConfig()