Loading packages/SystemUI/src/com/android/systemui/bubbles/animation/StackAnimationController.java +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ public class StackAnimationController extends .setDampingRatio(BubbleController.getBubbleBounciness( mLayout.getContext(), DEFAULT_BOUNCINESS)) .setStiffness(BubbleController.getBubbleStiffness( mLayout.getContext(), (int) (DEFAULT_STIFFNESS * 100f))); mLayout.getContext(), (int) DEFAULT_STIFFNESS)); } @Override Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/animation/StackAnimationController.java +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ public class StackAnimationController extends .setDampingRatio(BubbleController.getBubbleBounciness( mLayout.getContext(), DEFAULT_BOUNCINESS)) .setStiffness(BubbleController.getBubbleStiffness( mLayout.getContext(), (int) (DEFAULT_STIFFNESS * 100f))); mLayout.getContext(), (int) DEFAULT_STIFFNESS)); } @Override Loading