Home
last modified time | relevance | path

Searched refs:mStartAnimationRect (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java280 private Rect mStartAnimationRect = new Rect(); field in NotificationStackScrollLayout
1920 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()