Searched refs:positionAnim (Results 1 – 1 of 1) sorted by relevance
514 ObjectAnimator positionAnim = ObjectAnimator.ofFloat(this, VIEW_TRANSLATE_X, tx) in getLocationUpdateFadeOutAnimator() local516 positionAnim.setInterpolator(EMPHASIZED_ACCELERATE); in getLocationUpdateFadeOutAnimator()523 animatorSet.playTogether(positionAnim, alphaAnim); in getLocationUpdateFadeOutAnimator()549 ValueAnimator positionAnim = new SpringAnimationBuilder(getContext()) in getLocationUpdateFadeInAnimator() local560 animatorSet.playTogether(positionAnim, alphaAnim); in getLocationUpdateFadeInAnimator()