Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java2225 int finalTranslationY = (int) Math.ceil(ViewState.getFinalTranslationY(firstView)); in updateBackgroundBounds() local
2227 || 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() local
2242 finalTranslationY = (int) mShelf.getTranslationY(); in updateBackgroundBounds()
2244 finalTranslationY = (int) ViewState.getFinalTranslationY(lastView); in updateBackgroundBounds()
2247 int finalBottom = finalTranslationY + finalHeight - lastView.getClipBottomAmount(); in updateBackgroundBounds()