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.java107 private boolean mExpandable; field in NotificationContentView
284 updateExpandButtons(mExpandable); in onLayout()
888 updateExpandButtons(mExpandable); in setHeadsUp()
1088 mExpandable = expandable;
DExpandableNotificationRow.java75 private boolean mExpandable; field in ExpandableNotificationRow
837 mExpandable = false;
1067 return mExpandable;
1071 mExpandable = expandable;
1115 if (userExpanded && !mExpandable) return;