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

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java451 animateProperty(X, value);
477 animateProperty(Y, value);
503 animateProperty(Z, value);
529 animateProperty(ROTATION, value);
555 animateProperty(ROTATION_X, value);
581 animateProperty(ROTATION_Y, value);
607 animateProperty(TRANSLATION_X, value);
633 animateProperty(TRANSLATION_Y, value);
659 animateProperty(TRANSLATION_Z, value);
684 animateProperty(SCALE_
919 private void animateProperty(int constantName, float toValue) { method in class:ViewPropertyAnimator
[all...]

Completed in 9 milliseconds