Searched defs:ofPropertyValuesHolder (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java273 return ofPropertyValuesHolder(target, x, y);
315 return ofPropertyValuesHolder(target, x, y);
336 return ofPropertyValuesHolder(target, pvh);
356 return ofPropertyValuesHolder(target, pvh);
383 return ObjectAnimator.ofPropertyValuesHolder(target, pvh);
472 return ofPropertyValuesHolder(target, x, y);
515 return ofPropertyValuesHolder(target, x, y);
537 return ofPropertyValuesHolder(target, pvh);
557 return ofPropertyValuesHolder(target, pvh);
584 return ObjectAnimator.ofPropertyValuesHolder(targe
752 public static ObjectAnimator ofPropertyValuesHolder(Object target, method in class:ObjectAnimator
[all...]
H A DValueAnimator.java343 public static ValueAnimator ofPropertyValuesHolder(PropertyValuesHolder... values) { method in class:ValueAnimator

Completed in 62 milliseconds