Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java2050 int finalBottom = finalTranslationY + finalHeight; in updateBackgroundBounds() local
2051 finalBottom = Math.min(finalBottom, getHeight()); in updateBackgroundBounds()
2053 || mBottomAnimator == null && mCurrentBounds.bottom == finalBottom in updateBackgroundBounds()
2054 || mBottomAnimator != null && mEndAnimationRect.bottom == finalBottom) { in updateBackgroundBounds()
2056 bottom = finalBottom; in updateBackgroundBounds()