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

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java916 * @param constantName The specifier for the property being animated
919 private void animateProperty(int constantName, float toValue) { argument
920 float fromValue = getValue(constantName);
922 animatePropertyBy(constantName, fromValue, deltaValue);
930 * @param constantName The specifier for the property being animated
933 private void animatePropertyBy(int constantName, float byValue) { argument
934 float fromValue = getValue(constantName);
935 animatePropertyBy(constantName, fromValue, byValue);
942 * @param constantName The specifier for the property being animated
946 private void animatePropertyBy(int constantName, floa argument
[all...]

Completed in 29 milliseconds