Home
last modified time | relevance | path

Searched defs:spring (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DStackAnimationControllerTest.java322 SpringForce spring, Float finalPosition) { in flingThenSpringFirstBubbleWithStackFollowing()
330 SpringForce spring, float vel, float finalPosition, Runnable... after) { in springFirstBubbleWithStackFollowing()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DPhysicsAnimator.kt172 fun spring( in spring() method
194 fun spring( in spring() method
210 fun spring( in spring() method
224 fun spring( in spring() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DDismissView.kt47 private val spring = PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_LOW_BOUNCY) constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DStackAnimationController.java623 DynamicAnimation.ViewProperty property, SpringForce spring, in springFirstBubbleWithStackFollowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt195 var spring: SpringForce variable