Searched refs:byValue (Results 1 – 1 of 1) sorted by relevance
923 private void animatePropertyBy(int constantName, float byValue) { in animatePropertyBy() argument925 animatePropertyBy(constantName, fromValue, byValue); in animatePropertyBy()936 private void animatePropertyBy(int constantName, float startValue, float byValue) { in animatePropertyBy() argument960 NameValuesHolder nameValuePair = new NameValuesHolder(constantName, startValue, byValue); in animatePropertyBy()