Loading packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java +3 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,9 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView } private void startActivateAnimation(boolean reverse) { if (!isAttachedToWindow()) { return; } int widthHalf = mBackgroundNormal.getWidth()/2; int heightHalf = mBackgroundNormal.getActualHeight()/2; float radius = (float) Math.sqrt(widthHalf*widthHalf + heightHalf*heightHalf); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java +3 −0 Original line number Diff line number Diff line Loading @@ -256,6 +256,9 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView } private void startActivateAnimation(boolean reverse) { if (!isAttachedToWindow()) { return; } int widthHalf = mBackgroundNormal.getWidth()/2; int heightHalf = mBackgroundNormal.getActualHeight()/2; float radius = (float) Math.sqrt(widthHalf*widthHalf + heightHalf*heightHalf); Loading