Searched refs:Keyframe (Results 1 – 18 of 18) sorted by relevance
19 import android.animation.Keyframe.FloatKeyframe;20 import android.animation.Keyframe.IntKeyframe;21 import android.animation.Keyframe.ObjectKeyframe;38 Keyframe mFirstKeyframe;39 Keyframe mLastKeyframe;45 public KeyframeSet(Keyframe... keyframes) { in KeyframeSet()54 public List<Keyframe> getKeyframes() { in getKeyframes()174 List<Keyframe> keyframes = mKeyframes; in clone()176 final Keyframe[] newKeyframes = new Keyframe[numKeyframes]; in clone()228 Keyframe prevKeyframe = mFirstKeyframe; in getValue()[all …]
36 public abstract class Keyframe implements Cloneable { class82 public static Keyframe ofInt(float fraction, int value) { in ofInt()98 public static Keyframe ofInt(float fraction) { in ofInt()114 public static Keyframe ofFloat(float fraction, float value) { in ofFloat()130 public static Keyframe ofFloat(float fraction) { in ofFloat()146 public static Keyframe ofObject(float fraction, Object value) { in ofObject()162 public static Keyframe ofObject(float fraction) { in ofObject()257 public abstract Keyframe clone(); in clone()262 static class ObjectKeyframe extends Keyframe {297 static class IntKeyframe extends Keyframe {[all …]
822 Keyframe keyframe = (Keyframe) keyframes[i]; in dumpKeyframes()835 ArrayList<Keyframe> keyframes = null; in loadPvh()848 keyframes = new ArrayList<Keyframe>(); in loadPvh()863 Keyframe firstKeyframe = keyframes.get(0); in loadPvh()864 Keyframe lastKeyframe = keyframes.get(count - 1); in loadPvh()883 Keyframe[] keyframeArray = new Keyframe[count]; in loadPvh()886 Keyframe keyframe = keyframeArray[i]; in loadPvh()918 private static Keyframe createNewKeyframe(Keyframe sampleKeyframe, float fraction) { in createNewKeyframe()920 Keyframe.ofFloat(fraction) : in createNewKeyframe()964 Keyframe keyframe = null; in loadKeyframe()[all …]
44 private static final ArrayList<Keyframe> EMPTY_KEYFRAMES = new ArrayList<Keyframe>();61 public ArrayList<Keyframe> getKeyframes() { in getKeyframes()213 public ArrayList<Keyframe> getKeyframes() {
634 public void setKeyframes(Keyframe... values) { in setKeyframes()636 Keyframe keyframes[] = new Keyframe[Math.max(numKeyframes,2)]; in setKeyframes()637 mValueType = ((Keyframe)values[0]).getType(); in setKeyframes()639 keyframes[i] = (Keyframe)values[i]; in setKeyframes()814 List<Keyframe> keyframes = mKeyframes.getKeyframes(); in setupSetterAndGetter()817 Keyframe kf = keyframes.get(i); in setupSetterAndGetter()839 List<Keyframe> keyframes = mKeyframes.getKeyframes(); in setupSetterAndGetter()842 Keyframe kf = keyframes.get(i); in setupSetterAndGetter()884 private void setupValue(Object target, Keyframe kf) { in setupValue()917 List<Keyframe> keyframes = mKeyframes.getKeyframes(); in setupStartValue()[all …]
19 import android.animation.Keyframe.FloatKeyframe;45 final List<Keyframe> keyframes = mKeyframes; in clone()
19 import android.animation.Keyframe.IntKeyframe;45 List<Keyframe> keyframes = mKeyframes; in clone()
60 List<Keyframe> getKeyframes(); in getKeyframes()
27 import android.animation.Keyframe;131 Keyframe[] scaleKeyframes = new Keyframe[] { in createWaveAnim()132 Keyframe.ofFloat(0, 1f), in createWaveAnim()133 Keyframe.ofFloat(WAVE_ANIM_FRACTION_TOP, WAVE_ANIM_ICON_SCALE), in createWaveAnim()134 Keyframe.ofFloat(WAVE_ANIM_FRACTION_BOTTOM, 1f), in createWaveAnim()135 Keyframe.ofFloat(1f, 1f) in createWaveAnim()140 Keyframe[] translationYKeyframes = new Keyframe[] { in createWaveAnim()141 Keyframe.ofFloat(0, 0f), in createWaveAnim()143 Keyframe.ofFloat(WAVE_ANIM_FRACTION_BOTTOM, 0f), in createWaveAnim()145 Keyframe.ofFloat( in createWaveAnim()[all …]
23 import android.animation.Keyframe;246 Keyframe[] keyframes = new Keyframe[] { in createSlotMachineAnim()247 Keyframe.ofFloat(0f, 0f), in createSlotMachineAnim()248 Keyframe.ofFloat(0.82f, finalTrans - getOutlineOffsetY() / 2f), // Overshoot in createSlotMachineAnim()249 Keyframe.ofFloat(1f, finalTrans) // Ease back into the final position in createSlotMachineAnim()
274 …ion/Keyframe$FloatKeyframe;->clone()Landroid/animation/Keyframe$FloatKeyframe;+]Landroid/animation…275 …/animation/Keyframe$FloatKeyframe;->clone()Landroid/animation/Keyframe;+]Landroid/animation/Keyfra…279 …mation/Keyframe$IntKeyframe;->clone()Landroid/animation/Keyframe$IntKeyframe;+]Landroid/animation/…280 …id/animation/Keyframe$IntKeyframe;->clone()Landroid/animation/Keyframe;+]Landroid/animation/Keyfra…285 …n/Keyframe$ObjectKeyframe;->clone()Landroid/animation/Keyframe$ObjectKeyframe;+]Landroid/animation…286 …animation/Keyframe$ObjectKeyframe;->clone()Landroid/animation/Keyframe;+]Landroid/animation/Keyfra…292 HSPLandroid/animation/Keyframe;->ofFloat(F)Landroid/animation/Keyframe;293 HSPLandroid/animation/Keyframe;->ofFloat(FF)Landroid/animation/Keyframe;294 HSPLandroid/animation/Keyframe;->ofInt(FI)Landroid/animation/Keyframe;295 HSPLandroid/animation/Keyframe;->ofObject(FLjava/lang/Object;)Landroid/animation/Keyframe;[all …]
106 android.animation.Keyframe$FloatKeyframe107 android.animation.Keyframe$IntKeyframe108 android.animation.Keyframe$ObjectKeyframe109 android.animation.Keyframe
777 …ion/AnimatorInflater;->createNewKeyframe(Landroid/animation/Keyframe;F)Landroid/animation/Keyframe;908 Landroid/animation/Keyframe$FloatKeyframe;->mValue:F909 Landroid/animation/Keyframe$IntKeyframe;-><init>(F)V910 Landroid/animation/Keyframe$IntKeyframe;-><init>(FI)V912 Landroid/animation/Keyframe$IntKeyframe;->mValue:I915 Landroid/animation/Keyframe;->mFraction:F916 Landroid/animation/Keyframe;->mHasValue:Z919 Landroid/animation/Keyframe;->mValueWasSetOnStart:Z921 Landroid/animation/Keyframe;->valueWasSetOnStart()Z47571 Landroid/R$styleable;->Keyframe:[I[all …]
3563 public abstract class Keyframe implements java.lang.Cloneable {3564 ctor public Keyframe();3565 method public abstract android.animation.Keyframe clone();3571 method public static android.animation.Keyframe ofFloat(float, float);3572 method public static android.animation.Keyframe ofFloat(float);3573 method public static android.animation.Keyframe ofInt(float, int);3574 method public static android.animation.Keyframe ofInt(float);3575 method public static android.animation.Keyframe ofObject(float, Object);3576 method public static android.animation.Keyframe ofObject(float);3668 …ic static android.animation.PropertyValuesHolder ofKeyframe(String, android.animation.Keyframe...);[all …]
2933 public abstract class Keyframe implements java.lang.Cloneable {2934 ctor public Keyframe();2935 method public abstract android.animation.Keyframe clone();2941 method public static android.animation.Keyframe ofFloat(float, float);2942 method public static android.animation.Keyframe ofFloat(float);2943 method public static android.animation.Keyframe ofInt(float, int);2944 method public static android.animation.Keyframe ofInt(float);2945 method public static android.animation.Keyframe ofObject(float, java.lang.Object);2946 method public static android.animation.Keyframe ofObject(float);3036 …android.animation.PropertyValuesHolder ofKeyframe(java.lang.String, android.animation.Keyframe...);[all …]
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...