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

/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.cpp88 float animatedValue = calculateAnimatedValue(fraction); local
89 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue);
93 SkColor animatedValue = calculateAnimatedValue(fraction); local
94 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue);
98 float animatedValue = calculateAnimatedValue(fraction); local
99 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue);
108 float animatedValue = calculateAnimatedValue(fraction); local
109 mTree->mutateProperties()->setRootAlpha(animatedValue);
/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DBaseTransitionTest.java113 void setAnimatedValue(float animatedValue) { argument
114 mAnimatedValue = animatedValue;
123 return ObjectAnimator.ofFloat(BaseTransitionTest.this, "animatedValue", 0, 1);
130 return ObjectAnimator.ofFloat(BaseTransitionTest.this, "animatedValue", 1, 0);

Completed in 356 milliseconds