Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +1 −1 Original line number Diff line number Diff line Loading @@ -879,7 +879,7 @@ public class BubbleStackView extends FrameLayout } } return false; return true; }); } Loading packages/SystemUI/src/com/android/systemui/bubbles/animation/PhysicsAnimationLayout.java +4 −0 Original line number Diff line number Diff line Loading @@ -767,6 +767,10 @@ public class PhysicsAnimationLayout extends FrameLayout { int targetAnimDuration, TimeInterpolator targetAnimInterpolator, Runnable... pathAnimEndActions) { if (mPathAnimator != null) { mPathAnimator.cancel(); } mPathAnimator = ObjectAnimator.ofFloat( this, mCurrentPointOnPathXProperty, mCurrentPointOnPathYProperty, path); Loading packages/SystemUI/src/com/android/systemui/bubbles/animation/StackAnimationController.java +5 −1 Original line number Diff line number Diff line Loading @@ -459,6 +459,10 @@ public class StackAnimationController extends float friction, SpringForce spring, Float finalPosition) { if (!isActiveController()) { return; } Log.d(TAG, String.format("Flinging %s.", PhysicsAnimationLayout.getReadablePropertyName(property))); Loading Loading @@ -679,7 +683,7 @@ public class StackAnimationController extends DynamicAnimation.ViewProperty property, SpringForce spring, float vel, float finalPosition, @Nullable Runnable... after) { if (mLayout.getChildCount() == 0) { if (mLayout.getChildCount() == 0 || !isActiveController()) { return; } Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +1 −1 Original line number Diff line number Diff line Loading @@ -879,7 +879,7 @@ public class BubbleStackView extends FrameLayout } } return false; return true; }); } Loading
packages/SystemUI/src/com/android/systemui/bubbles/animation/PhysicsAnimationLayout.java +4 −0 Original line number Diff line number Diff line Loading @@ -767,6 +767,10 @@ public class PhysicsAnimationLayout extends FrameLayout { int targetAnimDuration, TimeInterpolator targetAnimInterpolator, Runnable... pathAnimEndActions) { if (mPathAnimator != null) { mPathAnimator.cancel(); } mPathAnimator = ObjectAnimator.ofFloat( this, mCurrentPointOnPathXProperty, mCurrentPointOnPathYProperty, path); Loading
packages/SystemUI/src/com/android/systemui/bubbles/animation/StackAnimationController.java +5 −1 Original line number Diff line number Diff line Loading @@ -459,6 +459,10 @@ public class StackAnimationController extends float friction, SpringForce spring, Float finalPosition) { if (!isActiveController()) { return; } Log.d(TAG, String.format("Flinging %s.", PhysicsAnimationLayout.getReadablePropertyName(property))); Loading Loading @@ -679,7 +683,7 @@ public class StackAnimationController extends DynamicAnimation.ViewProperty property, SpringForce spring, float vel, float finalPosition, @Nullable Runnable... after) { if (mLayout.getChildCount() == 0) { if (mLayout.getChildCount() == 0 || !isActiveController()) { return; } Loading