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.java2247 int finalBottom = finalTranslationY + finalHeight - lastView.getClipBottomAmount(); in updateBackgroundBounds() local
2248 finalBottom = Math.min(finalBottom, getHeight()); in updateBackgroundBounds()
2250 || mBottomAnimator == null && mCurrentBounds.bottom == finalBottom in updateBackgroundBounds()
2251 || mBottomAnimator != null && mEndAnimationRect.bottom == finalBottom) { in updateBackgroundBounds()
2253 bottom = finalBottom; in updateBackgroundBounds()