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

/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.cpp77 const T PropertyValuesHolderImpl<T>::calculateAnimatedValue(float fraction) const { function in class:android::uirenderer::PropertyValuesHolderImpl
88 float animatedValue = calculateAnimatedValue(fraction);
93 SkColor animatedValue = calculateAnimatedValue(fraction);
98 float animatedValue = calculateAnimatedValue(fraction);
108 float animatedValue = calculateAnimatedValue(fraction);
H A DPropertyValuesHolder.h75 const T calculateAnimatedValue(float fraction) const;

Completed in 65 milliseconds