Home
last modified time | relevance | path

Searched defs:canModifyColorOfNotifications (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelfController.kt39 fun canModifyColorOfNotifications(): Boolean method
DLegacyNotificationShelfControllerImpl.java83 public boolean canModifyColorOfNotifications() { in canModifyColorOfNotifications() method in LegacyNotificationShelfControllerImpl
DNotificationShelf.java1029 public void setCanModifyColorOfNotifications(boolean canModifyColorOfNotifications) { in setCanModifyColorOfNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewmodel/
DNotificationShelfViewModel.kt40 val canModifyColorOfNotifications: Flow<Boolean> in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shelf/ui/viewbinder/
DNotificationShelfViewBinder.kt58 override fun canModifyColorOfNotifications(): Boolean = unsupported in canModifyColorOfNotifications() method in com.android.systemui.statusbar.notification.shelf.ui.viewbinder.NotificationShelfViewBinderWrapperControllerImpl