Lines Matching full:objectanimator
21 import android.animation.ObjectAnimator;
38 private ObjectAnimator mFlashAnim;
59 ObjectAnimator slide = ObjectAnimator.ofFloat(view, "translationX", 0f, slideDistance)
63 ObjectAnimator translateY = ObjectAnimator.ofFloat(view, "translationY",
90 ObjectAnimator.ofFloat(view, "scaleX", scale, 1f)
92 ObjectAnimator.ofFloat(view, "scaleY", scale, 1f)
94 ObjectAnimator.ofFloat(view, "translationX",
140 mFlashAnim = ObjectAnimator.ofFloat(flashOverlay, "alpha",