Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java67 private boolean mFullyDark; field in NotificationIconAreaController
225 if ((!showAmbient || mFullyDark) && entry.shouldSuppressStatusBar()) { in shouldShowNotificationIcon()
247 mFullyDark /* hideRepliedMessages */, in updateShelfIcons()
248 mFullyDark /* hideCurrentMedia */, in updateShelfIcons()
268 mFullyDark /* hideCurrentMedia */, in updateCenterIcon()
469 if (mFullyDark != fullyDark) { in onDozeAmountChanged()
470 mFullyDark = fullyDark; in onDozeAmountChanged()