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.java43 private Rect mEndAnimationRect = new Rect(); field in NotificationSection
95 int previousEndValue = mEndAnimationRect.top; in startTopAnimation()
110 mEndAnimationRect.top = newEndValue; in startTopAnimation()
132 mEndAnimationRect.top = -1; in startTopAnimation()
138 mEndAnimationRect.top = newEndValue; in startTopAnimation()
145 int previousEndValue = mEndAnimationRect.bottom; in startBottomAnimation()
159 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()
181 mEndAnimationRect.bottom = -1; in startBottomAnimation()
187 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()
233 || (mTopAnimator != null && mEndAnimationRect.top == top); in isTargetTop()
[all …]