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.java285 private Rect mEndAnimationRect = new Rect(); field in NotificationStackScrollLayout
2086 int previousEndValue = mEndAnimationRect.top; in startTopAnimation()
2101 mEndAnimationRect.top = newEndValue; in startTopAnimation()
2123 mEndAnimationRect.top = -1; in startTopAnimation()
2129 mEndAnimationRect.top = newEndValue; in startTopAnimation()
2135 int previousEndValue = mEndAnimationRect.bottom; in startBottomAnimation()
2149 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()
2171 mEndAnimationRect.bottom = -1; in startBottomAnimation()
2177 mEndAnimationRect.bottom = newEndValue; in startBottomAnimation()
2228 || mTopAnimator != null && mEndAnimationRect.top == finalTranslationY) { in updateBackgroundBounds()
[all …]