Home
last modified time | relevance | path

Searched defs:iconColors (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerStatusBarViewModelTest.kt231 val iconColors by collectLastValue(underTest.iconColors(displayId)!!) in iconColors_testsDarkBounds() constant
247 val iconColors by collectLastValue(underTest.iconColors(displayId)!!) in iconColors_staticDrawableColor_notInDarkTintArea() constant
258 val iconColors by collectLastValue(underTest.iconColors(displayId)!!) in iconColors_notInDarkTintArea() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerStatusBarViewModel.kt74 fun iconColors(displayId: Int): Flow<NotificationIconColors> { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconContainerViewBinder.kt72 val iconColors: StateFlow<NotificationIconColors> = in <lambda>() constant