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

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java463 animatePropertyBy(X, value);
489 animatePropertyBy(Y, value);
515 animatePropertyBy(Z, value);
541 animatePropertyBy(ROTATION, value);
567 animatePropertyBy(ROTATION_X, value);
593 animatePropertyBy(ROTATION_Y, value);
619 animatePropertyBy(TRANSLATION_X, value);
645 animatePropertyBy(TRANSLATION_Y, value);
671 animatePropertyBy(TRANSLATION_Z, value);
696 animatePropertyBy(SCALE_
932 private void animatePropertyBy(int constantName, float byValue) { method in class:ViewPropertyAnimator
945 private void animatePropertyBy(int constantName, float startValue, float byValue) { method in class:ViewPropertyAnimator
[all...]

Completed in 53 milliseconds