Lines Matching full:objectanimator
374 <p>The {@link android.animation.ObjectAnimator} class has new constructors that enable you to animate
379 ObjectAnimator mAnimator;
380 mAnimator = ObjectAnimator.ofFloat(view, View.X, View.Y, path);
397 <objectAnimator
401 <!-- you could have other objectAnimator elements
409 <objectAnimator android:propertyName="translationZ"
477 <li>One or more object animators with the <code><objectAnimator></code> element in
525 <p>The animation definitions represent {@link android.animation.ObjectAnimator} or {@link
531 <objectAnimator
545 <objectAnimator