abstract class android.animation.PathKeyframes$FloatKeyframesBase extends android.animation.PathKeyframes$SimpleKeyframes implements android.animation.Keyframes$FloatKeyframes
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: android.animation.PathKeyframes$FloatKeyframesBase
  super_class: android.animation.PathKeyframes$SimpleKeyframes
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.animation.PathKeyframes$FloatKeyframesBase this
         0: .line 239
            aload 0 /* this */
            invokespecial android.animation.PathKeyframes$SimpleKeyframes.<init>:()V
            return
        end local 0 // android.animation.PathKeyframes$FloatKeyframesBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/animation/PathKeyframes$FloatKeyframesBase;

  public java.lang.Class getType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.animation.PathKeyframes$FloatKeyframesBase this
         0: .line 243
            ldc Ljava/lang/Float;
            areturn
        end local 0 // android.animation.PathKeyframes$FloatKeyframesBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/animation/PathKeyframes$FloatKeyframesBase;

  public java.lang.Object getValue(float);
    descriptor: (F)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.animation.PathKeyframes$FloatKeyframesBase this
        start local 1 // float fraction
         0: .line 248
            aload 0 /* this */
            fload 1 /* fraction */
            invokevirtual android.animation.PathKeyframes$FloatKeyframesBase.getFloatValue:(F)F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
        end local 1 // float fraction
        end local 0 // android.animation.PathKeyframes$FloatKeyframesBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/animation/PathKeyframes$FloatKeyframesBase;
            0    1     1  fraction  F
    MethodParameters:
          Name  Flags
      fraction  
}
SourceFile: "PathKeyframes.java"
NestHost: android.animation.PathKeyframes
InnerClasses:
  public abstract FloatKeyframes = android.animation.Keyframes$FloatKeyframes of android.animation.Keyframes
  abstract FloatKeyframesBase = android.animation.PathKeyframes$FloatKeyframesBase of android.animation.PathKeyframes
  private abstract SimpleKeyframes = android.animation.PathKeyframes$SimpleKeyframes of android.animation.PathKeyframes