Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSignalClusterView.java82 private int mWifiStrengthId = 0; field in SignalClusterView
282 mWifiStrengthId = statusIcon.icon; in setWifiIndicators()
475 if (mWifiStrengthId != mLastWifiStrengthId) { in apply()
476 setIconForView(mWifi, mWifiStrengthId); in apply()
477 setIconForView(mWifiDark, mWifiStrengthId); in apply()
478 mLastWifiStrengthId = mWifiStrengthId; in apply()
491 mWifiStrengthId)); in apply()