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

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

Completed in 107 milliseconds