Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java68 private static final float STACK_SPRING_STIFFNESS = 700f; field in StackAnimationController
85 STACK_SPRING_STIFFNESS, SpringForce.DAMPING_RATIO_NO_BOUNCY);
208 springStack(bounds.left, bounds.top, STACK_SPRING_STIFFNESS);
337 springStack(destinationX, destinationY, STACK_SPRING_STIFFNESS); in springStackAfterFling()
367 STACK_SPRING_STIFFNESS /* default */); in flingStackThenSpringToEdge()