Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/binder/
H A DModernStatusBarViewVisibilityHelper.kt34 dotView: View,
39 dotView.visibility = View.GONE
43 dotView.visibility = View.VISIBLE
47 dotView.visibility = View.INVISIBLE
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/binder/
H A DWifiViewBinder.kt60 val dotView = view.requireViewById<StatusBarIconView>(R.id.status_bar_dot) regex
95 dotView,
115 dotView.setDecorColor(tint)
119 launch { decorTint.collect { tint -> dotView.setDecorColor(tint) } }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/
H A DMobileIconBinder.kt64 val dotView = view.requireViewById<StatusBarIconView>(R.id.status_bar_dot) regex
110 dotView,
174 dotView.setDecorColor(tint)
178 launch { decorTint.collect { tint -> dotView.setDecorColor(tint) } }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/view/
H A DModernStatusBarView.kt108 val dotView = regex
119 addView(dotView, lp)