Searched refs:finalBottom (Results 1 – 1 of 1) sorted by relevance
2247 int finalBottom = finalTranslationY + finalHeight - lastView.getClipBottomAmount(); in updateBackgroundBounds() local2248 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()