Home
last modified time | relevance | path

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

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