Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java41 private final Rect mStartAnimationRect = new Rect(); field in NotificationSection
104 int previousStartValue = mStartAnimationRect.top; in startTopAnimation()
107 mStartAnimationRect.top = previousStartValue; in startTopAnimation()
129 mStartAnimationRect.top = -1; in startTopAnimation()
135 mStartAnimationRect.top = mCurrentBounds.top; in startTopAnimation()
141 int previousStartValue = mStartAnimationRect.bottom; in startBottomAnimation()
155 mStartAnimationRect.bottom = previousStartValue; in startBottomAnimation()
177 mStartAnimationRect.bottom = -1; in startBottomAnimation()
183 mStartAnimationRect.bottom = mCurrentBounds.bottom; in startBottomAnimation()