Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java42 private final Rect mEndAnimationRect = new Rect(); field in NotificationSection
93 int previousEndValue = mEndAnimationRect.top; in startTopAnimation()
108 mEndAnimationRect.top = newEndValue; in startTopAnimation()
130 mEndAnimationRect.top = -1; in startTopAnimation()
136 mEndAnimationRect.top = newEndValue; in startTopAnimation()
142 int previousEndValue = mEndAnimationRect.bottom; in startBottomAnimation()
156 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()
178 mEndAnimationRect.bottom = -1; in startBottomAnimation()
184 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()
228 || (mTopAnimator != null && mEndAnimationRect.top == top); in isTargetTop()
[all …]