Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java80 private boolean mHideBackground; field in NotificationShelf
189 + " (hideBackground=" + mHideBackground in toString()
908 if (mHideBackground != hideBackground) { in setHideBackground()
909 mHideBackground = hideBackground; in setHideBackground()
916 return !mHideBackground && super.needsOutline(); in needsOutline()