Searched refs:mEndAnimationRect (Results 1 – 1 of 1) sorted by relevance
43 private Rect mEndAnimationRect = new Rect(); field in NotificationSection95 int previousEndValue = mEndAnimationRect.top; in startTopAnimation()110 mEndAnimationRect.top = newEndValue; in startTopAnimation()132 mEndAnimationRect.top = -1; in startTopAnimation()138 mEndAnimationRect.top = newEndValue; in startTopAnimation()145 int previousEndValue = mEndAnimationRect.bottom; in startBottomAnimation()159 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()181 mEndAnimationRect.bottom = -1; in startBottomAnimation()187 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()233 || (mTopAnimator != null && mEndAnimationRect.top == top); in isTargetTop()[all …]