Searched refs:animatedValue (Results 1 – 3 of 3) sorted by relevance
90 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local91 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()95 SkColor animatedValue = calculateAnimatedValue(fraction); in setFraction() local96 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue); in setFraction()100 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local101 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()110 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local111 mTree->mutateProperties()->setRootAlpha(animatedValue); in setFraction()
78 float animatedValue = (float) valueAnimator.getAnimatedValue(); in createAnimator()79 view.setScaleX(animatedValue); in createAnimator()80 view.setScaleY(animatedValue); in createAnimator()
112 void setAnimatedValue(float animatedValue) { in setAnimatedValue() argument113 mAnimatedValue = animatedValue; in setAnimatedValue()