Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DDismissView.kt37 import androidx.dynamicanimation.animation.SpringForce.STIFFNESS_LOW
81 private val spring = PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_LOW_BOUNCY)
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractView.kt40 import androidx.dynamicanimation.animation.SpringForce.STIFFNESS_LOW
87 private val spring = PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_LOW_BOUNCY)
/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/
DSpringForce.java47 public static final float STIFFNESS_LOW = 200f; field in SpringForce
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/shared/animation/
DPhysicsAnimatorTest.kt65 SpringForce.STIFFNESS_LOW, SpringForce.DAMPING_RATIO_NO_BOUNCY) in <lambda>()
281 springConfig.apply { stiffness = SpringForce.STIFFNESS_LOW }) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java20 import static androidx.dynamicanimation.animation.SpringForce.STIFFNESS_LOW;
127 new PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_NO_BOUNCY);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMotionHelper.java20 import static androidx.dynamicanimation.animation.SpringForce.STIFFNESS_LOW;
130 new PhysicsAnimator.SpringConfig(STIFFNESS_LOW, DAMPING_RATIO_NO_BOUNCY);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerImpl.java238 .setStiffness(SpringForce.STIFFNESS_LOW) in animateBackToExpanded()
DExpandedAnimationController.java540 .setStiffness(SpringForce.STIFFNESS_LOW); in getSpringForce()
DStackAnimationController.java79 public static final float IME_ANIMATION_STIFFNESS = SpringForce.STIFFNESS_LOW;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeDepthController.kt322 shadeAnimation.setStiffness(SpringForce.STIFFNESS_LOW) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DMediaCarouselScrollHandler.kt54 PhysicsAnimator.SpringConfig(SpringForce.STIFFNESS_LOW, SpringForce.DAMPING_RATIO_LOW_BOUNCY)
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DCrossActivityBackAnimation.kt110 .setStiffness(SpringForce.STIFFNESS_LOW) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java86 new SpringConfig(SpringForce.STIFFNESS_LOW, SpringForce.DAMPING_RATIO_LOW_BOUNCY);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java1004 .setStiffness(SpringForce.STIFFNESS_LOW) in BubbleStackView()
3039 : SpringForce.STIFFNESS_LOW); in animateFlyoutCollapsed()