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.java270 private boolean mIsSystemExpanded; field in ExpandableNotificationRow
3164 return mIsSystemExpanded; in isSystemExpanded()
3173 if (expand != mIsSystemExpanded) { in setSystemExpanded()
3175 mIsSystemExpanded = expand; in setSystemExpanded()