HomeSort by relevance Sort by last modified time
    Searched defs:animatedValue (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
PropertyValuesHolder.cpp 81 float animatedValue = calculateAnimatedValue(fraction);
82 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue);
86 SkColor animatedValue = calculateAnimatedValue(fraction);
87 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue);
91 float animatedValue = calculateAnimatedValue(fraction);
92 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue);
101 float animatedValue = calculateAnimatedValue(fraction);
102 mTree->mutateProperties()->setRootAlpha(animatedValue);
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 248 Integer animatedValue = (Integer) objAnimator.getAnimatedValue();
249 assertTrue(animatedValue >= start);
250 assertTrue(animatedValue <= end);
ValueAnimatorTest.java 367 Float animatedValue = (Float) valueAnimatorLocal.getAnimatedValue();
368 assertTrue(animatedValue >= start);
369 assertTrue(animatedValue <= end);
391 Integer animatedValue = (Integer) valueAnimatorLocal.getAnimatedValue();
392 assertTrue(animatedValue >= start);
393 assertTrue(animatedValue <= end);
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 488 milliseconds