Home | History | Annotate | Download | only in launcher2

Lines Matching full:objectanimator

21 import android.animation.ObjectAnimator;
100 public static ObjectAnimator ofFloat(View target, String propertyName, float... values) {
101 ObjectAnimator anim = new ObjectAnimator();
110 public static ObjectAnimator ofPropertyValuesHolder(View target,
112 ObjectAnimator anim = new ObjectAnimator();
120 public static ObjectAnimator ofPropertyValuesHolder(Object target,
122 ObjectAnimator anim = new ObjectAnimator();