HomeSort by relevance Sort by last modified time
    Searched refs:nextFraction (Results 1 - 5 of 5) 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.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 501 milliseconds