Home
last modified time | relevance | path

Searched refs:byValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java933 private void animatePropertyBy(int constantName, float byValue) { in animatePropertyBy() argument
935 animatePropertyBy(constantName, fromValue, byValue); in animatePropertyBy()
946 private void animatePropertyBy(int constantName, float startValue, float byValue) { in animatePropertyBy() argument
970 NameValuesHolder nameValuePair = new NameValuesHolder(constantName, startValue, byValue); in animatePropertyBy()