Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DStopLogic.java93 float mass, float stiffness, float damping, float stopThreshold, in springConfig()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DSpringStopEngine.java56 float stiffness, in springConfig()
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DStopLogicTest.java39 float stiffness = 100f; in basicSpring() local