Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelfController.java80 public boolean canModifyColorOfNotifications() { in canModifyColorOfNotifications() method in NotificationShelfController
H A DNotificationShelf.java287 if (isLastChild && mController.canModifyColorOfNotifications()) { in updateAppearance()