Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java184 private boolean mIsSystemExpanded; field in ExpandableNotificationRow
2264 return mIsSystemExpanded;
2273 if (expand != mIsSystemExpanded) {
2275 mIsSystemExpanded = expand;