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.java299 state.mMobileStrengthId = statusIcon.icon; in setMobileDataIndicators()
604 private int mMobileStrengthId = 0, mMobileTypeId = 0; field in SignalClusterView.PhoneState
640 if (mLastMobileStrengthId != mMobileStrengthId) { in apply()
641 mMobile.getDrawable().setLevel(mMobileStrengthId); in apply()
642 mLastMobileStrengthId = mMobileStrengthId; in apply()
663 (mMobileVisible ? "VISIBLE" : "GONE"), mMobileStrengthId, mMobileTypeId)); in apply()