Searched refs:ObjectKeyframe (Results 1 – 5 of 5) sorted by relevance
147 return new ObjectKeyframe(fraction, value); in ofObject()163 return new ObjectKeyframe(fraction, null); in ofObject()262 static class ObjectKeyframe extends Keyframe { class in Keyframe269 ObjectKeyframe(float fraction, Object value) { in ObjectKeyframe() method in Keyframe.ObjectKeyframe286 public ObjectKeyframe clone() { in clone()287 ObjectKeyframe kfClone = new ObjectKeyframe(getFraction(), hasValue() ? mValue : null); in clone()
21 import android.animation.Keyframe.ObjectKeyframe;134 ObjectKeyframe keyframes[] = new ObjectKeyframe[Math.max(numKeyframes,2)]; in ofObject()136 keyframes[0] = (ObjectKeyframe) Keyframe.ofObject(0f); in ofObject()137 keyframes[1] = (ObjectKeyframe) Keyframe.ofObject(1f, values[0]); in ofObject()139 keyframes[0] = (ObjectKeyframe) Keyframe.ofObject(0f, values[0]); in ofObject()141 … keyframes[i] = (ObjectKeyframe) Keyframe.ofObject((float) i / (numKeyframes - 1), values[i]); in ofObject()
84 android.animation.Keyframe$ObjectKeyframe
231 HSPLandroid/animation/Keyframe$ObjectKeyframe;->clone()Landroid/animation/Keyframe$ObjectKeyframe;232 HSPLandroid/animation/Keyframe$ObjectKeyframe;->clone()Landroid/animation/Keyframe;233 HSPLandroid/animation/Keyframe$ObjectKeyframe;->getValue()Ljava/lang/Object;32105 Landroid/animation/Keyframe$ObjectKeyframe;
985 Landroid/animation/Keyframe$ObjectKeyframe;986 Landroid/animation/Keyframe$ObjectKeyframe;-><init>(FLjava/lang/Object;)V987 Landroid/animation/Keyframe$ObjectKeyframe;->mValue:Ljava/lang/Object;