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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java115 private boolean mExpandable; field in class:NotificationContentView
346 updateExpandButtons(mExpandable);
1038 updateExpandButtons(mExpandable);
1270 mExpandable = expandable;
H A DExpandableNotificationRow.java113 private boolean mExpandable; field in class:ExpandableNotificationRow
1502 return mEnableNonGroupedNotificationExpand && mExpandable;
1506 mExpandable = expandable;
1551 if (userExpanded && !mExpandable) return;

Completed in 96 milliseconds