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/notification/stack/
DNotificationSection.java39 private Rect mStartAnimationRect = new Rect(); field in NotificationSection
97 int previousStartValue = mStartAnimationRect.top; in startTopAnimation()
100 mStartAnimationRect.top = previousStartValue; in startTopAnimation()
122 mStartAnimationRect.top = -1; in startTopAnimation()
128 mStartAnimationRect.top = mCurrentBounds.top; in startTopAnimation()
135 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation()
149 mStartAnimationRect.bottom = previousStartValue; in startBottomAnimation()
171 mStartAnimationRect.bottom = -1; in startBottomAnimation()
177 mStartAnimationRect.bottom = mCurrentBounds.bottom; in startBottomAnimation()