class android.transition.ChangeText$4 implements android.animation.ValueAnimator$AnimatorUpdateListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.transition.ChangeText$4
  super_class: java.lang.Object
{
  final android.transition.ChangeText this$0;
    descriptor: Landroid/transition/ChangeText;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final android.widget.TextView val$view;
    descriptor: Landroid/widget/TextView;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$endColor;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.transition.ChangeText, android.widget.TextView, int);
    descriptor: (Landroid/transition/ChangeText;Landroid/widget/TextView;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.transition.ChangeText$4 this
         0: .line 240
            aload 0 /* this */
            aload 1
            putfield android.transition.ChangeText$4.this$0:Landroid/transition/ChangeText;
            aload 0 /* this */
            aload 2
            putfield android.transition.ChangeText$4.val$view:Landroid/widget/TextView;
            aload 0 /* this */
            iload 3
            putfield android.transition.ChangeText$4.val$endColor:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.transition.ChangeText$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/transition/ChangeText$4;
    MethodParameters:
              Name  Flags
      this$0        final
      val$view      final
      val$endColor  final

  public void onAnimationUpdate(android.animation.ValueAnimator);
    descriptor: (Landroid/animation/ValueAnimator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.transition.ChangeText$4 this
        start local 1 // android.animation.ValueAnimator animation
         0: .line 243
            aload 1 /* animation */
            invokevirtual android.animation.ValueAnimator.getAnimatedValue:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 2 /* currAlpha */
        start local 2 // int currAlpha
         1: .line 244
            aload 0 /* this */
            getfield android.transition.ChangeText$4.val$view:Landroid/widget/TextView;
            iload 2 /* currAlpha */
            bipush 24
            ishl
            aload 0 /* this */
            getfield android.transition.ChangeText$4.val$endColor:I
            ldc 16777215
            iand
            ior
            invokevirtual android.widget.TextView.setTextColor:(I)V
         2: .line 245
            return
        end local 2 // int currAlpha
        end local 1 // android.animation.ValueAnimator animation
        end local 0 // android.transition.ChangeText$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Landroid/transition/ChangeText$4;
            0    3     1  animation  Landroid/animation/ValueAnimator;
            1    3     2  currAlpha  I
    MethodParameters:
           Name  Flags
      animation  
}
SourceFile: "ChangeText.java"
EnclosingMethod: android.transition.ChangeText.createAnimator:(Landroid/view/ViewGroup;Landroid/transition/TransitionValues;Landroid/transition/TransitionValues;)Landroid/animation/Animator;
NestHost: android.transition.ChangeText
InnerClasses:
  public abstract AnimatorUpdateListener = android.animation.ValueAnimator$AnimatorUpdateListener of android.animation.ValueAnimator
  android.transition.ChangeText$4