public class com.android.keyguard.KeyguardPINView extends com.android.keyguard.KeyguardPinBasedInputView
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.keyguard.KeyguardPINView
  super_class: com.android.keyguard.KeyguardPinBasedInputView
{
  private final com.android.settingslib.animation.AppearAnimationUtils mAppearAnimationUtils;
    descriptor: Lcom/android/settingslib/animation/AppearAnimationUtils;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.android.settingslib.animation.DisappearAnimationUtils mDisappearAnimationUtils;
    descriptor: Lcom/android/settingslib/animation/DisappearAnimationUtils;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.android.settingslib.animation.DisappearAnimationUtils mDisappearAnimationUtilsLocked;
    descriptor: Lcom/android/settingslib/animation/DisappearAnimationUtils;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.view.ViewGroup mContainer;
    descriptor: Landroid/view/ViewGroup;
    flags: (0x0002) ACC_PRIVATE

  private android.view.ViewGroup mRow0;
    descriptor: Landroid/view/ViewGroup;
    flags: (0x0002) ACC_PRIVATE

  private android.view.ViewGroup mRow1;
    descriptor: Landroid/view/ViewGroup;
    flags: (0x0002) ACC_PRIVATE

  private android.view.ViewGroup mRow2;
    descriptor: Landroid/view/ViewGroup;
    flags: (0x0002) ACC_PRIVATE

  private android.view.ViewGroup mRow3;
    descriptor: Landroid/view/ViewGroup;
    flags: (0x0002) ACC_PRIVATE

  private android.view.View mDivider;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private int mDisappearYTranslation;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private android.view.View[][] mViews;
    descriptor: [[Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private final com.android.keyguard.KeyguardUpdateMonitor mKeyguardUpdateMonitor;
    descriptor: Lcom/android/keyguard/KeyguardUpdateMonitor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardPINView this
        start local 1 // android.content.Context context
         0: .line 47
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokespecial com.android.keyguard.KeyguardPINView.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 48
            return
        end local 1 // android.content.Context context
        end local 0 // com.android.keyguard.KeyguardPINView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/android/keyguard/KeyguardPINView;
            0    2     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  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 // com.android.keyguard.KeyguardPINView this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tandroid.R.interpolator cannot be resolved to a variable\n\tandroid.R.interpolator cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.keyguard.KeyguardPINView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPINView;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  protected void resetState();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPINView this
         0: .line 69
            aload 0 /* this */
            invokespecial com.android.keyguard.KeyguardPinBasedInputView.resetState:()V
         1: .line 70
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mSecurityMessageDisplay:Lcom/android/keyguard/SecurityMessageDisplay;
            ldc ""
            invokeinterface com.android.keyguard.SecurityMessageDisplay.setMessage:(Ljava/lang/CharSequence;)V
         2: .line 71
            return
        end local 0 // com.android.keyguard.KeyguardPINView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/android/keyguard/KeyguardPINView;

  protected int getPasswordTextViewId();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPINView this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.keyguard.KeyguardPINView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPINView;

  protected void onFinishInflate();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPINView this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.keyguard.KeyguardPINView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPINView;

  public void showUsabilityHint();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPINView this
         0: .line 121
            return
        end local 0 // com.android.keyguard.KeyguardPINView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPINView;

  public int getWrongPasswordStringId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPINView this
         0: .line 125
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.keyguard.KeyguardPINView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPINView;

  public void startAppearAnimation();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPINView this
         0: .line 130
            aload 0 /* this */
            iconst_0
            invokevirtual com.android.keyguard.KeyguardPINView.enableClipping:(Z)V
         1: .line 131
            aload 0 /* this */
            fconst_1
            invokevirtual com.android.keyguard.KeyguardPINView.setAlpha:(F)V
         2: .line 132
            aload 0 /* this */
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mAppearAnimationUtils:Lcom/android/settingslib/animation/AppearAnimationUtils;
            invokevirtual com.android.settingslib.animation.AppearAnimationUtils.getStartTranslation:()F
            invokevirtual com.android.keyguard.KeyguardPINView.setTranslationY:(F)V
         3: .line 133
            aload 0 /* this */
            lconst_0
            ldc 500
         4: .line 134
            fconst_0
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mAppearAnimationUtils:Lcom/android/settingslib/animation/AppearAnimationUtils;
            invokevirtual com.android.settingslib.animation.AppearAnimationUtils.getInterpolator:()Landroid/view/animation/Interpolator;
         5: .line 133
            invokestatic com.android.settingslib.animation.AppearAnimationUtils.startTranslationYAnimation:(Landroid/view/View;JJFLandroid/view/animation/Interpolator;)V
         6: .line 135
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mAppearAnimationUtils:Lcom/android/settingslib/animation/AppearAnimationUtils;
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mViews:[[Landroid/view/View;
         7: .line 136
            new com.android.keyguard.KeyguardPINView$1
            dup
            aload 0 /* this */
            invokespecial com.android.keyguard.KeyguardPINView$1.<init>:(Lcom/android/keyguard/KeyguardPINView;)V
         8: .line 135
            invokevirtual com.android.settingslib.animation.AppearAnimationUtils.startAnimation2d:([[Landroid/view/View;Ljava/lang/Runnable;)V
         9: .line 142
            return
        end local 0 // com.android.keyguard.KeyguardPINView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/android/keyguard/KeyguardPINView;

  public boolean startDisappearAnimation(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // com.android.keyguard.KeyguardPINView this
        start local 1 // java.lang.Runnable finishRunnable
         0: .line 146
            aload 0 /* this */
            iconst_0
            invokevirtual com.android.keyguard.KeyguardPINView.enableClipping:(Z)V
         1: .line 147
            aload 0 /* this */
            fconst_0
            invokevirtual com.android.keyguard.KeyguardPINView.setTranslationY:(F)V
         2: .line 148
            aload 0 /* this */
            lconst_0
            ldc 280
         3: .line 149
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mDisappearYTranslation:I
            i2f
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mDisappearAnimationUtils:Lcom/android/settingslib/animation/DisappearAnimationUtils;
            invokevirtual com.android.settingslib.animation.DisappearAnimationUtils.getInterpolator:()Landroid/view/animation/Interpolator;
         4: .line 148
            invokestatic com.android.settingslib.animation.AppearAnimationUtils.startTranslationYAnimation:(Landroid/view/View;JJFLandroid/view/animation/Interpolator;)V
         5: .line 150
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mKeyguardUpdateMonitor:Lcom/android/keyguard/KeyguardUpdateMonitor;
         6: .line 151
            invokevirtual com.android.keyguard.KeyguardUpdateMonitor.needsSlowUnlockTransition:()Z
            ifeq 8
         7: .line 152
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mDisappearAnimationUtilsLocked:Lcom/android/settingslib/animation/DisappearAnimationUtils;
            goto 9
         8: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mDisappearAnimationUtils:Lcom/android/settingslib/animation/DisappearAnimationUtils;
         9: .line 150
      StackMap locals:
      StackMap stack: com.android.settingslib.animation.DisappearAnimationUtils
            astore 2 /* disappearAnimationUtils */
        start local 2 // com.android.settingslib.animation.DisappearAnimationUtils disappearAnimationUtils
        10: .line 154
            aload 2 /* disappearAnimationUtils */
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mViews:[[Landroid/view/View;
        11: .line 155
            new com.android.keyguard.KeyguardPINView$2
            dup
            aload 0 /* this */
            aload 1 /* finishRunnable */
            invokespecial com.android.keyguard.KeyguardPINView$2.<init>:(Lcom/android/keyguard/KeyguardPINView;Ljava/lang/Runnable;)V
        12: .line 154
            invokevirtual com.android.settingslib.animation.DisappearAnimationUtils.startAnimation2d:([[Landroid/view/View;Ljava/lang/Runnable;)V
        13: .line 164
            iconst_1
            ireturn
        end local 2 // com.android.settingslib.animation.DisappearAnimationUtils disappearAnimationUtils
        end local 1 // java.lang.Runnable finishRunnable
        end local 0 // com.android.keyguard.KeyguardPINView this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   14     0                     this  Lcom/android/keyguard/KeyguardPINView;
            0   14     1           finishRunnable  Ljava/lang/Runnable;
           10   14     2  disappearAnimationUtils  Lcom/android/settingslib/animation/DisappearAnimationUtils;
    MethodParameters:
                Name  Flags
      finishRunnable  final

  private void enableClipping(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardPINView this
        start local 1 // boolean enable
         0: .line 168
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mContainer:Landroid/view/ViewGroup;
            iload 1 /* enable */
            invokevirtual android.view.ViewGroup.setClipToPadding:(Z)V
         1: .line 169
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mContainer:Landroid/view/ViewGroup;
            iload 1 /* enable */
            invokevirtual android.view.ViewGroup.setClipChildren:(Z)V
         2: .line 170
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mRow1:Landroid/view/ViewGroup;
            iload 1 /* enable */
            invokevirtual android.view.ViewGroup.setClipToPadding:(Z)V
         3: .line 171
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mRow2:Landroid/view/ViewGroup;
            iload 1 /* enable */
            invokevirtual android.view.ViewGroup.setClipToPadding:(Z)V
         4: .line 172
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPINView.mRow3:Landroid/view/ViewGroup;
            iload 1 /* enable */
            invokevirtual android.view.ViewGroup.setClipToPadding:(Z)V
         5: .line 173
            aload 0 /* this */
            iload 1 /* enable */
            invokevirtual com.android.keyguard.KeyguardPINView.setClipChildren:(Z)V
         6: .line 174
            return
        end local 1 // boolean enable
        end local 0 // com.android.keyguard.KeyguardPINView this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/android/keyguard/KeyguardPINView;
            0    7     1  enable  Z
    MethodParameters:
        Name  Flags
      enable  

  public boolean hasOverlappingRendering();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPINView this
         0: .line 178
            iconst_0
            ireturn
        end local 0 // com.android.keyguard.KeyguardPINView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPINView;
}
SourceFile: "KeyguardPINView.java"
NestMembers:
  com.android.keyguard.KeyguardPINView$1  com.android.keyguard.KeyguardPINView$2
InnerClasses:
  com.android.keyguard.KeyguardPINView$1
  com.android.keyguard.KeyguardPINView$2