Searched refs:mFromValue (Results 1 – 4 of 4) sorted by relevance
38 , mFromValue(0) in BaseRenderNodeAnimator()68 mFromValue = value; in doSetStartValue()69 mDeltaValue = (mFinalValue - mFromValue); in doSetStartValue()139 setValue(mTarget, mFromValue); in animate()153 setValue(mTarget, mFromValue + (mDeltaValue * fraction)); in animate()
101 float mFromValue; variable
83 final float finalValue = holder.mFromValue + holder.mDeltaValue; in doStartAnimation()
236 float mFromValue; field in ViewPropertyAnimator.NameValuesHolder240 mFromValue = fromValue; in NameValuesHolder()1170 float value = values.mFromValue + fraction * values.mDeltaValue; in onAnimationUpdate()