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.java74 private int mWifiStrengthId = 0; field in SignalClusterView
261 mWifiStrengthId = statusIcon.icon; in setWifiIndicators()
458 if (mWifiStrengthId != mLastWifiStrengthId) { in apply()
459 setIconForView(mWifi, mWifiStrengthId); in apply()
460 setIconForView(mWifiDark, mWifiStrengthId); in apply()
461 mLastWifiStrengthId = mWifiStrengthId; in apply()
472 mWifiStrengthId)); in apply()