Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java240 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) { in NameValuesHolder() argument
242 mFromValue = fromValue; in NameValuesHolder()
921 float fromValue = getValue(constantName); in animateProperty() local
922 float deltaValue = toValue - fromValue; in animateProperty()
923 animatePropertyBy(constantName, fromValue, deltaValue); in animateProperty()
935 float fromValue = getValue(constantName); in animatePropertyBy() local
936 animatePropertyBy(constantName, fromValue, byValue); in animatePropertyBy()