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