Searched refs:mMobileStrengthId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java276 state.mMobileStrengthId = statusIcon.icon;
570 private int mMobileStrengthId = 0, mMobileTypeId = 0; field in class:SignalClusterView.PhoneState
595 if (mLastMobileStrengthId != mMobileStrengthId) {
596 updateAnimatableIcon(mMobile, mMobileStrengthId);
597 updateAnimatableIcon(mMobileDark, mMobileStrengthId);
598 mLastMobileStrengthId = mMobileStrengthId;
623 (mMobileVisible ? "VISIBLE" : "GONE"), mMobileStrengthId, mMobileTypeId));

Completed in 58 milliseconds