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/
DNotificationContentView.java127 private boolean mExpandable; field in NotificationContentView
388 updateExpandButtons(mExpandable); in onLayout()
1115 updateExpandButtons(mExpandable); in setHeadsUp()
1435 mExpandable = expandable; in updateExpandButtons()
DExpandableNotificationRow.java140 private boolean mExpandable; field in ExpandableNotificationRow
1956 return mEnableNonGroupedNotificationExpand && mExpandable;
1960 mExpandable = expandable;
2005 if (userExpanded && !mExpandable) return;