Searched refs:mBottomAnimator (Results 1 – 1 of 1) sorted by relevance
44 private ObjectAnimator mBottomAnimator = null; field in NotificationSection54 if (mBottomAnimator != null) { in cancelAnimators()55 mBottomAnimator.cancel(); in cancelAnimators()75 return mBottomAnimator != null || mTopAnimator != null; in areBoundsAnimating()144 ObjectAnimator previousAnimator = mBottomAnimator; in startBottomAnimation()179 mBottomAnimator = null; in startBottomAnimation()185 mBottomAnimator = animator; in startBottomAnimation()236 return (mBottomAnimator == null && mCurrentBounds.bottom == bottom) in isTargetBottom()237 || (mBottomAnimator != null && mEndAnimationRect.bottom == bottom); in isTargetBottom()