Searched refs:mShouldDrawNotificationBackground (Results 1 – 1 of 1) sorted by relevance
122 private final boolean mShouldDrawNotificationBackground; field in NotificationStackScrollLayout404 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()