Searched refs:mBottomAnimator (Results 1 – 1 of 1) sorted by relevance
321 private ObjectAnimator mBottomAnimator = null; field in NotificationStackScrollLayout2280 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 == finalBottom2463 || mBottomAnimator != null && mEndAnimationRect.bottom == finalBottom) {