Home | History | Annotate | Download | only in material

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 &lt;objectAnimator
401 &lt;!-- you could have other objectAnimator elements
409 &lt;objectAnimator android:propertyName="translationZ"
477 <li>One or more object animators with the <code>&lt;objectAnimator&gt;</code> element in
525 <p>The animation definitions represent {@link android.animation.ObjectAnimator} or {@link
531 &lt;objectAnimator
545 &lt;objectAnimator