Loading packages/SystemUI/src/com/android/systemui/statusbar/SignalClusterView.java +13 −0 Original line number Diff line number Diff line Loading @@ -295,6 +295,14 @@ public class SignalClusterView return; } // Clear out all old subIds. for (PhoneState state : mPhoneStates) { if (state.mMobile != null) { state.maybeStopAnimatableDrawable(state.mMobile); } if (state.mMobileDark != null) { state.maybeStopAnimatableDrawable(state.mMobileDark); } } mPhoneStates.clear(); if (mMobileSignalGroup != null) { mMobileSignalGroup.removeAllViews(); Loading Loading @@ -391,6 +399,11 @@ public class SignalClusterView state.mMobile.setImageDrawable(null); state.mLastMobileStrengthId = -1; } if (state.mMobileDark != null) { state.maybeStopAnimatableDrawable(state.mMobileDark); state.mMobileDark.setImageDrawable(null); state.mLastMobileStrengthId = -1; } if (state.mMobileType != null) { state.mMobileType.setImageDrawable(null); state.mLastMobileTypeId = -1; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/SignalClusterView.java +13 −0 Original line number Diff line number Diff line Loading @@ -295,6 +295,14 @@ public class SignalClusterView return; } // Clear out all old subIds. for (PhoneState state : mPhoneStates) { if (state.mMobile != null) { state.maybeStopAnimatableDrawable(state.mMobile); } if (state.mMobileDark != null) { state.maybeStopAnimatableDrawable(state.mMobileDark); } } mPhoneStates.clear(); if (mMobileSignalGroup != null) { mMobileSignalGroup.removeAllViews(); Loading Loading @@ -391,6 +399,11 @@ public class SignalClusterView state.mMobile.setImageDrawable(null); state.mLastMobileStrengthId = -1; } if (state.mMobileDark != null) { state.maybeStopAnimatableDrawable(state.mMobileDark); state.mMobileDark.setImageDrawable(null); state.mLastMobileStrengthId = -1; } if (state.mMobileType != null) { state.mMobileType.setImageDrawable(null); state.mLastMobileTypeId = -1; Loading