Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPropertyValuesHolder.cpp88 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
89 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()
93 SkColor animatedValue = calculateAnimatedValue(fraction); in setFraction() local
94 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue); in setFraction()
98 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
99 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()
108 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local
109 mTree->mutateProperties()->setRootAlpha(animatedValue); in setFraction()
/frameworks/support/transition/src/androidTest/java/androidx/transition/
DBaseTransitionTest.java113 void setAnimatedValue(float animatedValue) { in setAnimatedValue() argument
114 mAnimatedValue = animatedValue; in setAnimatedValue()