Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java236 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) { in NameValuesHolder() argument
239 mDeltaValue = deltaValue; in NameValuesHolder()
912 float deltaValue = toValue - fromValue; in animateProperty() local
913 animatePropertyBy(constantName, fromValue, deltaValue); in animateProperty()