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/stack/
DNotificationChildrenContainer.java66 private boolean mChildrenExpanded; field in NotificationChildrenContainer
348 if (mChildrenExpanded || mUserLocked) {
390 intrinsicHeight += mChildrenExpanded ? mDividerHeight : mChildPadding;
399 intrinsicHeight += mChildrenExpanded
412 } else if (!mChildrenExpanded) {
438 && mChildrenExpanded;
447 yPosition += mChildrenExpanded ? mDividerHeight : mChildPadding;
456 yPosition += mChildrenExpanded ? mNotificatonTopPadding + mDividerHeight : 0;
502 if (!mChildrenExpanded) {
562 if (!likeCollapsed && (mChildrenExpanded || mNotificationParent.isUserLocked())) {
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java124 private boolean mChildrenExpanded; field in ExpandableNotificationRow
441 return mChildrenExpanded;
498 if (!mIsSummaryWithChildren || !mChildrenExpanded) {
1065 return !mChildrenExpanded;
1417 mChildrenExpanded = expanded;