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

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java239 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) { argument
242 mDeltaValue = deltaValue;
921 float deltaValue = toValue - fromValue;
922 animatePropertyBy(constantName, fromValue, deltaValue);

Completed in 55 milliseconds