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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java80 private boolean mIsChildInGroup; field in class:NotificationContentView
448 if (mIsChildInGroup && isVisibleOrTransitioning(VISIBLE_TYPE_SINGLELINE)) {
574 if (likeGroupExpanded || !mIsChildInGroup || isGroupExpanded()) {
810 int height = !mIsChildInGroup || isGroupExpanded()
818 int collapsedVisualType = mIsChildInGroup && !isGroupExpanded()
839 if (!mUserExpanding && mIsChildInGroup && !isGroupExpanded()) {
851 && (!mIsChildInGroup || isGroupExpanded()
915 mIsChildInGroup = isChildInGroup;
941 if (mIsChildInGroup) {
1136 if (mIsChildInGroup
[all...]

Completed in 33 milliseconds