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/notification/row/
DExpandableNotificationRow.java277 private boolean mShowNoBackground; field in ExpandableNotificationRow
3390 mShowNoBackground = !mShowGroupBackgroundWhenExpanded && isGroupExpanded()
3392 mChildrenContainer.updateHeaderForExpansion(mShowNoBackground);
3404 mShowNoBackground = !showBackground;
3407 mShowNoBackground = false;
3415 return mShowNoBackground || super.hideBackground();
3791 pw.print(", mShowNoBackground: " + mShowNoBackground);