Searched refs:mStartAnimationRect (Results 1 – 1 of 1) sorted by relevance
280 private Rect mStartAnimationRect = new Rect(); field in NotificationStackScrollLayout1920 int previousStartValue = mStartAnimationRect.top; in startTopAnimation()1923 mStartAnimationRect.top = previousStartValue; in startTopAnimation()1945 mStartAnimationRect.top = -1; in startTopAnimation()1951 mStartAnimationRect.top = mCurrentBounds.top; in startTopAnimation()1957 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation()1971 mStartAnimationRect.bottom = previousStartValue; in startBottomAnimation()1993 mStartAnimationRect.bottom = -1; in startBottomAnimation()1999 mStartAnimationRect.bottom = mCurrentBounds.bottom; in startBottomAnimation()