Searched refs:animatePropertyBy (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 463 animatePropertyBy(X, value); in xBy() 489 animatePropertyBy(Y, value); in yBy() 515 animatePropertyBy(Z, value); in zBy() 541 animatePropertyBy(ROTATION, value); in rotationBy() 567 animatePropertyBy(ROTATION_X, value); in rotationXBy() 593 animatePropertyBy(ROTATION_Y, value); in rotationYBy() 619 animatePropertyBy(TRANSLATION_X, value); in translationXBy() 645 animatePropertyBy(TRANSLATION_Y, value); in translationYBy() 671 animatePropertyBy(TRANSLATION_Z, value); in translationZBy() 696 animatePropertyBy(SCALE_X, value); in scaleXBy() [all …]
|