Searched refs:mEndAnimationRect (Results 1 – 1 of 1) sorted by relevance
42 private final Rect mEndAnimationRect = new Rect(); field in NotificationSection93 int previousEndValue = mEndAnimationRect.top; in startTopAnimation()108 mEndAnimationRect.top = newEndValue; in startTopAnimation()130 mEndAnimationRect.top = -1; in startTopAnimation()136 mEndAnimationRect.top = newEndValue; in startTopAnimation()142 int previousEndValue = mEndAnimationRect.bottom; in startBottomAnimation()156 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()178 mEndAnimationRect.bottom = -1; in startBottomAnimation()184 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()228 || (mTopAnimator != null && mEndAnimationRect.top == top); in isTargetTop()[all …]