Searched refs:mEndAnimationRect (Results 1 – 1 of 1) sorted by relevance
40 private Rect mEndAnimationRect = new Rect(); field in NotificationSection86 int previousEndValue = mEndAnimationRect.top; in startTopAnimation()101 mEndAnimationRect.top = newEndValue; in startTopAnimation()123 mEndAnimationRect.top = -1; in startTopAnimation()129 mEndAnimationRect.top = newEndValue; in startTopAnimation()136 int previousEndValue = mEndAnimationRect.bottom; in startBottomAnimation()150 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()172 mEndAnimationRect.bottom = -1; in startBottomAnimation()178 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()220 || (mTopAnimator != null && mEndAnimationRect.top == top); in isTargetTop()[all …]