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.java122 private final boolean mShouldDrawNotificationBackground; field in NotificationStackScrollLayout
404 mShouldDrawNotificationBackground = in NotificationStackScrollLayout()
453 if (mShouldDrawNotificationBackground && !mAmbientState.isDark() in onDraw()
471 if (!mShouldDrawNotificationBackground) { in updateBackgroundDimming()
523 if (!mShouldDrawNotificationBackground) { in updateSrcDrawing()
2039 if (!mShouldDrawNotificationBackground || mAmbientState.isDark()) { in updateBackground()
2194 if (!mShouldDrawNotificationBackground) { in applyCurrentBackgroundBounds()
3694 boolean willDraw = !mAmbientState.isDark() && mShouldDrawNotificationBackground || DEBUG; in updateWillNotDraw()