class android.widget.SmartSelectSprite$1 implements android.animation.Animator$AnimatorListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.SmartSelectSprite$1
  super_class: java.lang.Object
{
  final android.widget.SmartSelectSprite this$0;
    descriptor: Landroid/widget/SmartSelectSprite;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Runnable val$onAnimationEnd;
    descriptor: Ljava/lang/Runnable;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.widget.SmartSelectSprite, java.lang.Runnable);
    descriptor: (Landroid/widget/SmartSelectSprite;Ljava/lang/Runnable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.SmartSelectSprite$1 this
         0: .line 476
            aload 0 /* this */
            aload 1
            putfield android.widget.SmartSelectSprite$1.this$0:Landroid/widget/SmartSelectSprite;
            aload 0 /* this */
            aload 2
            putfield android.widget.SmartSelectSprite$1.val$onAnimationEnd:Ljava/lang/Runnable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.widget.SmartSelectSprite$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/SmartSelectSprite$1;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$onAnimationEnd  final

  public void onAnimationStart(android.animation.Animator);
    descriptor: (Landroid/animation/Animator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.widget.SmartSelectSprite$1 this
        start local 1 // android.animation.Animator animator
         0: .line 479
            return
        end local 1 // android.animation.Animator animator
        end local 0 // android.widget.SmartSelectSprite$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/widget/SmartSelectSprite$1;
            0    1     1  animator  Landroid/animation/Animator;
    MethodParameters:
          Name  Flags
      animator  

  public void onAnimationEnd(android.animation.Animator);
    descriptor: (Landroid/animation/Animator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.SmartSelectSprite$1 this
        start local 1 // android.animation.Animator animator
         0: .line 483
            aload 0 /* this */
            getfield android.widget.SmartSelectSprite$1.this$0:Landroid/widget/SmartSelectSprite;
            getfield android.widget.SmartSelectSprite.mExistingRectangleList:Landroid/widget/SmartSelectSprite$RectangleList;
            iconst_1
            invokevirtual android.widget.SmartSelectSprite$RectangleList.setDisplayType:(I)V
         1: .line 484
            aload 0 /* this */
            getfield android.widget.SmartSelectSprite$1.this$0:Landroid/widget/SmartSelectSprite;
            getfield android.widget.SmartSelectSprite.mInvalidator:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         2: .line 486
            aload 0 /* this */
            getfield android.widget.SmartSelectSprite$1.val$onAnimationEnd:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         3: .line 487
            return
        end local 1 // android.animation.Animator animator
        end local 0 // android.widget.SmartSelectSprite$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Landroid/widget/SmartSelectSprite$1;
            0    4     1  animator  Landroid/animation/Animator;
    MethodParameters:
          Name  Flags
      animator  

  public void onAnimationCancel(android.animation.Animator);
    descriptor: (Landroid/animation/Animator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.widget.SmartSelectSprite$1 this
        start local 1 // android.animation.Animator animator
         0: .line 491
            return
        end local 1 // android.animation.Animator animator
        end local 0 // android.widget.SmartSelectSprite$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/widget/SmartSelectSprite$1;
            0    1     1  animator  Landroid/animation/Animator;
    MethodParameters:
          Name  Flags
      animator  

  public void onAnimationRepeat(android.animation.Animator);
    descriptor: (Landroid/animation/Animator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.widget.SmartSelectSprite$1 this
        start local 1 // android.animation.Animator animator
         0: .line 495
            return
        end local 1 // android.animation.Animator animator
        end local 0 // android.widget.SmartSelectSprite$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/widget/SmartSelectSprite$1;
            0    1     1  animator  Landroid/animation/Animator;
    MethodParameters:
          Name  Flags
      animator  
}
SourceFile: "SmartSelectSprite.java"
EnclosingMethod: android.widget.SmartSelectSprite.setUpAnimatorListener:(Landroid/animation/Animator;Ljava/lang/Runnable;)V
NestHost: android.widget.SmartSelectSprite
InnerClasses:
  public abstract AnimatorListener = android.animation.Animator$AnimatorListener of android.animation.Animator
  android.widget.SmartSelectSprite$1
  private final RectangleList = android.widget.SmartSelectSprite$RectangleList of android.widget.SmartSelectSprite