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/stack/
DNotificationStackScrollLayout.java286 private ObjectAnimator mTopAnimator = null; field in NotificationStackScrollLayout
1891 if (mTopAnimator != null) { in abortBackgroundAnimators()
1892 mTopAnimator.cancel(); in abortBackgroundAnimators()
1897 return mBottomAnimator != null || mTopAnimator != null; in areBoundsAnimating()
1911 ObjectAnimator previousAnimator = mTopAnimator; in startTopAnimation()
1947 mTopAnimator = null; in startTopAnimation()
1953 mTopAnimator = animator; in startTopAnimation()
2037 || mTopAnimator == null && mCurrentBounds.top == finalTranslationY in updateBackgroundBounds()
2038 || mTopAnimator != null && mEndAnimationRect.top == finalTranslationY) { in updateBackgroundBounds()