Searched refs:translateAnim (Results 1 – 4 of 4) sorted by relevance
126 final Animation translateAnim = new TranslateAnimation(mStartBounds.left, in createBoundsInterpolator() local128 translateAnim.setDuration(duration); in createBoundsInterpolator()129 animSet.addAnimation(translateAnim); in createBoundsInterpolator()
1298 Animation translateAnim = scaleUp in createAspectScaledThumbnailEnterExitAnimationLocked() local1304 set.addAnimation(translateAnim); in createAspectScaledThumbnailEnterExitAnimationLocked()1314 Animation translateAnim = scaleUp in createAspectScaledThumbnailEnterExitAnimationLocked() local1321 set.addAnimation(translateAnim); in createAspectScaledThumbnailEnterExitAnimationLocked()
1989 final ObjectAnimator translateAnim = ObjectAnimator.ofFloat(this, TRANSLATE_CONTENT,1992 translateAnim.addUpdateListener(listener);1994 translateAnim.addListener(new AnimatorListenerAdapter() {2015 mTranslateAnim = translateAnim;2016 return translateAnim;
3197 ValueAnimator translateAnim = ObjectAnimator.ofFloat(textView, "translationY",3199 translateAnim.setInterpolator(new DecelerateInterpolator(1.0f));3204 animSet.playTogether(fadeAnim, translateAnim);