Searched refs:newKeyframes (Results 1 – 3 of 3) sorted by relevance
52 FloatKeyframe[] newKeyframes = new FloatKeyframe[numKeyframes]; in clone() local54 newKeyframes[i] = (FloatKeyframe) keyframes.get(i).clone(); in clone()56 FloatKeyframeSet newSet = new FloatKeyframeSet(newKeyframes); in clone()
52 IntKeyframe[] newKeyframes = new IntKeyframe[numKeyframes]; in clone() local54 newKeyframes[i] = (IntKeyframe) keyframes.get(i).clone(); in clone()56 IntKeyframeSet newSet = new IntKeyframeSet(newKeyframes); in clone()
143 Keyframe[] newKeyframes = new Keyframe[numKeyframes]; in clone() local145 newKeyframes[i] = keyframes.get(i).clone(); in clone()147 KeyframeSet newSet = new KeyframeSet(newKeyframes); in clone()