Searched refs:mBottomAnimator (Results 1 – 1 of 1) sorted by relevance
42 private ObjectAnimator mBottomAnimator = null; field in NotificationSection51 if (mBottomAnimator != null) { in cancelAnimators()52 mBottomAnimator.cancel(); in cancelAnimators()72 return mBottomAnimator != null || mTopAnimator != null; in areBoundsAnimating()138 ObjectAnimator previousAnimator = mBottomAnimator; in startBottomAnimation()173 mBottomAnimator = null; in startBottomAnimation()179 mBottomAnimator = animator; in startBottomAnimation()228 return (mBottomAnimator == null && mCurrentBounds.bottom == bottom) in isTargetBottom()229 || (mBottomAnimator != null && mEndAnimationRect.bottom == bottom); in isTargetBottom()