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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java295 private Rect mEndAnimationRect = new Rect(); field in class:NotificationStackScrollLayout
2111 int previousEndValue = mEndAnimationRect.top;
2126 mEndAnimationRect.top = newEndValue;
2148 mEndAnimationRect.top = -1;
2154 mEndAnimationRect.top = newEndValue;
2160 int previousEndValue = mEndAnimationRect.bottom;
2174 mEndAnimationRect.bottom = newEndValue;
2196 mEndAnimationRect.bottom = -1;
2202 mEndAnimationRect.bottom = newEndValue;
2253 || mTopAnimator != null && mEndAnimationRect
[all...]

Completed in 65 milliseconds