Searched refs:mIsChildInGroup (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationContentView.java | 86 private boolean mIsChildInGroup; field in NotificationContentView 536 if (mIsChildInGroup && isVisibleOrTransitioning(VISIBLE_TYPE_SINGLELINE)) { in getMinContentHeightHint() 672 } else if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) { in getMinHeight() 680 View v = mIsChildInGroup ? mAmbientSingleLineChild : mAmbientChild; in getShowingAmbientView() 951 if (mIsChildInGroup && mAmbientSingleLineChild != null) { in calculateVisibleType() 960 int height = !mIsChildInGroup || isGroupExpanded() in calculateVisibleType() 968 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded() in calculateVisibleType() 989 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) { in getVisualTypeForHeight() 1002 && (!mIsChildInGroup || isGroupExpanded() in getVisualTypeForHeight() 1067 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() 141 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, mRedactAmbient, in inflateNotificationViews() 149 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, in inflateNotificationViews() 530 private final boolean mIsChildInGroup; field in NotificationInflater.AsyncInflationTask 552 mIsChildInGroup = isChildInGroup; in AsyncInflationTask() 587 recoveredBuilder, mIsLowPriority, mIsChildInGroup, in doInBackground()
|