public interface android.animation.Keyframes extends java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.animation.Keyframes
  super_class: java.lang.Object
{
  public abstract void setEvaluator(android.animation.TypeEvaluator);
    descriptor: (Landroid/animation/TypeEvaluator;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      evaluator  

  public abstract java.lang.Class getType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.Object getValue(float);
    descriptor: (F)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      fraction  

  public abstract java.util.List<android.animation.Keyframe> getKeyframes();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Landroid/animation/Keyframe;>;

  public abstract android.animation.Keyframes clone();
    descriptor: ()Landroid/animation/Keyframes;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface android.animation.Keyframes.clone:()Landroid/animation/Keyframes;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "Keyframes.java"
NestMembers:
  android.animation.Keyframes$FloatKeyframes  android.animation.Keyframes$IntKeyframes
InnerClasses:
  public abstract FloatKeyframes = android.animation.Keyframes$FloatKeyframes of android.animation.Keyframes
  public abstract IntKeyframes = android.animation.Keyframes$IntKeyframes of android.animation.Keyframes