public class com.android.keyguard.KeyguardPasswordView extends com.android.keyguard.KeyguardAbsKeyInputView implements com.android.keyguard.KeyguardSecurityView, android.widget.TextView$OnEditorActionListener, android.text.TextWatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.keyguard.KeyguardPasswordView
  super_class: com.android.keyguard.KeyguardAbsKeyInputView
{
  private final boolean mShowImeAtScreenOn;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mDisappearYTranslation;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final int DELAY_MILLIS_TO_REEVALUATE_IME_SWITCH_ICON;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 500

  android.view.inputmethod.InputMethodManager mImm;
    descriptor: Landroid/view/inputmethod/InputMethodManager;
    flags: (0x0000) 

  private android.widget.TextView mPasswordEntry;
    descriptor: Landroid/widget/TextView;
    flags: (0x0002) ACC_PRIVATE

  private com.android.internal.widget.TextViewInputDisabler mPasswordEntryDisabler;
    descriptor: Lcom/android/internal/widget/TextViewInputDisabler;
    flags: (0x0002) ACC_PRIVATE

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

  private android.view.animation.Interpolator mLinearOutSlowInInterpolator;
    descriptor: Landroid/view/animation/Interpolator;
    flags: (0x0002) ACC_PRIVATE

  private android.view.animation.Interpolator mFastOutLinearInInterpolator;
    descriptor: Landroid/view/animation/Interpolator;
    flags: (0x0002) ACC_PRIVATE

  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.KeyguardPasswordView this
        start local 1 // android.content.Context context
         0: .line 65
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokespecial com.android.keyguard.KeyguardPasswordView.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 66
            return
        end local 1 // android.content.Context context
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/android/keyguard/KeyguardPasswordView;
            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.KeyguardPasswordView this
         0: .line 71
            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\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\tcom.android.internal.R.string cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPasswordView;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  protected void resetState();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.android.keyguard.KeyguardPasswordView this
         0: .line 82
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mSecurityMessageDisplay:Lcom/android/keyguard/SecurityMessageDisplay;
            ldc ""
            invokeinterface com.android.keyguard.SecurityMessageDisplay.setMessage:(Ljava/lang/CharSequence;)V
         1: .line 83
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mPasswordEntry:Landroid/widget/TextView;
            invokevirtual android.widget.TextView.isEnabled:()Z
            istore 1 /* wasDisabled */
        start local 1 // boolean wasDisabled
         2: .line 84
            aload 0 /* this */
            iconst_1
            invokevirtual com.android.keyguard.KeyguardPasswordView.setPasswordEntryEnabled:(Z)V
         3: .line 85
            aload 0 /* this */
            iconst_1
            invokevirtual com.android.keyguard.KeyguardPasswordView.setPasswordEntryInputEnabled:(Z)V
         4: .line 86
            iload 1 /* wasDisabled */
            ifeq 6
         5: .line 87
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mImm:Landroid/view/inputmethod/InputMethodManager;
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mPasswordEntry:Landroid/widget/TextView;
            iconst_1
            invokevirtual android.view.inputmethod.InputMethodManager.showSoftInput:(Landroid/view/View;I)Z
            pop
         6: .line 89
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // boolean wasDisabled
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/android/keyguard/KeyguardPasswordView;
            2    7     1  wasDisabled  Z

  protected int getPasswordTextViewId();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPasswordView this
         0: .line 93
            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.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPasswordView;

  public boolean needsInput();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPasswordView this
         0: .line 98
            iconst_1
            ireturn
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPasswordView;

  public void onResume(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardPasswordView this
        start local 1 // int reason
         0: .line 103
            aload 0 /* this */
            iload 1 /* reason */
            invokespecial com.android.keyguard.KeyguardAbsKeyInputView.onResume:(I)V
         1: .line 106
            aload 0 /* this */
            new com.android.keyguard.KeyguardPasswordView$1
            dup
            aload 0 /* this */
            iload 1 /* reason */
            invokespecial com.android.keyguard.KeyguardPasswordView$1.<init>:(Lcom/android/keyguard/KeyguardPasswordView;I)V
            invokevirtual com.android.keyguard.KeyguardPasswordView.post:(Ljava/lang/Runnable;)Z
            pop
         2: .line 117
            return
        end local 1 // int reason
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/android/keyguard/KeyguardPasswordView;
            0    3     1  reason  I
    MethodParameters:
        Name  Flags
      reason  final

  protected int getPromptReasonStringRes(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardPasswordView this
         0: .line 123
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPasswordView;
    MethodParameters:
        Name  Flags
      reason  

  public void onPause();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPasswordView this
         0: .line 139
            aload 0 /* this */
            invokespecial com.android.keyguard.KeyguardAbsKeyInputView.onPause:()V
         1: .line 140
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mImm:Landroid/view/inputmethod/InputMethodManager;
            aload 0 /* this */
            invokevirtual com.android.keyguard.KeyguardPasswordView.getWindowToken:()Landroid/os/IBinder;
            iconst_0
            invokevirtual android.view.inputmethod.InputMethodManager.hideSoftInputFromWindow:(Landroid/os/IBinder;I)Z
            pop
         2: .line 141
            return
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/android/keyguard/KeyguardPasswordView;

  private void updateSwitchImeButton();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.android.keyguard.KeyguardPasswordView this
         0: .line 145
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mSwitchImeButton:Landroid/view/View;
            invokevirtual android.view.View.getVisibility:()I
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* wasVisible */
        start local 1 // boolean wasVisible
         3: .line 146
            aload 0 /* this */
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mImm:Landroid/view/inputmethod/InputMethodManager;
            iconst_0
            invokevirtual com.android.keyguard.KeyguardPasswordView.hasMultipleEnabledIMEsOrSubtypes:(Landroid/view/inputmethod/InputMethodManager;Z)Z
            istore 2 /* shouldBeVisible */
        start local 2 // boolean shouldBeVisible
         4: .line 147
            iload 1 /* wasVisible */
            iload 2 /* shouldBeVisible */
            if_icmpeq 8
         5: .line 148
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mSwitchImeButton:Landroid/view/View;
            iload 2 /* shouldBeVisible */
            ifeq 6
            iconst_0
            goto 7
      StackMap locals: com.android.keyguard.KeyguardPasswordView int int
      StackMap stack: android.view.View
         6: bipush 8
      StackMap locals: com.android.keyguard.KeyguardPasswordView int int
      StackMap stack: android.view.View int
         7: invokevirtual android.view.View.setVisibility:(I)V
         8: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mSwitchImeButton:Landroid/view/View;
            invokevirtual android.view.View.getVisibility:()I
            ifeq 14
         9: .line 155
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mPasswordEntry:Landroid/widget/TextView;
            invokevirtual android.widget.TextView.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            astore 3 /* params */
        start local 3 // android.view.ViewGroup$LayoutParams params
        10: .line 156
            aload 3 /* params */
            instanceof android.view.ViewGroup$MarginLayoutParams
            ifeq 14
        11: .line 157
            aload 3 /* params */
            checkcast android.view.ViewGroup$MarginLayoutParams
            astore 4 /* mlp */
        start local 4 // android.view.ViewGroup$MarginLayoutParams mlp
        12: .line 158
            aload 4 /* mlp */
            iconst_0
            invokevirtual android.view.ViewGroup$MarginLayoutParams.setMarginStart:(I)V
        13: .line 159
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mPasswordEntry:Landroid/widget/TextView;
            aload 3 /* params */
            invokevirtual android.widget.TextView.setLayoutParams:(Landroid/view/ViewGroup$LayoutParams;)V
        end local 4 // android.view.ViewGroup$MarginLayoutParams mlp
        end local 3 // android.view.ViewGroup$LayoutParams params
        14: .line 162
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean shouldBeVisible
        end local 1 // boolean wasVisible
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Lcom/android/keyguard/KeyguardPasswordView;
            3   15     1       wasVisible  Z
            4   15     2  shouldBeVisible  Z
           10   14     3           params  Landroid/view/ViewGroup$LayoutParams;
           12   14     4              mlp  Landroid/view/ViewGroup$MarginLayoutParams;

  protected void onFinishInflate();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPasswordView this
         0: .line 190
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPasswordView;

  protected boolean onRequestFocusInDescendants(int, android.graphics.Rect);
    descriptor: (ILandroid/graphics/Rect;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.keyguard.KeyguardPasswordView this
        start local 1 // int direction
        start local 2 // android.graphics.Rect previouslyFocusedRect
         0: .line 225
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mPasswordEntry:Landroid/widget/TextView;
            iload 1 /* direction */
            aload 2 /* previouslyFocusedRect */
            invokevirtual android.widget.TextView.requestFocus:(ILandroid/graphics/Rect;)Z
            ireturn
        end local 2 // android.graphics.Rect previouslyFocusedRect
        end local 1 // int direction
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lcom/android/keyguard/KeyguardPasswordView;
            0    1     1              direction  I
            0    1     2  previouslyFocusedRect  Landroid/graphics/Rect;
    MethodParameters:
                       Name  Flags
      direction              
      previouslyFocusedRect  

  protected void resetPasswordText(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.android.keyguard.KeyguardPasswordView this
        start local 1 // boolean animate
        start local 2 // boolean announce
         0: .line 230
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mPasswordEntry:Landroid/widget/TextView;
            ldc ""
            invokevirtual android.widget.TextView.setText:(Ljava/lang/CharSequence;)V
         1: .line 231
            return
        end local 2 // boolean announce
        end local 1 // boolean animate
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/android/keyguard/KeyguardPasswordView;
            0    2     1   animate  Z
            0    2     2  announce  Z
    MethodParameters:
          Name  Flags
      animate   
      announce  

  protected java.lang.String getPasswordText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPasswordView this
         0: .line 235
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mPasswordEntry:Landroid/widget/TextView;
            invokevirtual android.widget.TextView.getText:()Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPasswordView;

  protected void setPasswordEntryEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardPasswordView this
        start local 1 // boolean enabled
         0: .line 240
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mPasswordEntry:Landroid/widget/TextView;
            iload 1 /* enabled */
            invokevirtual android.widget.TextView.setEnabled:(Z)V
         1: .line 241
            return
        end local 1 // boolean enabled
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/android/keyguard/KeyguardPasswordView;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  protected void setPasswordEntryInputEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardPasswordView this
        start local 1 // boolean enabled
         0: .line 245
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mPasswordEntryDisabler:Lcom/android/internal/widget/TextViewInputDisabler;
            iload 1 /* enabled */
            invokevirtual com.android.internal.widget.TextViewInputDisabler.setInputEnabled:(Z)V
         1: .line 246
            return
        end local 1 // boolean enabled
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/android/keyguard/KeyguardPasswordView;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  private boolean hasMultipleEnabledIMEsOrSubtypes(android.view.inputmethod.InputMethodManager, boolean);
    descriptor: (Landroid/view/inputmethod/InputMethodManager;Z)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=11, args_size=3
        start local 0 // com.android.keyguard.KeyguardPasswordView this
        start local 1 // android.view.inputmethod.InputMethodManager imm
        start local 2 // boolean shouldIncludeAuxiliarySubtypes
         0: .line 257
            aload 1 /* imm */
            invokevirtual android.view.inputmethod.InputMethodManager.getEnabledInputMethodList:()Ljava/util/List;
            astore 3 /* enabledImis */
        start local 3 // java.util.List enabledImis
         1: .line 260
            iconst_0
            istore 4 /* filteredImisCount */
        start local 4 // int filteredImisCount
         2: .line 262
            aload 3 /* enabledImis */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 19
      StackMap locals: com.android.keyguard.KeyguardPasswordView android.view.inputmethod.InputMethodManager int java.util.List int top java.util.Iterator
      StackMap stack:
         3: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast android.view.inputmethod.InputMethodInfo
            astore 5 /* imi */
        start local 5 // android.view.inputmethod.InputMethodInfo imi
         4: .line 264
            iload 4 /* filteredImisCount */
            iconst_1
            if_icmple 5
            iconst_1
            ireturn
         5: .line 266
      StackMap locals: com.android.keyguard.KeyguardPasswordView android.view.inputmethod.InputMethodManager int java.util.List int android.view.inputmethod.InputMethodInfo java.util.Iterator
      StackMap stack:
            aload 1 /* imm */
            aload 5 /* imi */
            iconst_1
            invokevirtual android.view.inputmethod.InputMethodManager.getEnabledInputMethodSubtypeList:(Landroid/view/inputmethod/InputMethodInfo;Z)Ljava/util/List;
         6: .line 265
            astore 7 /* subtypes */
        start local 7 // java.util.List subtypes
         7: .line 268
            aload 7 /* subtypes */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 10
         8: .line 269
            iinc 4 /* filteredImisCount */ 1
         9: .line 270
            goto 19
        10: .line 273
      StackMap locals: java.util.List
      StackMap stack:
            iconst_0
            istore 8 /* auxCount */
        start local 8 // int auxCount
        11: .line 274
            aload 7 /* subtypes */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 15
      StackMap locals: com.android.keyguard.KeyguardPasswordView android.view.inputmethod.InputMethodManager int java.util.List int android.view.inputmethod.InputMethodInfo java.util.Iterator java.util.List int top java.util.Iterator
      StackMap stack:
        12: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast android.view.inputmethod.InputMethodSubtype
            astore 9 /* subtype */
        start local 9 // android.view.inputmethod.InputMethodSubtype subtype
        13: .line 275
            aload 9 /* subtype */
            invokevirtual android.view.inputmethod.InputMethodSubtype.isAuxiliary:()Z
            ifeq 15
        14: .line 276
            iinc 8 /* auxCount */ 1
        end local 9 // android.view.inputmethod.InputMethodSubtype subtype
        15: .line 274
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        16: .line 279
            aload 7 /* subtypes */
            invokeinterface java.util.List.size:()I
            iload 8 /* auxCount */
            isub
            istore 9 /* nonAuxCount */
        start local 9 // int nonAuxCount
        17: .line 284
            iload 9 /* nonAuxCount */
            ifgt 18
            iload 2 /* shouldIncludeAuxiliarySubtypes */
            ifeq 19
            iload 8 /* auxCount */
            iconst_1
            if_icmple 19
        18: .line 285
      StackMap locals: com.android.keyguard.KeyguardPasswordView android.view.inputmethod.InputMethodManager int java.util.List int android.view.inputmethod.InputMethodInfo java.util.Iterator java.util.List int int
      StackMap stack:
            iinc 4 /* filteredImisCount */ 1
        end local 9 // int nonAuxCount
        end local 8 // int auxCount
        end local 7 // java.util.List subtypes
        end local 5 // android.view.inputmethod.InputMethodInfo imi
        19: .line 262
      StackMap locals: com.android.keyguard.KeyguardPasswordView android.view.inputmethod.InputMethodManager int java.util.List int top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        20: .line 290
            iload 4 /* filteredImisCount */
            iconst_1
            if_icmpgt 23
        21: .line 293
            aload 1 /* imm */
            aconst_null
            iconst_0
            invokevirtual android.view.inputmethod.InputMethodManager.getEnabledInputMethodSubtypeList:(Landroid/view/inputmethod/InputMethodInfo;Z)Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
        22: .line 290
            if_icmpgt 23
            iconst_0
            ireturn
      StackMap locals: com.android.keyguard.KeyguardPasswordView android.view.inputmethod.InputMethodManager int java.util.List int
      StackMap stack:
        23: iconst_1
            ireturn
        end local 4 // int filteredImisCount
        end local 3 // java.util.List enabledImis
        end local 2 // boolean shouldIncludeAuxiliarySubtypes
        end local 1 // android.view.inputmethod.InputMethodManager imm
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0   24     0                            this  Lcom/android/keyguard/KeyguardPasswordView;
            0   24     1                             imm  Landroid/view/inputmethod/InputMethodManager;
            0   24     2  shouldIncludeAuxiliarySubtypes  Z
            1   24     3                     enabledImis  Ljava/util/List<Landroid/view/inputmethod/InputMethodInfo;>;
            2   24     4               filteredImisCount  I
            4   19     5                             imi  Landroid/view/inputmethod/InputMethodInfo;
            7   19     7                        subtypes  Ljava/util/List<Landroid/view/inputmethod/InputMethodSubtype;>;
           11   19     8                        auxCount  I
           13   15     9                         subtype  Landroid/view/inputmethod/InputMethodSubtype;
           17   19     9                     nonAuxCount  I
    MethodParameters:
                                Name  Flags
      imm                             
      shouldIncludeAuxiliarySubtypes  final

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

  public int getWrongPasswordStringId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPasswordView this
         0: .line 302
            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.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPasswordView;

  public void startAppearAnimation();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPasswordView this
         0: .line 307
            aload 0 /* this */
            fconst_0
            invokevirtual com.android.keyguard.KeyguardPasswordView.setAlpha:(F)V
         1: .line 308
            aload 0 /* this */
            fconst_0
            invokevirtual com.android.keyguard.KeyguardPasswordView.setTranslationY:(F)V
         2: .line 309
            aload 0 /* this */
            invokevirtual com.android.keyguard.KeyguardPasswordView.animate:()Landroid/view/ViewPropertyAnimator;
         3: .line 310
            fconst_1
            invokevirtual android.view.ViewPropertyAnimator.alpha:(F)Landroid/view/ViewPropertyAnimator;
         4: .line 311
            invokevirtual android.view.ViewPropertyAnimator.withLayer:()Landroid/view/ViewPropertyAnimator;
         5: .line 312
            ldc 300
            invokevirtual android.view.ViewPropertyAnimator.setDuration:(J)Landroid/view/ViewPropertyAnimator;
         6: .line 313
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mLinearOutSlowInInterpolator:Landroid/view/animation/Interpolator;
            invokevirtual android.view.ViewPropertyAnimator.setInterpolator:(Landroid/animation/TimeInterpolator;)Landroid/view/ViewPropertyAnimator;
            pop
         7: .line 314
            return
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/android/keyguard/KeyguardPasswordView;

  public boolean startDisappearAnimation(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardPasswordView this
        start local 1 // java.lang.Runnable finishRunnable
         0: .line 318
            aload 0 /* this */
            invokevirtual com.android.keyguard.KeyguardPasswordView.animate:()Landroid/view/ViewPropertyAnimator;
         1: .line 319
            fconst_0
            invokevirtual android.view.ViewPropertyAnimator.alpha:(F)Landroid/view/ViewPropertyAnimator;
         2: .line 320
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mDisappearYTranslation:I
            i2f
            invokevirtual android.view.ViewPropertyAnimator.translationY:(F)Landroid/view/ViewPropertyAnimator;
         3: .line 321
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mFastOutLinearInInterpolator:Landroid/view/animation/Interpolator;
            invokevirtual android.view.ViewPropertyAnimator.setInterpolator:(Landroid/animation/TimeInterpolator;)Landroid/view/ViewPropertyAnimator;
         4: .line 322
            ldc 100
            invokevirtual android.view.ViewPropertyAnimator.setDuration:(J)Landroid/view/ViewPropertyAnimator;
         5: .line 323
            aload 1 /* finishRunnable */
            invokevirtual android.view.ViewPropertyAnimator.withEndAction:(Ljava/lang/Runnable;)Landroid/view/ViewPropertyAnimator;
            pop
         6: .line 324
            iconst_1
            ireturn
        end local 1 // java.lang.Runnable finishRunnable
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lcom/android/keyguard/KeyguardPasswordView;
            0    7     1  finishRunnable  Ljava/lang/Runnable;
    MethodParameters:
                Name  Flags
      finishRunnable  

  public void beforeTextChanged(java.lang.CharSequence, int, int, int);
    descriptor: (Ljava/lang/CharSequence;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // com.android.keyguard.KeyguardPasswordView this
        start local 1 // java.lang.CharSequence s
        start local 2 // int start
        start local 3 // int count
        start local 4 // int after
         0: .line 329
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mCallback:Lcom/android/keyguard/KeyguardSecurityCallback;
            ifnull 2
         1: .line 330
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardPasswordView.mCallback:Lcom/android/keyguard/KeyguardSecurityCallback;
            invokeinterface com.android.keyguard.KeyguardSecurityCallback.userActivity:()V
         2: .line 332
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int after
        end local 3 // int count
        end local 2 // int start
        end local 1 // java.lang.CharSequence s
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/android/keyguard/KeyguardPasswordView;
            0    3     1      s  Ljava/lang/CharSequence;
            0    3     2  start  I
            0    3     3  count  I
            0    3     4  after  I
    MethodParameters:
       Name  Flags
      s      
      start  
      count  
      after  

  public void onTextChanged(java.lang.CharSequence, int, int, int);
    descriptor: (Ljava/lang/CharSequence;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // com.android.keyguard.KeyguardPasswordView this
        start local 1 // java.lang.CharSequence s
        start local 2 // int start
        start local 3 // int before
        start local 4 // int count
         0: .line 336
            return
        end local 4 // int count
        end local 3 // int before
        end local 2 // int start
        end local 1 // java.lang.CharSequence s
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/android/keyguard/KeyguardPasswordView;
            0    1     1       s  Ljava/lang/CharSequence;
            0    1     2   start  I
            0    1     3  before  I
            0    1     4   count  I
    MethodParameters:
        Name  Flags
      s       
      start   
      before  
      count   

  public void afterTextChanged(android.text.Editable);
    descriptor: (Landroid/text/Editable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardPasswordView this
        start local 1 // android.text.Editable s
         0: .line 342
            aload 1 /* s */
            invokestatic android.text.TextUtils.isEmpty:(Ljava/lang/CharSequence;)Z
            ifne 2
         1: .line 343
            aload 0 /* this */
            invokevirtual com.android.keyguard.KeyguardPasswordView.onUserInput:()V
         2: .line 345
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.text.Editable s
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/android/keyguard/KeyguardPasswordView;
            0    3     1     s  Landroid/text/Editable;
    MethodParameters:
      Name  Flags
      s     

  public boolean onEditorAction(android.widget.TextView, int, android.view.KeyEvent);
    descriptor: (Landroid/widget/TextView;ILandroid/view/KeyEvent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // com.android.keyguard.KeyguardPasswordView this
        start local 1 // android.widget.TextView v
        start local 2 // int actionId
        start local 3 // android.view.KeyEvent event
         0: .line 350
            aload 3 /* event */
            ifnonnull 5
         1: .line 351
            iload 2 /* actionId */
            ifeq 4
         2: .line 352
            iload 2 /* actionId */
            bipush 6
            if_icmpeq 4
         3: .line 353
            iload 2 /* actionId */
            iconst_5
            if_icmpne 5
         4: .line 350
      StackMap locals:
      StackMap stack:
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 4 /* isSoftImeEvent */
        start local 4 // boolean isSoftImeEvent
         7: .line 354
            aload 3 /* event */
            ifnull 11
         8: .line 355
            aload 3 /* event */
            invokevirtual android.view.KeyEvent.getKeyCode:()I
            invokestatic android.view.KeyEvent.isConfirmKey:(I)Z
            ifeq 11
         9: .line 356
            aload 3 /* event */
            invokevirtual android.view.KeyEvent.getAction:()I
            ifne 11
        10: .line 354
            iconst_1
            goto 12
      StackMap locals: int
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 5 /* isKeyboardEnterKey */
        start local 5 // boolean isKeyboardEnterKey
        13: .line 357
            iload 4 /* isSoftImeEvent */
            ifne 14
            iload 5 /* isKeyboardEnterKey */
            ifeq 16
        14: .line 358
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.android.keyguard.KeyguardPasswordView.verifyPasswordAndUnlock:()V
        15: .line 359
            iconst_1
            ireturn
        16: .line 361
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 5 // boolean isKeyboardEnterKey
        end local 4 // boolean isSoftImeEvent
        end local 3 // android.view.KeyEvent event
        end local 2 // int actionId
        end local 1 // android.widget.TextView v
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   17     0                this  Lcom/android/keyguard/KeyguardPasswordView;
            0   17     1                   v  Landroid/widget/TextView;
            0   17     2            actionId  I
            0   17     3               event  Landroid/view/KeyEvent;
            7   17     4      isSoftImeEvent  Z
           13   17     5  isKeyboardEnterKey  Z
    MethodParameters:
          Name  Flags
      v         
      actionId  
      event     

  public java.lang.CharSequence getTitle();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardPasswordView this
         0: .line 367
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tcom.android.internal.R.string cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.keyguard.KeyguardPasswordView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardPasswordView;
}
SourceFile: "KeyguardPasswordView.java"
NestMembers:
  com.android.keyguard.KeyguardPasswordView$1  com.android.keyguard.KeyguardPasswordView$2  com.android.keyguard.KeyguardPasswordView$3  com.android.keyguard.KeyguardPasswordView$4
InnerClasses:
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public MarginLayoutParams = android.view.ViewGroup$MarginLayoutParams of android.view.ViewGroup
  public abstract OnEditorActionListener = android.widget.TextView$OnEditorActionListener of android.widget.TextView
  com.android.keyguard.KeyguardPasswordView$1