Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java110 private boolean mIsChildInGroup; field in NotificationContentView
636 if (mIsChildInGroup && isVisibleOrTransitioning(VISIBLE_TYPE_SINGLELINE)) { in getMinContentHeightHint()
792 } else if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) { in getMinHeight()
801 View v = mIsChildInGroup ? mSingleLineView : mAmbientChild; in getShowingAmbientView()
1074 int height = !mIsChildInGroup || isGroupExpanded() in calculateVisibleType()
1082 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded() in calculateVisibleType()
1104 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) { in getVisualTypeForHeight()
1120 && (!mIsChildInGroup || isGroupExpanded() in getVisualTypeForHeight()
1173 mIsChildInGroup = isChildInGroup; in setIsChildInGroup()
1175 mContractedWrapper.setIsChildInGroup(mIsChildInGroup); in setIsChildInGroup()
[all …]
DNotificationContentInflater.java129 private boolean mIsChildInGroup; field in NotificationContentInflater
149 if (childInGroup != mIsChildInGroup) { in setIsChildInGroup()
150 mIsChildInGroup = childInGroup; in setIsChildInGroup()
263 mIsChildInGroup, in inflateNotificationViews()
283 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, in inflateNotificationViews()
843 private final boolean mIsChildInGroup; field in NotificationContentInflater.AsyncInflationTask
875 mIsChildInGroup = isChildInGroup; in AsyncInflationTask()
907 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, in doInBackground()