Searched refs:mDeltaValue (Results 1 – 4 of 4) sorted by relevance
37 , mDeltaValue(0) in BaseRenderNodeAnimator()69 mDeltaValue = (mFinalValue - mFromValue); in doSetStartValue()153 setValue(mTarget, mFromValue + (mDeltaValue * fraction)); in animate()
100 float mDeltaValue; variable
83 final float finalValue = holder.mFromValue + holder.mDeltaValue; in doStartAnimation()
237 float mDeltaValue; field in ViewPropertyAnimator.NameValuesHolder241 mDeltaValue = deltaValue; in NameValuesHolder()1170 float value = values.mFromValue + fraction * values.mDeltaValue; in onAnimationUpdate()