Lines Matching full:objectanimator
21 import android.animation.ObjectAnimator;
105 public static ObjectAnimator ofFloat(View target, String propertyName, float... values) {
106 ObjectAnimator anim = new ObjectAnimator();
115 public static ObjectAnimator ofPropertyValuesHolder(View target,
117 ObjectAnimator anim = new ObjectAnimator();
125 public static ObjectAnimator ofPropertyValuesHolder(Object target,
127 ObjectAnimator anim = new ObjectAnimator();