class android.animation.PathKeyframes$4 extends android.animation.PathKeyframes$IntKeyframesBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.animation.PathKeyframes$4
  super_class: android.animation.PathKeyframes$IntKeyframesBase
{
  final android.animation.PathKeyframes this$0;
    descriptor: Landroid/animation/PathKeyframes;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.animation.PathKeyframes);
    descriptor: (Landroid/animation/PathKeyframes;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.animation.PathKeyframes$4 this
         0: .line 198
            aload 0 /* this */
            aload 1
            putfield android.animation.PathKeyframes$4.this$0:Landroid/animation/PathKeyframes;
            aload 0 /* this */
            invokespecial android.animation.PathKeyframes$IntKeyframesBase.<init>:()V
            return
        end local 0 // android.animation.PathKeyframes$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/animation/PathKeyframes$4;
    MethodParameters:
        Name  Flags
      this$0  final

  public int getIntValue(float);
    descriptor: (F)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.animation.PathKeyframes$4 this
        start local 1 // float fraction
         0: .line 201
            aload 0 /* this */
            getfield android.animation.PathKeyframes$4.this$0:Landroid/animation/PathKeyframes;
            fload 1 /* fraction */
            invokevirtual android.animation.PathKeyframes.getValue:(F)Ljava/lang/Object;
            checkcast android.graphics.PointF
            astore 2 /* pointF */
        start local 2 // android.graphics.PointF pointF
         1: .line 202
            aload 2 /* pointF */
            getfield android.graphics.PointF.y:F
            invokestatic java.lang.Math.round:(F)I
            ireturn
        end local 2 // android.graphics.PointF pointF
        end local 1 // float fraction
        end local 0 // android.animation.PathKeyframes$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/animation/PathKeyframes$4;
            0    2     1  fraction  F
            1    2     2    pointF  Landroid/graphics/PointF;
    MethodParameters:
          Name  Flags
      fraction  
}
SourceFile: "PathKeyframes.java"
EnclosingMethod: android.animation.PathKeyframes.createYIntKeyframes:()Landroid/animation/Keyframes$IntKeyframes;
NestHost: android.animation.PathKeyframes
InnerClasses:
  public abstract IntKeyframes = android.animation.Keyframes$IntKeyframes of android.animation.Keyframes
  android.animation.PathKeyframes$4
  abstract IntKeyframesBase = android.animation.PathKeyframes$IntKeyframesBase of android.animation.PathKeyframes