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

  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 331 float lastFraction = 0;
349 if (lastFraction > 0.5) {
360 lastFraction = fraction;
425 float lastFraction = 0;
443 if (lastFraction > 0.5) {
454 lastFraction = fraction;
    [all...]
ObjectAnimatorTest.java 505 float lastFraction = 0;
523 if (lastFraction > 0.5) {
534 lastFraction = fraction;
606 float lastFraction = 0;
624 if (lastFraction > 0.5) {
635 lastFraction = fraction;
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java     [all...]

Completed in 436 milliseconds