Searched refs:animateProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java450 animateProperty(X, value);
476 animateProperty(Y, value);
502 animateProperty(Z, value);
528 animateProperty(ROTATION, value);
554 animateProperty(ROTATION_X, value);
580 animateProperty(ROTATION_Y, value);
606 animateProperty(TRANSLATION_X, value);
632 animateProperty(TRANSLATION_Y, value);
658 animateProperty(TRANSLATION_Z, value);
683 animateProperty(SCALE_
918 private void animateProperty(int constantName, float toValue) { method in class:ViewPropertyAnimator
[all...]

Completed in 52 milliseconds