Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java43 private ObjectAnimator mTopAnimator = null; field in NotificationSection
57 if (mTopAnimator != null) { in cancelAnimators()
58 mTopAnimator.cancel(); in cancelAnimators()
75 return mBottomAnimator != null || mTopAnimator != null; in areBoundsAnimating()
95 ObjectAnimator previousAnimator = mTopAnimator; in startTopAnimation()
131 mTopAnimator = null; in startTopAnimation()
137 mTopAnimator = animator; in startTopAnimation()
227 return (mTopAnimator == null && mCurrentBounds.top == top) in isTargetTop()
228 || (mTopAnimator != null && mEndAnimationRect.top == top); in isTargetTop()