Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java341 private boolean mParentNotFullyVisible; field in NotificationStackScrollLayout
527 mBackgroundPaint.setXfermode(mDrawBackgroundAsSrc && !mFadingOut && !mParentNotFullyVisible in updateSrcDrawing()
2199 mFadingOut || mParentNotFullyVisible || mAmbientState.isDark() || mIsClipped ? null in applyCurrentBackgroundBounds()
4141 if (parentNotFullyVisible != mParentNotFullyVisible) { in setParentNotFullyVisible()
4142 mParentNotFullyVisible = parentNotFullyVisible; in setParentNotFullyVisible()