Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java136 private boolean mShowNoBackground; field in ExpandableNotificationRow
431 return super.shouldHideBackground() || mShowNoBackground;
1589 mShowNoBackground = isGroupExpanded() && !isGroupExpansionChanging() && !isUserLocked();
1590 mChildrenContainer.updateHeaderForExpansion(mShowNoBackground);
1602 mShowNoBackground = !showBackground;
1605 mShowNoBackground = false;