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/stack/
DNotificationStackScrollLayout.java317 private Rect mEndAnimationRect = new Rect(); field in NotificationStackScrollLayout
2301 int previousEndValue = mEndAnimationRect.top;
2316 mEndAnimationRect.top = newEndValue;
2338 mEndAnimationRect.top = -1;
2344 mEndAnimationRect.top = newEndValue;
2350 int previousEndValue = mEndAnimationRect.bottom;
2364 mEndAnimationRect.bottom = newEndValue;
2386 mEndAnimationRect.bottom = -1;
2392 mEndAnimationRect.bottom = newEndValue;
2440 || mTopAnimator != null && mEndAnimationRect.top == finalTranslationY) {
[all …]