Searched defs:destination (Results 1 – 3 of 3) sorted by relevance
| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/ |
| D | StopLogicTest.java | 35 float destination = 1f; in basicSpring() local 77 float destination = 1; in cruseDecelerate() local 110 float destination = 1; in backwardAccelerateDecelerate() local 142 float destination = 1; in hardStop() local 174 float destination = 1; in accelerateCruseDecelerate() local 206 float destination = 1; in accelerateDecelerate() local 238 float destination = 1; 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()
|