Searched refs:newKeyframes (Results 1 – 3 of 3) sorted by relevance
47 IntKeyframe[] newKeyframes = new IntKeyframe[numKeyframes]; in clone() local49 newKeyframes[i] = (IntKeyframe) keyframes.get(i).clone(); in clone()51 IntKeyframeSet newSet = new IntKeyframeSet(newKeyframes); in clone()
47 FloatKeyframe[] newKeyframes = new FloatKeyframe[numKeyframes]; in clone() local49 newKeyframes[i] = (FloatKeyframe) keyframes.get(i).clone(); in clone()51 FloatKeyframeSet newSet = new FloatKeyframeSet(newKeyframes); in clone()
176 final Keyframe[] newKeyframes = new Keyframe[numKeyframes]; in clone() local178 newKeyframes[i] = keyframes.get(i).clone(); in clone()180 KeyframeSet newSet = new KeyframeSet(newKeyframes); in clone()