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/notification/stack/
DNotificationSection.java42 private ObjectAnimator mBottomAnimator = null; field in NotificationSection
51 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()