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

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java374 animateProperty(X, value);
400 animateProperty(Y, value);
426 animateProperty(ROTATION, value);
452 animateProperty(ROTATION_X, value);
478 animateProperty(ROTATION_Y, value);
504 animateProperty(TRANSLATION_X, value);
530 animateProperty(TRANSLATION_Y, value);
556 animateProperty(SCALE_X, value);
582 animateProperty(SCALE_Y, value);
608 animateProperty(ALPH
778 private void animateProperty(int constantName, float toValue) { method in class:ViewPropertyAnimator
[all...]

Completed in 36 milliseconds