class com.android.keyguard.PasswordTextView$CharState$1 extends android.animation.AnimatorListenerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.keyguard.PasswordTextView$CharState$1
  super_class: android.animation.AnimatorListenerAdapter
{
  private boolean mCancelled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final com.android.keyguard.PasswordTextView$CharState this$1;
    descriptor: Lcom/android/keyguard/PasswordTextView$CharState;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.android.keyguard.PasswordTextView$CharState);
    descriptor: (Lcom/android/keyguard/PasswordTextView$CharState;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.PasswordTextView$CharState$1 this
         0: .line 381
            aload 0 /* this */
            aload 1
            putfield com.android.keyguard.PasswordTextView$CharState$1.this$1:Lcom/android/keyguard/PasswordTextView$CharState;
            aload 0 /* this */
            invokespecial android.animation.AnimatorListenerAdapter.<init>:()V
            return
        end local 0 // com.android.keyguard.PasswordTextView$CharState$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/PasswordTextView$CharState$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onAnimationCancel(android.animation.Animator);
    descriptor: (Landroid/animation/Animator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.PasswordTextView$CharState$1 this
        start local 1 // android.animation.Animator animation
         0: .line 385
            aload 0 /* this */
            iconst_1
            putfield com.android.keyguard.PasswordTextView$CharState$1.mCancelled:Z
         1: .line 386
            return
        end local 1 // android.animation.Animator animation
        end local 0 // com.android.keyguard.PasswordTextView$CharState$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/android/keyguard/PasswordTextView$CharState$1;
            0    2     1  animation  Landroid/animation/Animator;
    MethodParameters:
           Name  Flags
      animation  

  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 // com.android.keyguard.PasswordTextView$CharState$1 this
        start local 1 // android.animation.Animator animation
         0: .line 390
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView$CharState$1.mCancelled:Z
            ifne 6
         1: .line 391
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView$CharState$1.this$1:Lcom/android/keyguard/PasswordTextView$CharState;
            invokestatic com.android.keyguard.PasswordTextView$CharState.access$0:(Lcom/android/keyguard/PasswordTextView$CharState;)Lcom/android/keyguard/PasswordTextView;
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView$CharState$1.this$1:Lcom/android/keyguard/PasswordTextView$CharState;
            invokevirtual java.util.ArrayList.remove:(Ljava/lang/Object;)Z
            pop
         2: .line 392
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView$CharState$1.this$1:Lcom/android/keyguard/PasswordTextView$CharState;
            invokestatic com.android.keyguard.PasswordTextView$CharState.access$0:(Lcom/android/keyguard/PasswordTextView$CharState;)Lcom/android/keyguard/PasswordTextView;
            getfield com.android.keyguard.PasswordTextView.mCharPool:Ljava/util/Stack;
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView$CharState$1.this$1:Lcom/android/keyguard/PasswordTextView$CharState;
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 393
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView$CharState$1.this$1:Lcom/android/keyguard/PasswordTextView$CharState;
            invokevirtual com.android.keyguard.PasswordTextView$CharState.reset:()V
         4: .line 394
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView$CharState$1.this$1:Lcom/android/keyguard/PasswordTextView$CharState;
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView$CharState$1.this$1:Lcom/android/keyguard/PasswordTextView$CharState;
            getfield com.android.keyguard.PasswordTextView$CharState.textTranslateAnimator:Landroid/animation/ValueAnimator;
            invokevirtual com.android.keyguard.PasswordTextView$CharState.cancelAnimator:(Landroid/animation/Animator;)V
         5: .line 395
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView$CharState$1.this$1:Lcom/android/keyguard/PasswordTextView$CharState;
            aconst_null
            putfield com.android.keyguard.PasswordTextView$CharState.textTranslateAnimator:Landroid/animation/ValueAnimator;
         6: .line 397
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.animation.Animator animation
        end local 0 // com.android.keyguard.PasswordTextView$CharState$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/android/keyguard/PasswordTextView$CharState$1;
            0    7     1  animation  Landroid/animation/Animator;
    MethodParameters:
           Name  Flags
      animation  

  public void onAnimationStart(android.animation.Animator);
    descriptor: (Landroid/animation/Animator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.PasswordTextView$CharState$1 this
        start local 1 // android.animation.Animator animation
         0: .line 401
            aload 0 /* this */
            iconst_0
            putfield com.android.keyguard.PasswordTextView$CharState$1.mCancelled:Z
         1: .line 402
            return
        end local 1 // android.animation.Animator animation
        end local 0 // com.android.keyguard.PasswordTextView$CharState$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/android/keyguard/PasswordTextView$CharState$1;
            0    2     1  animation  Landroid/animation/Animator;
    MethodParameters:
           Name  Flags
      animation  
}
SourceFile: "PasswordTextView.java"
EnclosingMethod: com.android.keyguard.PasswordTextView$CharState
NestHost: com.android.keyguard.PasswordTextView
InnerClasses:
  private CharState = com.android.keyguard.PasswordTextView$CharState of com.android.keyguard.PasswordTextView
  com.android.keyguard.PasswordTextView$CharState$1