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.java322 private ObjectAnimator mTopAnimator = null; field in NotificationStackScrollLayout
2283 if (mTopAnimator != null) {
2284 mTopAnimator.cancel();
2289 return mBottomAnimator != null || mTopAnimator != null;
2303 ObjectAnimator previousAnimator = mTopAnimator;
2339 mTopAnimator = null;
2345 mTopAnimator = animator;
2439 || mTopAnimator == null && mCurrentBounds.top == finalTranslationY
2440 || mTopAnimator != null && mEndAnimationRect.top == finalTranslationY) {