Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java253 private boolean mChildIsExpanding; field in ExpandableNotificationRow
2161 mChildIsExpanding = isExpanding;
2168 return mChildIsExpanding;
2972 if (mChildrenContainer != null && !mChildIsExpanding) {
3212 || mExpandAnimationRunning || mChildIsExpanding));
3248 if (mExpandingClipPath != null && (mExpandAnimationRunning || mChildIsExpanding)) {