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

  /frameworks/base/core/java/android/animation/
Keyframe.java 147 return new ObjectKeyframe(fraction, value);
163 return new ObjectKeyframe(fraction, null);
262 static class ObjectKeyframe extends Keyframe {
269 ObjectKeyframe(float fraction, Object value) {
286 public ObjectKeyframe clone() {
287 ObjectKeyframe kfClone = new ObjectKeyframe(getFraction(), hasValue() ? mValue : null);
KeyframeSet.java 21 import android.animation.Keyframe.ObjectKeyframe;
134 ObjectKeyframe keyframes[] = new ObjectKeyframe[Math.max(numKeyframes,2)];
136 keyframes[0] = (ObjectKeyframe) Keyframe.ofObject(0f);
137 keyframes[1] = (ObjectKeyframe) Keyframe.ofObject(1f, values[0]);
139 keyframes[0] = (ObjectKeyframe) Keyframe.ofObject(0f, values[0]);
141 keyframes[i] = (ObjectKeyframe) Keyframe.ofObject((float) i / (numKeyframes - 1), values[i]);
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 
  /frameworks/base/config/
preloaded-classes 85 android.animation.Keyframe$ObjectKeyframe
    [all...]
boot-image-profile.txt 113 HPLandroid/animation/Keyframe$ObjectKeyframe;->setValue(Ljava/lang/Object;)V
    [all...]
  /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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-stubs.jar 

Completed in 278 milliseconds