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

  /frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.cpp 42 mLastFraction = 0.0f;
64 return mLastFraction;
68 mLastFraction = value;
PropertyValuesAnimatorSet.h 81 float mLastFraction = 0.0f;
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 587 float mLastFraction = 0f;
606 if (mLastFraction > 0.75) {
613 mLastFraction = fraction;
    [all...]
ObjectAnimatorTest.java 741 float mLastFraction = 0f;
756 if (mLastFraction > 0.75) {
763 mLastFraction = fraction;
    [all...]

Completed in 526 milliseconds