Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java103 private boolean mCanModifyColorOfNotifications; field in NotificationShelf
527 return mCanModifyColorOfNotifications && mAmbientState.isShadeExpanded();
1031 mCanModifyColorOfNotifications = canModifyColorOfNotifications; in setCanModifyColorOfNotifications()