Home
last modified time | relevance | path

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

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