Home
last modified time | relevance | path

Searched refs:mBottomAnimator (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java44 private ObjectAnimator mBottomAnimator = null; field in NotificationSection
54 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()