Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java41 private ObjectAnimator mTopAnimator = null; field in NotificationSection
54 if (mTopAnimator != null) { in cancelAnimators()
55 mTopAnimator.cancel(); in cancelAnimators()
72 return mBottomAnimator != null || mTopAnimator != null; in areBoundsAnimating()
88 ObjectAnimator previousAnimator = mTopAnimator; in startTopAnimation()
124 mTopAnimator = null; in startTopAnimation()
130 mTopAnimator = animator; in startTopAnimation()
219 return (mTopAnimator == null && mCurrentBounds.top == top) in isTargetTop()
220 || (mTopAnimator != null && mEndAnimationRect.top == top); in isTargetTop()