Searched refs:animatePropertyBy (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 464 animatePropertyBy(X, value); in xBy() 490 animatePropertyBy(Y, value); in yBy() 516 animatePropertyBy(Z, value); in zBy() 542 animatePropertyBy(ROTATION, value); in rotationBy() 568 animatePropertyBy(ROTATION_X, value); in rotationXBy() 594 animatePropertyBy(ROTATION_Y, value); in rotationYBy() 620 animatePropertyBy(TRANSLATION_X, value); in translationXBy() 646 animatePropertyBy(TRANSLATION_Y, value); in translationYBy() 672 animatePropertyBy(TRANSLATION_Z, value); in translationZBy() 697 animatePropertyBy(SCALE_X, value); in scaleXBy() [all …]
|