Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java201 private boolean mChildIsExpanding; field in ExpandableNotificationRow
1923 mChildIsExpanding = isExpanding;
1928 return mChildIsExpanding;
1933 return super.shouldClipToActualHeight() && !mExpandAnimationRunning && !mChildIsExpanding;
2555 if (mChildrenContainer != null && !mChildIsExpanding) {
2786 || mExpandAnimationRunning || mChildIsExpanding);
2829 if (!mChildIsExpanding && (isClippingNeeded() || !hasNoRounding())) {