Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java120 abstract SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view); in getSpringForce() method in PhysicsAnimationLayout.PhysicsAnimationController
DExpandedAnimationController.java343 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) { in getSpringForce() method in ExpandedAnimationController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java262 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) { in getSpringForce() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper