Searched refs:mAnimateNextBackgroundBottom (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java297 private boolean mAnimateNextBackgroundBottom; field in class:NotificationStackScrollLayout
2070 boolean animate = mAnimateNextBackgroundTop || mAnimateNextBackgroundBottom
2085 mAnimateNextBackgroundBottom = false;
2166 if (!mAnimateNextBackgroundBottom) {
2275 if (mAnimateNextBackgroundBottom
2826 mAnimateNextBackgroundBottom = lastChild != mLastVisibleBackgroundChild;
2829 mAnimateNextBackgroundBottom = false;

Completed in 42 milliseconds