Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java128 private boolean mIsChildInGroup; field in NotificationContentView
800 if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) { in getMinHeight()
1084 int height = !mIsChildInGroup || isGroupExpanded() in calculateVisibleType()
1113 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) { in getVisualTypeForHeight()
1127 && (!mIsChildInGroup || isGroupExpanded() in getVisualTypeForHeight()
1174 mIsChildInGroup = isChildInGroup; in setIsChildInGroup()
1176 mContractedWrapper.setIsChildInGroup(mIsChildInGroup); in setIsChildInGroup()
1179 mExpandedWrapper.setIsChildInGroup(mIsChildInGroup); in setIsChildInGroup()
1182 mHeadsUpWrapper.setIsChildInGroup(mIsChildInGroup); in setIsChildInGroup()
1215 if (mIsChildInGroup) {
[all …]