Searched refs:mIsChildInGroup (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationContentView.java | 98 private boolean mIsChildInGroup; field in NotificationContentView 597 if (mIsChildInGroup && isVisibleOrTransitioning(VISIBLE_TYPE_SINGLELINE)) { in getMinContentHeightHint() 754 } else if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) { in getMinHeight() 762 View v = mIsChildInGroup ? mAmbientSingleLineChild : mAmbientChild; in getShowingAmbientView() 1040 if (mIsChildInGroup && mAmbientSingleLineChild != null) { in calculateVisibleType() 1049 int height = !mIsChildInGroup || isGroupExpanded() in calculateVisibleType() 1057 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded() in calculateVisibleType() 1078 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) { in getVisualTypeForHeight() 1091 && (!mIsChildInGroup || isGroupExpanded() in getVisualTypeForHeight() 1144 mIsChildInGroup = isChildInGroup; in setIsChildInGroup() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflater.java | 67 private boolean mIsChildInGroup; field in NotificationInflater 85 if (childInGroup != mIsChildInGroup) { in setIsChildInGroup() 86 mIsChildInGroup = childInGroup; in setIsChildInGroup() 142 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, mRedactAmbient, in inflateNotificationViews() 155 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, in inflateNotificationViews() 579 private final boolean mIsChildInGroup; field in NotificationInflater.AsyncInflationTask 601 mIsChildInGroup = isChildInGroup; in AsyncInflationTask() 630 recoveredBuilder, mIsLowPriority, mIsChildInGroup, in doInBackground()
|