Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DStopLogicTest.java37 float maxTime = 0.9f; in basicSpring() local
79 float maxTime = 0.9f; in cruseDecelerate() local
112 float maxTime = 0.9f; in backwardAccelerateDecelerate() local
144 float maxTime = 0.9f; in hardStop() local
176 float maxTime = 0.9f; in accelerateCruseDecelerate() local
208 float maxTime = 0.9f; in accelerateDecelerate() local
240 float maxTime = 0.9f; in backwardAccelerateCruseDecelerate() local
268 float maxTime, in verify()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DStopLogicEngine.java150 float maxTime, float maxAcceleration, float maxVelocity) { in config()
182 float maxTime) { in setup()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DStopLogic.java68 float maxTime, float maxAcceleration, float maxVelocity) { in config()