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

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java464 animatePropertyBy(X, value);
490 animatePropertyBy(Y, value);
516 animatePropertyBy(Z, value);
542 animatePropertyBy(ROTATION, value);
568 animatePropertyBy(ROTATION_X, value);
594 animatePropertyBy(ROTATION_Y, value);
620 animatePropertyBy(TRANSLATION_X, value);
646 animatePropertyBy(TRANSLATION_Y, value);
672 animatePropertyBy(TRANSLATION_Z, value);
697 animatePropertyBy(SCALE_
933 private void animatePropertyBy(int constantName, float byValue) { method in class:ViewPropertyAnimator
946 private void animatePropertyBy(int constantName, float startValue, float byValue) { method in class:ViewPropertyAnimator
[all...]

Completed in 61 milliseconds