Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java224 private boolean mShowPublicExpander = true; field in ExpandableNotificationRow
613 mPublicLayout.updateExpandButtons(mShowPublicExpander); in onNotificationUpdated()
2906 if (mShowPublicExpander != showPublicExpander) {
2907 mShowPublicExpander = showPublicExpander;
2908 mPublicLayout.updateExpandButtons(mShowPublicExpander);