Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DAnimator.cpp38 , mDeltaValue(0) in BaseRenderNodeAnimator()
69 mDeltaValue = (mFinalValue - mFromValue); in doSetStartValue()
282 setValue(mTarget, mFromValue + (mDeltaValue * fraction)); in updatePlayTime()
H A DAnimator.h142 float mDeltaValue; variable
/aosp14/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java237 float mDeltaValue; field in ViewPropertyAnimator.NameValuesHolder
241 mDeltaValue = deltaValue; in NameValuesHolder()
1164 float value = values.mFromValue + fraction * values.mDeltaValue; in onAnimationUpdate()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64303 Landroid/view/ViewPropertyAnimator$NameValuesHolder;->mDeltaValue:F