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.java527 private boolean mAnimateStackYForContentHeightChange = false; field in NotificationStackScrollLayout
1189 mAnimateStackYForContentHeightChange = false;
1360 && mAnimateStackYForContentHeightChange;
2934 mAnimateStackYForContentHeightChange = true; in updateScrollStateForRemovedChild()
4208 boolean previouslyNeededAnimation = mAnimateStackYForContentHeightChange; in onChildHeightChanged()
4210 mAnimateStackYForContentHeightChange = true; in onChildHeightChanged()
4233 mAnimateStackYForContentHeightChange = previouslyNeededAnimation; in onChildHeightChanged()