Searched defs:calculateAnimatedValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.cpp79 const T PropertyValuesHolderImpl<T>::calculateAnimatedValue(float fraction) const { function in class:android::uirenderer::PropertyValuesHolderImpl
90 float animatedValue = calculateAnimatedValue(fraction);
95 SkColor animatedValue = calculateAnimatedValue(fraction);
100 float animatedValue = calculateAnimatedValue(fraction);
110 float animatedValue = calculateAnimatedValue(fraction);

Completed in 6 milliseconds