Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java96 private boolean mCanModifyColorOfNotifications; field in NotificationShelf
526 return mCanModifyColorOfNotifications && mAmbientState.isShadeExpanded();
991 mCanModifyColorOfNotifications = canModifyColorOfNotifications; in setCanModifyColorOfNotifications()