Searched refs:ObjectKeyframe (Results 1 – 4 of 4) 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()
85 android.animation.Keyframe$ObjectKeyframe
113 HPLandroid/animation/Keyframe$ObjectKeyframe;->setValue(Ljava/lang/Object;)V12644 HSPLandroid/animation/Keyframe$ObjectKeyframe;->clone()Landroid/animation/Keyframe$ObjectKeyframe;12645 HSPLandroid/animation/Keyframe$ObjectKeyframe;->clone()Landroid/animation/Keyframe;12646 HSPLandroid/animation/Keyframe$ObjectKeyframe;->getValue()Ljava/lang/Object;53616 Landroid/animation/Keyframe$ObjectKeyframe;