Searched refs:deltaValue (Results 1 – 1 of 1) sorted by relevance
239 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) { in NameValuesHolder() argument242 mDeltaValue = deltaValue; in NameValuesHolder()921 float deltaValue = toValue - fromValue; in animateProperty() local922 animatePropertyBy(constantName, fromValue, deltaValue); in animateProperty()