Searched defs:mShowNoBackground (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java169 private boolean mShowNoBackground; field in class:ExpandableNotificationRow
540 return super.shouldHideBackground() || mShowNoBackground;
2004 mShowNoBackground = isGroupExpanded() && !isGroupExpansionChanging() && !isUserLocked();
2005 mChildrenContainer.updateHeaderForExpansion(mShowNoBackground);
2017 mShowNoBackground = !showBackground;
2020 mShowNoBackground = false;

Completed in 24 milliseconds