Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
H A DNotificationShelfViewModelTest.kt99 val canModifyNotifColor by collectLastValue(underTest.canModifyColorOfNotifications)
108 val canModifyNotifColor by collectLastValue(underTest.canModifyColorOfNotifications)
118 val canModifyNotifColor by collectLastValue(underTest.canModifyColorOfNotifications)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
H A DNotificationShelfViewBinder.kt58 override fun canModifyColorOfNotifications(): Boolean = unsupported
89 viewModel.canModifyColorOfNotifications.collect(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelfController.kt39 fun canModifyColorOfNotifications(): Boolean regex
H A DLegacyNotificationShelfControllerImpl.java83 public boolean canModifyColorOfNotifications() { in canModifyColorOfNotifications() method in LegacyNotificationShelfControllerImpl
H A DNotificationShelf.java444 if (isLastChild && canModifyColorOfNotifications()) { in updateAppearance()
525 private boolean canModifyColorOfNotifications() {
529 return mController.canModifyColorOfNotifications();
1029 public void setCanModifyColorOfNotifications(boolean canModifyColorOfNotifications) { in setCanModifyColorOfNotifications() argument
1031 mCanModifyColorOfNotifications = canModifyColorOfNotifications; in setCanModifyColorOfNotifications()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
H A DNotificationShelfViewModel.kt40 val canModifyColorOfNotifications: Flow<Boolean>