Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java321 private ObjectAnimator mBottomAnimator = null; field in NotificationStackScrollLayout
2280 if (mBottomAnimator != null) {
2281 mBottomAnimator.cancel();
2289 return mBottomAnimator != null || mTopAnimator != null;
2352 ObjectAnimator previousAnimator = mBottomAnimator;
2387 mBottomAnimator = null;
2393 mBottomAnimator = animator;
2462 || mBottomAnimator == null && mCurrentBounds.bottom == finalBottom
2463 || mBottomAnimator != null && mEndAnimationRect.bottom == finalBottom) {