Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java499 private boolean mAnimateStackYForContentHeightChange = false; field in NotificationStackScrollLayout
1061 mAnimateStackYForContentHeightChange = false;
1198 && mAnimateStackYForContentHeightChange) {
2789 mAnimateStackYForContentHeightChange = true; in updateScrollStateForRemovedChild()
3979 boolean previouslyNeededAnimation = mAnimateStackYForContentHeightChange; in onChildHeightChanged()
3981 mAnimateStackYForContentHeightChange = true; in onChildHeightChanged()
4003 mAnimateStackYForContentHeightChange = previouslyNeededAnimation; in onChildHeightChanged()