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()
1300 Animation translateAnim = scaleUp in createAspectScaledThumbnailEnterExitAnimationLocked() local1306 set.addAnimation(translateAnim); in createAspectScaledThumbnailEnterExitAnimationLocked()1316 Animation translateAnim = scaleUp in createAspectScaledThumbnailEnterExitAnimationLocked() local1323 set.addAnimation(translateAnim); in createAspectScaledThumbnailEnterExitAnimationLocked()
1982 final ObjectAnimator translateAnim = ObjectAnimator.ofFloat(this, TRANSLATE_CONTENT,1985 translateAnim.addUpdateListener(listener);1987 translateAnim.addListener(new AnimatorListenerAdapter() {2008 mTranslateAnim = translateAnim;2009 return translateAnim;
3480 ValueAnimator translateAnim = ObjectAnimator.ofFloat(textView, "translationY",3482 translateAnim.setInterpolator(new DecelerateInterpolator(1.0f));3487 animSet.playTogether(fadeAnim, translateAnim);