Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DAnimator.cpp37 , mDeltaValue(0) in BaseRenderNodeAnimator()
69 mDeltaValue = (mFinalValue - mFromValue); in doSetStartValue()
153 setValue(mTarget, mFromValue + (mDeltaValue * fraction)); in animate()
DAnimator.h100 float mDeltaValue; variable
/frameworks/base/core/java/android/view/
DViewPropertyAnimatorRT.java83 final float finalValue = holder.mFromValue + holder.mDeltaValue; in doStartAnimation()
DViewPropertyAnimator.java237 float mDeltaValue; field in ViewPropertyAnimator.NameValuesHolder
241 mDeltaValue = deltaValue; in NameValuesHolder()
1170 float value = values.mFromValue + fraction * values.mDeltaValue; in onAnimationUpdate()