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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java98 private boolean mIsChildInGroup; field in class:NotificationContentView
597 if (mIsChildInGroup && isVisibleOrTransitioning(VISIBLE_TYPE_SINGLELINE)) {
754 } else if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) {
762 View v = mIsChildInGroup ? mAmbientSingleLineChild : mAmbientChild;
1040 if (mIsChildInGroup && mAmbientSingleLineChild != null) {
1049 int height = !mIsChildInGroup || isGroupExpanded()
1057 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded()
1078 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) {
1091 && (!mIsChildInGroup || isGroupExpanded()
1144 mIsChildInGroup
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationInflater.java67 private boolean mIsChildInGroup; field in class:NotificationInflater
85 if (childInGroup != mIsChildInGroup) {
86 mIsChildInGroup = childInGroup;
142 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, mRedactAmbient,
155 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight,
579 private final boolean mIsChildInGroup; field in class:NotificationInflater.AsyncInflationTask
601 mIsChildInGroup = isChildInGroup;
630 recoveredBuilder, mIsLowPriority, mIsChildInGroup,

Completed in 229 milliseconds