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.java45 private ObjectAnimator mBottomAnimator = null; field in NotificationSection
55 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()