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

  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 89 float nextFraction = nextKeyframe.getFraction();
94 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction);
105 float nextFraction = nextKeyframe.getFraction();
110 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction);
IntKeyframeSet.java 89 float nextFraction = nextKeyframe.getFraction();
94 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction);
105 float nextFraction = nextKeyframe.getFraction();
110 float intervalFraction = (fraction - prevFraction) / (nextFraction - prevFraction);
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 

Completed in 1122 milliseconds