Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java533 final float finalTx; in getLocationUpdateFadeInAnimator() local
536 finalTx = 0; in getLocationUpdateFadeInAnimator()
539 finalTx = getDistanceFromOtherSide() * (onLeft ? -1 : 1); in getLocationUpdateFadeInAnimator()
543 startTx = finalTx + shift; in getLocationUpdateFadeInAnimator()
546 startTx = finalTx - shift; in getLocationUpdateFadeInAnimator()
551 .setEndValue(finalTx) in getLocationUpdateFadeInAnimator()