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.java42 private Rect mStartAnimationRect = new Rect(); field in NotificationSection
106 int previousStartValue = mStartAnimationRect.top; in startTopAnimation()
109 mStartAnimationRect.top = previousStartValue; in startTopAnimation()
131 mStartAnimationRect.top = -1; in startTopAnimation()
137 mStartAnimationRect.top = mCurrentBounds.top; in startTopAnimation()
144 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation()
158 mStartAnimationRect.bottom = previousStartValue; in startBottomAnimation()
180 mStartAnimationRect.bottom = -1; in startBottomAnimation()
186 mStartAnimationRect.bottom = mCurrentBounds.bottom; in startBottomAnimation()