Searched refs:animatedValue (Results 1 – 2 of 2) sorted by relevance
88 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local89 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()93 SkColor animatedValue = calculateAnimatedValue(fraction); in setFraction() local94 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue); in setFraction()98 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local99 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()108 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local109 mTree->mutateProperties()->setRootAlpha(animatedValue); in setFraction()
113 void setAnimatedValue(float animatedValue) { in setAnimatedValue() argument114 mAnimatedValue = animatedValue; in setAnimatedValue()