Loading packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java +4 −2 Original line number Diff line number Diff line Loading @@ -174,8 +174,10 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView private void makeInactive() { if (mActivated) { // Make sure that we clear the hotspot from the center. if (mBackgroundDimmed != null) { mBackgroundDimmed.setHotspot(0, getWidth() / 2, getActualHeight() / 2); mBackgroundDimmed.removeHotspot(0); } mActivated = false; } if (mOnActivatedListener != null) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/ActivatableNotificationView.java +4 −2 Original line number Diff line number Diff line Loading @@ -174,8 +174,10 @@ public abstract class ActivatableNotificationView extends ExpandableOutlineView private void makeInactive() { if (mActivated) { // Make sure that we clear the hotspot from the center. if (mBackgroundDimmed != null) { mBackgroundDimmed.setHotspot(0, getWidth() / 2, getActualHeight() / 2); mBackgroundDimmed.removeHotspot(0); } mActivated = false; } if (mOnActivatedListener != null) { Loading