Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java534 private boolean mAnimateStackYForContentHeightChange = false; field in NotificationStackScrollLayout
1200 mAnimateStackYForContentHeightChange = false;
1312 && mAnimateStackYForContentHeightChange;
2937 mAnimateStackYForContentHeightChange = true; in updateScrollStateForRemovedChild()
4158 boolean previouslyNeededAnimation = mAnimateStackYForContentHeightChange; in onChildHeightChanged()
4160 mAnimateStackYForContentHeightChange = true; in onChildHeightChanged()
4182 mAnimateStackYForContentHeightChange = previouslyNeededAnimation; in onChildHeightChanged()