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