Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java144 private final boolean mShouldDrawNotificationBackground; field in NotificationStackScrollLayout
449 mShouldDrawNotificationBackground = in NotificationStackScrollLayout()
515 if (mShouldDrawNotificationBackground in onDraw()
569 if (!mShouldDrawNotificationBackground) { in updateBackgroundDimming()
629 if (!mShouldDrawNotificationBackground) { in updateSrcDrawing()
2254 if (!mShouldDrawNotificationBackground || mAmbientState.isFullyDark()) {
2409 if (!mShouldDrawNotificationBackground) {
4006 boolean willDraw = mShouldDrawNotificationBackground || DEBUG;