Home
last modified time | relevance | path

Searched refs:mChildrenExpanded (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java99 private boolean mChildrenExpanded; field in NotificationChildrenContainer
434 mGroupHeaderWrapper.setExpanded(mChildrenExpanded);
447 mGroupHeaderWrapper.setExpanded(mChildrenExpanded);
500 mGroupHeaderWrapper.setExpanded(mChildrenExpanded);
668 if (mChildrenExpanded || mUserLocked) {
707 boolean childrenExpanded = mChildrenExpanded;
764 boolean childrenExpandedAndNotAnimating = mChildrenExpanded
774 yPosition += mChildrenExpanded ? mDividerHeight : mChildPadding;
783 yPosition += mChildrenExpanded ? mNotificationTopPadding + mDividerHeight : 0;
828 if (!mChildrenExpanded) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java262 private boolean mChildrenExpanded; field in ExpandableNotificationRow
1018 return mChildrenExpanded;
1082 if (!mIsSummaryWithChildren || !mChildrenExpanded) {
2580 return !mChildrenExpanded;
3041 mChildrenExpanded = expanded;