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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java107 private boolean mExpandable; field in class:NotificationContentView
284 updateExpandButtons(mExpandable);
886 updateExpandButtons(mExpandable);
1086 mExpandable = expandable;
H A DExpandableNotificationRow.java74 private boolean mExpandable; field in class:ExpandableNotificationRow
827 mExpandable = false;
1057 return mExpandable;
1061 mExpandable = expandable;
1105 if (userExpanded && !mExpandable) return;

Completed in 82 milliseconds