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.java44 private ObjectAnimator mTopAnimator = null; field in NotificationSection
58 if (mTopAnimator != null) { in cancelAnimators()
59 mTopAnimator.cancel(); in cancelAnimators()
76 return mBottomAnimator != null || mTopAnimator != null; in areBoundsAnimating()
97 ObjectAnimator previousAnimator = mTopAnimator; in startTopAnimation()
133 mTopAnimator = null; in startTopAnimation()
139 mTopAnimator = animator; in startTopAnimation()
232 return (mTopAnimator == null && mCurrentBounds.top == top) in isTargetTop()
233 || (mTopAnimator != null && mEndAnimationRect.top == top); in isTargetTop()