Searched refs:mIsChildInGroup (Results 1 – 2 of 2) sorted by relevance
115 private boolean mIsChildInGroup; field in NotificationContentInflater134 if (childInGroup != mIsChildInGroup) { in setIsChildInGroup()135 mIsChildInGroup = childInGroup; in setIsChildInGroup()245 mIsChildInGroup, in inflateNotificationViews()264 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, in inflateNotificationViews()758 private final boolean mIsChildInGroup; field in NotificationContentInflater.AsyncInflationTask788 mIsChildInGroup = isChildInGroup; in AsyncInflationTask()818 recoveredBuilder, mIsLowPriority, mIsChildInGroup, mUsesIncreasedHeight, in doInBackground()
106 private boolean mIsChildInGroup; field in NotificationContentView580 if (mIsChildInGroup && isVisibleOrTransitioning(VISIBLE_TYPE_SINGLELINE)) { in getMinContentHeightHint()734 if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) { in getMinHeight()998 int height = !mIsChildInGroup || isGroupExpanded() in calculateVisibleType()1006 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded() in calculateVisibleType()1027 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) { in getVisualTypeForHeight()1041 && (!mIsChildInGroup || isGroupExpanded() in getVisualTypeForHeight()1086 mIsChildInGroup = isChildInGroup; in setIsChildInGroup()1088 mContractedWrapper.setIsChildInGroup(mIsChildInGroup); in setIsChildInGroup()1091 mExpandedWrapper.setIsChildInGroup(mIsChildInGroup); in setIsChildInGroup()[all …]