Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java80 private boolean mIsChildInGroup; field in NotificationContentView
448 if (mIsChildInGroup && isVisibleOrTransitioning(VISIBLE_TYPE_SINGLELINE)) { in getMinContentHeightHint()
575 if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) { in getMinHeight()
811 int height = !mIsChildInGroup || isGroupExpanded() in calculateVisibleType()
819 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded() in calculateVisibleType()
840 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) { in getVisualTypeForHeight()
853 && (!mIsChildInGroup || isGroupExpanded() in getVisualTypeForHeight()
917 mIsChildInGroup = isChildInGroup; in setIsChildInGroup()
943 if (mIsChildInGroup) {
1138 if (mIsChildInGroup && mSingleLineView != null) {