Searched defs:currentVelocity (Results 1 – 4 of 4) sorted by relevance
| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/ |
| D | StopLogicTest.java | 36 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/ |
| D | StopLogic.java | 67 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/ |
| D | StopLogicEngine.java | 149 public void config(float currentPos, float destination, float currentVelocity, in config() 337 public void config(float currentPos, float destination, float currentVelocity) { in config()
|
| D | SpringStopEngine.java | 54 float currentVelocity, in springConfig()
|