D | Keyframe.java | 83 return new IntKeyframe(fraction, value); in ofInt() 99 return new IntKeyframe(fraction); in ofInt() 297 static class IntKeyframe extends Keyframe { class in Keyframe 304 IntKeyframe(float fraction, int value) { in IntKeyframe() method in Keyframe.IntKeyframe 311 IntKeyframe(float fraction) { in IntKeyframe() method in Keyframe.IntKeyframe 332 public IntKeyframe clone() { in clone() 333 IntKeyframe kfClone = mHasValue ? in clone() 334 new IntKeyframe(getFraction(), mValue) : in clone() 335 new IntKeyframe(getFraction()); in clone()
|