Searched refs:mBottomAnimator (Results 1 – 1 of 1) sorted by relevance
45 private ObjectAnimator mBottomAnimator = null; field in NotificationSection55 if (mBottomAnimator != null) { in cancelAnimators()56 mBottomAnimator.cancel(); in cancelAnimators()76 return mBottomAnimator != null || mTopAnimator != null; in areBoundsAnimating()147 ObjectAnimator previousAnimator = mBottomAnimator; in startBottomAnimation()182 mBottomAnimator = null; in startBottomAnimation()188 mBottomAnimator = animator; in startBottomAnimation()241 return (mBottomAnimator == null && mCurrentBounds.bottom == bottom) in isTargetBottom()242 || (mBottomAnimator != null && mEndAnimationRect.bottom == bottom); in isTargetBottom()