Searched refs:newKeyframes (Results 1 – 3 of 3) sorted by relevance
53 FloatKeyframe[] newKeyframes = new FloatKeyframe[numKeyframes]; in clone() local55 newKeyframes[i] = (FloatKeyframe) keyframes.get(i).clone(); in clone()57 FloatKeyframeSet newSet = new FloatKeyframeSet(newKeyframes); in clone()
53 IntKeyframe[] newKeyframes = new IntKeyframe[numKeyframes]; in clone() local55 newKeyframes[i] = (IntKeyframe) keyframes.get(i).clone(); in clone()57 IntKeyframeSet newSet = new IntKeyframeSet(newKeyframes); in clone()
184 final Keyframe[] newKeyframes = new Keyframe[numKeyframes]; in clone() local186 newKeyframes[i] = keyframes.get(i).clone(); in clone()188 KeyframeSet newSet = new KeyframeSet(newKeyframes); in clone()