Searched refs:mTopAnimator (Results 1 – 1 of 1) sorted by relevance
322 private ObjectAnimator mTopAnimator = null; field in NotificationStackScrollLayout2283 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 == finalTranslationY2440 || mTopAnimator != null && mEndAnimationRect.top == finalTranslationY) {