Searched refs:finalTranslationY (Results 1 – 1 of 1) sorted by relevance
2225 int finalTranslationY = (int) Math.ceil(ViewState.getFinalTranslationY(firstView)); in updateBackgroundBounds() local2227 || mTopAnimator == null && mCurrentBounds.top == finalTranslationY in updateBackgroundBounds()2228 || mTopAnimator != null && mEndAnimationRect.top == finalTranslationY) { in updateBackgroundBounds()2230 top = finalTranslationY; in updateBackgroundBounds()2240 int finalTranslationY; in updateBackgroundBounds() local2242 finalTranslationY = (int) mShelf.getTranslationY(); in updateBackgroundBounds()2244 finalTranslationY = (int) ViewState.getFinalTranslationY(lastView); in updateBackgroundBounds()2247 int finalBottom = finalTranslationY + finalHeight - lastView.getClipBottomAmount(); in updateBackgroundBounds()