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

  /frameworks/base/core/java/android/animation/
Keyframe.java 115 return new FloatKeyframe(fraction, value);
131 return new FloatKeyframe(fraction);
345 static class FloatKeyframe extends Keyframe {
351 FloatKeyframe(float fraction, float value) {
358 FloatKeyframe(float fraction) {
379 public FloatKeyframe clone() {
380 FloatKeyframe kfClone = mHasValue ?
381 new FloatKeyframe(getFraction(), mValue) :
382 new FloatKeyframe(getFraction());
  /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 183 milliseconds