Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java40 private Rect mEndAnimationRect = new Rect(); field in NotificationSection
86 int previousEndValue = mEndAnimationRect.top; in startTopAnimation()
101 mEndAnimationRect.top = newEndValue; in startTopAnimation()
123 mEndAnimationRect.top = -1; in startTopAnimation()
129 mEndAnimationRect.top = newEndValue; in startTopAnimation()
136 int previousEndValue = mEndAnimationRect.bottom; in startBottomAnimation()
150 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()
172 mEndAnimationRect.bottom = -1; in startBottomAnimation()
178 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()
220 || (mTopAnimator != null && mEndAnimationRect.top == top); in isTargetTop()
[all …]