public class android.view.animation.AlphaAnimation extends android.view.animation.Animation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.view.animation.AlphaAnimation
  super_class: android.view.animation.Animation
{
  private float mFromAlpha;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float mToAlpha;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.view.animation.AlphaAnimation this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n\tcom.android.internal.R.styleable cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.view.animation.AlphaAnimation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/animation/AlphaAnimation;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public void <init>(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.view.animation.AlphaAnimation this
        start local 1 // float fromAlpha
        start local 2 // float toAlpha
         0: .line 58
            aload 0 /* this */
            invokespecial android.view.animation.Animation.<init>:()V
         1: .line 59
            aload 0 /* this */
            fload 1 /* fromAlpha */
            putfield android.view.animation.AlphaAnimation.mFromAlpha:F
         2: .line 60
            aload 0 /* this */
            fload 2 /* toAlpha */
            putfield android.view.animation.AlphaAnimation.mToAlpha:F
         3: .line 61
            return
        end local 2 // float toAlpha
        end local 1 // float fromAlpha
        end local 0 // android.view.animation.AlphaAnimation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Landroid/view/animation/AlphaAnimation;
            0    4     1  fromAlpha  F
            0    4     2    toAlpha  F
    MethodParameters:
           Name  Flags
      fromAlpha  
      toAlpha    

  protected void applyTransformation(float, android.view.animation.Transformation);
    descriptor: (FLandroid/view/animation/Transformation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // android.view.animation.AlphaAnimation this
        start local 1 // float interpolatedTime
        start local 2 // android.view.animation.Transformation t
         0: .line 68
            aload 0 /* this */
            getfield android.view.animation.AlphaAnimation.mFromAlpha:F
            fstore 3 /* alpha */
        start local 3 // float alpha
         1: .line 69
            aload 2 /* t */
            fload 3 /* alpha */
            aload 0 /* this */
            getfield android.view.animation.AlphaAnimation.mToAlpha:F
            fload 3 /* alpha */
            fsub
            fload 1 /* interpolatedTime */
            fmul
            fadd
            invokevirtual android.view.animation.Transformation.setAlpha:(F)V
         2: .line 70
            return
        end local 3 // float alpha
        end local 2 // android.view.animation.Transformation t
        end local 1 // float interpolatedTime
        end local 0 // android.view.animation.AlphaAnimation this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Landroid/view/animation/AlphaAnimation;
            0    3     1  interpolatedTime  F
            0    3     2                 t  Landroid/view/animation/Transformation;
            1    3     3             alpha  F
    MethodParameters:
                  Name  Flags
      interpolatedTime  
      t                 

  public boolean willChangeTransformationMatrix();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.animation.AlphaAnimation this
         0: .line 74
            iconst_0
            ireturn
        end local 0 // android.view.animation.AlphaAnimation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/animation/AlphaAnimation;

  public boolean willChangeBounds();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.animation.AlphaAnimation this
         0: .line 79
            iconst_0
            ireturn
        end local 0 // android.view.animation.AlphaAnimation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/animation/AlphaAnimation;

  public boolean hasAlpha();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.animation.AlphaAnimation this
         0: .line 87
            iconst_1
            ireturn
        end local 0 // android.view.animation.AlphaAnimation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/animation/AlphaAnimation;
}
SourceFile: "AlphaAnimation.java"