Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java514 ObjectAnimator positionAnim = ObjectAnimator.ofFloat(this, VIEW_TRANSLATE_X, tx) in getLocationUpdateFadeOutAnimator() local
516 positionAnim.setInterpolator(EMPHASIZED_ACCELERATE); in getLocationUpdateFadeOutAnimator()
523 animatorSet.playTogether(positionAnim, alphaAnim); in getLocationUpdateFadeOutAnimator()
549 ValueAnimator positionAnim = new SpringAnimationBuilder(getContext()) in getLocationUpdateFadeInAnimator() local
560 animatorSet.playTogether(positionAnim, alphaAnim); in getLocationUpdateFadeInAnimator()