Searched refs:IntKeyframe (Results 1 – 6 of 6) sorted by relevance
19 import android.animation.Keyframe.IntKeyframe;34 public IntKeyframeSet(IntKeyframe... keyframes) { in IntKeyframeSet()47 IntKeyframe[] newKeyframes = new IntKeyframe[numKeyframes]; in clone()49 newKeyframes[i] = (IntKeyframe) keyframes.get(i).clone(); in clone()58 final IntKeyframe prevKeyframe = (IntKeyframe) mKeyframes.get(0); in getIntValue()59 final IntKeyframe nextKeyframe = (IntKeyframe) mKeyframes.get(1); in getIntValue()74 final IntKeyframe prevKeyframe = (IntKeyframe) mKeyframes.get(mNumKeyframes - 2); in getIntValue()75 final IntKeyframe nextKeyframe = (IntKeyframe) mKeyframes.get(mNumKeyframes - 1); in getIntValue()89 IntKeyframe prevKeyframe = (IntKeyframe) mKeyframes.get(0); in getIntValue()91 IntKeyframe nextKeyframe = (IntKeyframe) mKeyframes.get(i); in getIntValue()
83 return new IntKeyframe(fraction, value); in ofInt()99 return new IntKeyframe(fraction); in ofInt()297 static class IntKeyframe extends Keyframe { class in Keyframe304 IntKeyframe(float fraction, int value) { in IntKeyframe() method in Keyframe.IntKeyframe311 IntKeyframe(float fraction) { in IntKeyframe() method in Keyframe.IntKeyframe332 public IntKeyframe clone() { in clone()333 IntKeyframe kfClone = mHasValue ? in clone()334 new IntKeyframe(getFraction(), mValue) : in clone()335 new IntKeyframe(getFraction()); in clone()
20 import android.animation.Keyframe.IntKeyframe;60 IntKeyframe keyframes[] = new IntKeyframe[Math.max(numKeyframes,2)]; in ofInt()62 keyframes[0] = (IntKeyframe) Keyframe.ofInt(0f); in ofInt()63 keyframes[1] = (IntKeyframe) Keyframe.ofInt(1f, values[0]); in ofInt()65 keyframes[0] = (IntKeyframe) Keyframe.ofInt(0f, values[0]); in ofInt()68 (IntKeyframe) Keyframe.ofInt((float) i / (numKeyframes - 1), values[i]); in ofInt()109 } else if (keyframes[i] instanceof IntKeyframe) { in ofKeyframe()122 IntKeyframe intKeyframes[] = new IntKeyframe[numKeyframes]; in ofKeyframe()124 intKeyframes[i] = (IntKeyframe) keyframes[i]; in ofKeyframe()
83 android.animation.Keyframe$IntKeyframe
226 HSPLandroid/animation/Keyframe$IntKeyframe;->clone()Landroid/animation/Keyframe$IntKeyframe;227 HSPLandroid/animation/Keyframe$IntKeyframe;->clone()Landroid/animation/Keyframe;228 HSPLandroid/animation/Keyframe$IntKeyframe;->getIntValue()I229 HSPLandroid/animation/Keyframe$IntKeyframe;->getValue()Ljava/lang/Object;230 HSPLandroid/animation/Keyframe$IntKeyframe;->setValue(Ljava/lang/Object;)V32104 Landroid/animation/Keyframe$IntKeyframe;
980 Landroid/animation/Keyframe$IntKeyframe;981 Landroid/animation/Keyframe$IntKeyframe;-><init>(F)V982 Landroid/animation/Keyframe$IntKeyframe;-><init>(FI)V983 Landroid/animation/Keyframe$IntKeyframe;->getIntValue()I984 Landroid/animation/Keyframe$IntKeyframe;->mValue:I