Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDemoStatusIcons.java55 private ModernStatusBarWifiView mModernWifiView; field in DemoStatusIcons
277 mModernWifiView = view; in addModernWifiView()
278 mModernWifiView.setStaticDrawableColor(mColor, mContrastColor); in addModernWifiView()
295 removeView(mModernWifiView); in onRemoveIcon()
296 mModernWifiView = null; in onRemoveIcon()
326 if (mModernWifiView != null) { in onDarkChangedWithContrast()
327 mModernWifiView.onDarkChangedWithContrast(areas, tint, contrastTint); in onDarkChangedWithContrast()