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

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java931 * @param byValue The amount by which the property will change
933 private void animatePropertyBy(int constantName, float byValue) { argument
935 animatePropertyBy(constantName, fromValue, byValue);
944 * @param byValue The amount by which the property will change
946 private void animatePropertyBy(int constantName, float startValue, float byValue) { argument
970 NameValuesHolder nameValuePair = new NameValuesHolder(constantName, startValue, byValue);

Completed in 65 milliseconds