Searched refs:translateAnim (Results 1 – 4 of 4) sorted by relevance
121 final Animation translateAnim = new TranslateAnimation(mStartBounds.left, in createBoundsInterpolator() local123 translateAnim.setDuration(duration); in createBoundsInterpolator()124 animSet.addAnimation(translateAnim); in createBoundsInterpolator()
799 Animation translateAnim = scaleUp in createAspectScaledThumbnailEnterExitAnimationLocked() local805 set.addAnimation(translateAnim); in createAspectScaledThumbnailEnterExitAnimationLocked()815 Animation translateAnim = scaleUp in createAspectScaledThumbnailEnterExitAnimationLocked() local822 set.addAnimation(translateAnim); in createAspectScaledThumbnailEnterExitAnimationLocked()
2207 final ObjectAnimator translateAnim = ObjectAnimator.ofFloat(this, TRANSLATE_CONTENT,2210 translateAnim.addUpdateListener(listener);2212 translateAnim.addListener(new AnimatorListenerAdapter() {2230 mTranslateAnim = translateAnim;2231 return translateAnim;
3668 ValueAnimator translateAnim = ObjectAnimator.ofFloat(textView, "translationY",3670 translateAnim.setInterpolator(new DecelerateInterpolator(1.0f));3675 animSet.playTogether(fadeAnim, translateAnim);