class android.animation.Keyframe$IntKeyframe extends android.animation.Keyframe
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.animation.Keyframe$IntKeyframe
  super_class: android.animation.Keyframe
{
  int mValue;
    descriptor: I
    flags: (0x0000) 

  void <init>(float, int);
    descriptor: (FI)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.animation.Keyframe$IntKeyframe this
        start local 1 // float fraction
        start local 2 // int value
         0: .line 304
            aload 0 /* this */
            invokespecial android.animation.Keyframe.<init>:()V
         1: .line 305
            aload 0 /* this */
            fload 1 /* fraction */
            putfield android.animation.Keyframe$IntKeyframe.mFraction:F
         2: .line 306
            aload 0 /* this */
            iload 2 /* value */
            putfield android.animation.Keyframe$IntKeyframe.mValue:I
         3: .line 307
            aload 0 /* this */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            putfield android.animation.Keyframe$IntKeyframe.mValueType:Ljava/lang/Class;
         4: .line 308
            aload 0 /* this */
            iconst_1
            putfield android.animation.Keyframe$IntKeyframe.mHasValue:Z
         5: .line 309
            return
        end local 2 // int value
        end local 1 // float fraction
        end local 0 // android.animation.Keyframe$IntKeyframe this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Landroid/animation/Keyframe$IntKeyframe;
            0    6     1  fraction  F
            0    6     2     value  I
    MethodParameters:
          Name  Flags
      fraction  
      value     

  void <init>(float);
    descriptor: (F)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.animation.Keyframe$IntKeyframe this
        start local 1 // float fraction
         0: .line 311
            aload 0 /* this */
            invokespecial android.animation.Keyframe.<init>:()V
         1: .line 312
            aload 0 /* this */
            fload 1 /* fraction */
            putfield android.animation.Keyframe$IntKeyframe.mFraction:F
         2: .line 313
            aload 0 /* this */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            putfield android.animation.Keyframe$IntKeyframe.mValueType:Ljava/lang/Class;
         3: .line 314
            return
        end local 1 // float fraction
        end local 0 // android.animation.Keyframe$IntKeyframe this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Landroid/animation/Keyframe$IntKeyframe;
            0    4     1  fraction  F
    MethodParameters:
          Name  Flags
      fraction  

  public int getIntValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.animation.Keyframe$IntKeyframe this
         0: .line 317
            aload 0 /* this */
            getfield android.animation.Keyframe$IntKeyframe.mValue:I
            ireturn
        end local 0 // android.animation.Keyframe$IntKeyframe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/animation/Keyframe$IntKeyframe;

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.animation.Keyframe$IntKeyframe this
         0: .line 321
            aload 0 /* this */
            getfield android.animation.Keyframe$IntKeyframe.mValue:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // android.animation.Keyframe$IntKeyframe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/animation/Keyframe$IntKeyframe;

  public void setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.animation.Keyframe$IntKeyframe this
        start local 1 // java.lang.Object value
         0: .line 325
            aload 1 /* value */
            ifnull 3
            aload 1 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc Ljava/lang/Integer;
            if_acmpne 3
         1: .line 326
            aload 0 /* this */
            aload 1 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            putfield android.animation.Keyframe$IntKeyframe.mValue:I
         2: .line 327
            aload 0 /* this */
            iconst_1
            putfield android.animation.Keyframe$IntKeyframe.mHasValue:Z
         3: .line 329
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object value
        end local 0 // android.animation.Keyframe$IntKeyframe this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/animation/Keyframe$IntKeyframe;
            0    4     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public android.animation.Keyframe$IntKeyframe clone();
    descriptor: ()Landroid/animation/Keyframe$IntKeyframe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // android.animation.Keyframe$IntKeyframe this
         0: .line 333
            aload 0 /* this */
            getfield android.animation.Keyframe$IntKeyframe.mHasValue:Z
            ifeq 2
         1: .line 334
            new android.animation.Keyframe$IntKeyframe
            dup
            aload 0 /* this */
            invokevirtual android.animation.Keyframe$IntKeyframe.getFraction:()F
            aload 0 /* this */
            getfield android.animation.Keyframe$IntKeyframe.mValue:I
            invokespecial android.animation.Keyframe$IntKeyframe.<init>:(FI)V
            goto 3
         2: .line 335
      StackMap locals:
      StackMap stack:
            new android.animation.Keyframe$IntKeyframe
            dup
            aload 0 /* this */
            invokevirtual android.animation.Keyframe$IntKeyframe.getFraction:()F
            invokespecial android.animation.Keyframe$IntKeyframe.<init>:(F)V
         3: .line 333
      StackMap locals:
      StackMap stack: android.animation.Keyframe$IntKeyframe
            astore 1 /* kfClone */
        start local 1 // android.animation.Keyframe$IntKeyframe kfClone
         4: .line 336
            aload 1 /* kfClone */
            aload 0 /* this */
            invokevirtual android.animation.Keyframe$IntKeyframe.getInterpolator:()Landroid/animation/TimeInterpolator;
            invokevirtual android.animation.Keyframe$IntKeyframe.setInterpolator:(Landroid/animation/TimeInterpolator;)V
         5: .line 337
            aload 1 /* kfClone */
            aload 0 /* this */
            getfield android.animation.Keyframe$IntKeyframe.mValueWasSetOnStart:Z
            putfield android.animation.Keyframe$IntKeyframe.mValueWasSetOnStart:Z
         6: .line 338
            aload 1 /* kfClone */
            areturn
        end local 1 // android.animation.Keyframe$IntKeyframe kfClone
        end local 0 // android.animation.Keyframe$IntKeyframe this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Landroid/animation/Keyframe$IntKeyframe;
            4    7     1  kfClone  Landroid/animation/Keyframe$IntKeyframe;

  public android.animation.Keyframe clone();
    descriptor: ()Landroid/animation/Keyframe;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual android.animation.Keyframe$IntKeyframe.clone:()Landroid/animation/Keyframe$IntKeyframe;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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
            invokevirtual android.animation.Keyframe$IntKeyframe.clone:()Landroid/animation/Keyframe$IntKeyframe;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "Keyframe.java"
NestHost: android.animation.Keyframe
InnerClasses:
  IntKeyframe = android.animation.Keyframe$IntKeyframe of android.animation.Keyframe