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.java138 private boolean mExpandable; field in NotificationContentView
354 updateExpandButtons(mExpandable); in onLayout()
1057 updateExpandButtons(mExpandable); in setHeadsUp()
1419 mExpandable = expandable;
DExpandableNotificationRow.java158 private boolean mExpandable; field in ExpandableNotificationRow
2170 return mEnableNonGroupedNotificationExpand && mExpandable;
2174 mExpandable = expandable;
2219 if (userExpanded && !mExpandable) return;