Home
last modified time | relevance | path

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

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