Home
last modified time | relevance | path

Searched refs:getSpringForce (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java127 abstract SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view); in getSpringForce() method in PhysicsAnimationLayout.PhysicsAnimationController
541 newAnim.setSpring(mController.getSpringForce(property, child));
919 final SpringForce defaultSpringForce = mController.getSpringForce(property, mView);
1030 final SpringForce defaultSpringForceX = mController.getSpringForce(
1032 final SpringForce defaultSpringForceY = mController.getSpringForce(
DStackAnimationController.java425 getSpringForce(DynamicAnimation.TRANSLATION_Y, /* view */ null)
649 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) {
DExpandedAnimationController.java417 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) { in getSpringForce() method in ExpandedAnimationController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java266 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) { in getSpringForce() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
267 return mWrappedController.getSpringForce(property, view); in getSpringForce()
DPhysicsAnimationLayoutTest.java487 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) {
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md28 ```SpringForce getSpringForce(ViewProperty property)```
50 …for overriding the default physics param values returned by the controller’s getSpringForce method.