Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java143 private boolean mExpandable; field in NotificationContentView
376 updateExpandButtons(mExpandable); in onLayout()
1144 updateExpandButtons(mExpandable); in setHeadsUp()
1513 mExpandable = expandable;
DExpandableNotificationRow.java157 private boolean mExpandable; field in ExpandableNotificationRow
2192 return mEnableNonGroupedNotificationExpand && mExpandable;
2196 mExpandable = expandable;
2241 if (userExpanded && !mExpandable) return;