Home
last modified time | relevance | path

Searched refs:animatedValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DPropertyValuesHolder.cpp90 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
91 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()
95 SkColor animatedValue = calculateAnimatedValue(fraction); in setFraction() local
96 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue); in setFraction()
100 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
101 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()
110 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
111 mTree->mutateProperties()->setRootAlpha(animatedValue); in setFraction()
/frameworks/support/design/src/android/support/design/internal/
DTextScale.java78 float animatedValue = (float) valueAnimator.getAnimatedValue(); in createAnimator()
79 view.setScaleX(animatedValue); in createAnimator()
80 view.setScaleY(animatedValue); in createAnimator()
/frameworks/support/transition/tests/src/android/support/transition/
DBaseTransitionTest.java112 void setAnimatedValue(float animatedValue) { in setAnimatedValue() argument
113 mAnimatedValue = animatedValue; in setAnimatedValue()