public class com.android.keyguard.PasswordTextView extends android.view.View
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.keyguard.PasswordTextView
  super_class: android.view.View
{
  private static final float DOT_OVERSHOOT_FACTOR;
    descriptor: F
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.5

  private static final long DOT_APPEAR_DURATION_OVERSHOOT;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 320

  private static final long APPEAR_DURATION;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 160

  private static final long DISAPPEAR_DURATION;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 160

  private static final long RESET_DELAY_PER_ELEMENT;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 40

  private static final long RESET_MAX_DELAY;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 200

  private static final long DOT_APPEAR_TEXT_DISAPPEAR_OVERLAP_DURATION;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 130

  private static final long TEXT_REST_DURATION_AFTER_APPEAR;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  private static final long TEXT_VISIBILITY_DURATION;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1300

  private static final float OVERSHOOT_TIME_POSITION;
    descriptor: F
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0.5

  private static char DOT;
    descriptor: C
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

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

  private java.util.ArrayList<com.android.keyguard.PasswordTextView$CharState> mTextChars;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<Lcom/android/keyguard/PasswordTextView$CharState;>;

  private java.lang.String mText;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Stack<com.android.keyguard.PasswordTextView$CharState> mCharPool;
    descriptor: Ljava/util/Stack;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Stack<Lcom/android/keyguard/PasswordTextView$CharState;>;

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

  private android.os.PowerManager mPM;
    descriptor: Landroid/os/PowerManager;
    flags: (0x0002) ACC_PRIVATE

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

  private final android.graphics.Paint mDrawPaint;
    descriptor: Landroid/graphics/Paint;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private boolean mShowPassword;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private com.android.keyguard.PasswordTextView$UserActivityListener mUserActivityListener;
    descriptor: Lcom/android/keyguard/PasswordTextView$UserActivityListener;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 82
            sipush 8226
            putstatic com.android.keyguard.PasswordTextView.DOT:C
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.PasswordTextView this
        start local 1 // android.content.Context context
         0: .line 107
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokespecial com.android.keyguard.PasswordTextView.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 108
            return
        end local 1 // android.content.Context context
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/android/keyguard/PasswordTextView;
            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=4, locals=3, args_size=3
        start local 0 // com.android.keyguard.PasswordTextView this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
         0: .line 111
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iconst_0
            invokespecial com.android.keyguard.PasswordTextView.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;I)V
         1: .line 112
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/android/keyguard/PasswordTextView;
            0    2     1  context  Landroid/content/Context;
            0    2     2    attrs  Landroid/util/AttributeSet;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public void <init>(android.content.Context, android.util.AttributeSet, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.android.keyguard.PasswordTextView this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
         0: .line 115
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            iconst_0
            invokespecial com.android.keyguard.PasswordTextView.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;II)V
         1: .line 116
            return
        end local 3 // int defStyleAttr
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/android/keyguard/PasswordTextView;
            0    2     1       context  Landroid/content/Context;
            0    2     2         attrs  Landroid/util/AttributeSet;
            0    2     3  defStyleAttr  I
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  

  public void <init>(android.content.Context, android.util.AttributeSet, int, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.android.keyguard.PasswordTextView 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\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\tandroid.R.interpolator 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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/PasswordTextView;
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  
      defStyleRes   

  protected void onDraw(android.graphics.Canvas);
    descriptor: (Landroid/graphics/Canvas;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=12, args_size=2
        start local 0 // com.android.keyguard.PasswordTextView this
        start local 1 // android.graphics.Canvas canvas
         0: .line 155
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getDrawingWidth:()F
            fstore 2 /* totalDrawingWidth */
        start local 2 // float totalDrawingWidth
         1: .line 157
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mGravity:I
            bipush 7
            iand
            iconst_3
            if_icmpne 8
         2: .line 158
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mGravity:I
            ldc 8388608
            iand
            ifeq 6
         3: .line 159
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getLayoutDirection:()I
            iconst_1
            if_icmpne 6
         4: .line 160
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getWidth:()I
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getPaddingRight:()I
            isub
            i2f
            fload 2 /* totalDrawingWidth */
            fsub
            fstore 3 /* currentDrawPosition */
        start local 3 // float currentDrawPosition
         5: .line 161
            goto 9
        end local 3 // float currentDrawPosition
         6: .line 162
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getPaddingLeft:()I
            i2f
            fstore 3 /* currentDrawPosition */
        start local 3 // float currentDrawPosition
         7: .line 164
            goto 9
        end local 3 // float currentDrawPosition
         8: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getWidth:()I
            iconst_2
            idiv
            i2f
            fload 2 /* totalDrawingWidth */
            fconst_2
            fdiv
            fsub
            fstore 3 /* currentDrawPosition */
        start local 3 // float currentDrawPosition
         9: .line 167
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 4 /* length */
        start local 4 // int length
        10: .line 168
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getCharBounds:()Landroid/graphics/Rect;
            astore 5 /* bounds */
        start local 5 // android.graphics.Rect bounds
        11: .line 169
            aload 5 /* bounds */
            getfield android.graphics.Rect.bottom:I
            aload 5 /* bounds */
            getfield android.graphics.Rect.top:I
            isub
            istore 6 /* charHeight */
        start local 6 // int charHeight
        12: .line 171
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getHeight:()I
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getPaddingBottom:()I
            isub
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getPaddingTop:()I
            isub
            iconst_2
            idiv
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getPaddingTop:()I
            iadd
            i2f
        13: .line 170
            fstore 7 /* yPosition */
        start local 7 // float yPosition
        14: .line 172
            aload 1 /* canvas */
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getPaddingLeft:()I
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getPaddingTop:()I
        15: .line 173
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getWidth:()I
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getPaddingRight:()I
            isub
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getHeight:()I
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getPaddingBottom:()I
            isub
        16: .line 172
            invokevirtual android.graphics.Canvas.clipRect:(IIII)Z
            pop
        17: .line 174
            aload 5 /* bounds */
            getfield android.graphics.Rect.right:I
            aload 5 /* bounds */
            getfield android.graphics.Rect.left:I
            isub
            i2f
            fstore 8 /* charLength */
        start local 8 // float charLength
        18: .line 175
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        19: goto 26
        20: .line 176
      StackMap locals: com.android.keyguard.PasswordTextView android.graphics.Canvas float float int android.graphics.Rect int float float int
      StackMap stack:
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            iload 9 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.android.keyguard.PasswordTextView$CharState
            astore 10 /* charState */
        start local 10 // com.android.keyguard.PasswordTextView$CharState charState
        21: .line 177
            aload 10 /* charState */
            aload 1 /* canvas */
            fload 3 /* currentDrawPosition */
            iload 6 /* charHeight */
            fload 7 /* yPosition */
        22: .line 178
            fload 8 /* charLength */
        23: .line 177
            invokevirtual com.android.keyguard.PasswordTextView$CharState.draw:(Landroid/graphics/Canvas;FIFF)F
            fstore 11 /* charWidth */
        start local 11 // float charWidth
        24: .line 179
            fload 3 /* currentDrawPosition */
            fload 11 /* charWidth */
            fadd
            fstore 3 /* currentDrawPosition */
        end local 11 // float charWidth
        end local 10 // com.android.keyguard.PasswordTextView$CharState charState
        25: .line 175
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 9 /* i */
            iload 4 /* length */
            if_icmplt 20
        end local 9 // int i
        27: .line 181
            return
        end local 8 // float charLength
        end local 7 // float yPosition
        end local 6 // int charHeight
        end local 5 // android.graphics.Rect bounds
        end local 4 // int length
        end local 3 // float currentDrawPosition
        end local 2 // float totalDrawingWidth
        end local 1 // android.graphics.Canvas canvas
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   28     0                 this  Lcom/android/keyguard/PasswordTextView;
            0   28     1               canvas  Landroid/graphics/Canvas;
            1   28     2    totalDrawingWidth  F
            5    6     3  currentDrawPosition  F
            7    8     3  currentDrawPosition  F
            9   28     3  currentDrawPosition  F
           10   28     4               length  I
           11   28     5               bounds  Landroid/graphics/Rect;
           12   28     6           charHeight  I
           14   28     7            yPosition  F
           18   28     8           charLength  F
           19   27     9                    i  I
           21   25    10            charState  Lcom/android/keyguard/PasswordTextView$CharState;
           24   25    11            charWidth  F
    MethodParameters:
        Name  Flags
      canvas  

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

  private android.graphics.Rect getCharBounds();
    descriptor: ()Landroid/graphics/Rect;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.android.keyguard.PasswordTextView this
         0: .line 189
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextHeightRaw:I
            i2f
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getResources:()Landroid/content/res/Resources;
            invokevirtual android.content.res.Resources.getDisplayMetrics:()Landroid/util/DisplayMetrics;
            getfield android.util.DisplayMetrics.scaledDensity:F
            fmul
            fstore 1 /* textHeight */
        start local 1 // float textHeight
         1: .line 190
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mDrawPaint:Landroid/graphics/Paint;
            fload 1 /* textHeight */
            invokevirtual android.graphics.Paint.setTextSize:(F)V
         2: .line 191
            new android.graphics.Rect
            dup
            invokespecial android.graphics.Rect.<init>:()V
            astore 2 /* bounds */
        start local 2 // android.graphics.Rect bounds
         3: .line 192
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mDrawPaint:Landroid/graphics/Paint;
            ldc "0"
            iconst_0
            iconst_1
            aload 2 /* bounds */
            invokevirtual android.graphics.Paint.getTextBounds:(Ljava/lang/String;IILandroid/graphics/Rect;)V
         4: .line 193
            aload 2 /* bounds */
            areturn
        end local 2 // android.graphics.Rect bounds
        end local 1 // float textHeight
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/android/keyguard/PasswordTextView;
            1    5     1  textHeight  F
            3    5     2      bounds  Landroid/graphics/Rect;

  private float getDrawingWidth();
    descriptor: ()F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // com.android.keyguard.PasswordTextView this
         0: .line 197
            iconst_0
            istore 1 /* width */
        start local 1 // int width
         1: .line 198
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 2 /* length */
        start local 2 // int length
         2: .line 199
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getCharBounds:()Landroid/graphics/Rect;
            astore 3 /* bounds */
        start local 3 // android.graphics.Rect bounds
         3: .line 200
            aload 3 /* bounds */
            getfield android.graphics.Rect.right:I
            aload 3 /* bounds */
            getfield android.graphics.Rect.left:I
            isub
            istore 4 /* charLength */
        start local 4 // int charLength
         4: .line 201
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 11
         6: .line 202
      StackMap locals: com.android.keyguard.PasswordTextView int int android.graphics.Rect int int
      StackMap stack:
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            iload 5 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.android.keyguard.PasswordTextView$CharState
            astore 6 /* charState */
        start local 6 // com.android.keyguard.PasswordTextView$CharState charState
         7: .line 203
            iload 5 /* i */
            ifeq 9
         8: .line 204
            iload 1 /* width */
            i2f
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mCharPadding:I
            i2f
            aload 6 /* charState */
            getfield com.android.keyguard.PasswordTextView$CharState.currentWidthFactor:F
            fmul
            fadd
            f2i
            istore 1 /* width */
         9: .line 206
      StackMap locals: com.android.keyguard.PasswordTextView$CharState
      StackMap stack:
            iload 1 /* width */
            i2f
            iload 4 /* charLength */
            i2f
            aload 6 /* charState */
            getfield com.android.keyguard.PasswordTextView$CharState.currentWidthFactor:F
            fmul
            fadd
            f2i
            istore 1 /* width */
        end local 6 // com.android.keyguard.PasswordTextView$CharState charState
        10: .line 201
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 2 /* length */
            if_icmplt 6
        end local 5 // int i
        12: .line 208
            iload 1 /* width */
            i2f
            freturn
        end local 4 // int charLength
        end local 3 // android.graphics.Rect bounds
        end local 2 // int length
        end local 1 // int width
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lcom/android/keyguard/PasswordTextView;
            1   13     1       width  I
            2   13     2      length  I
            3   13     3      bounds  Landroid/graphics/Rect;
            4   13     4  charLength  I
            5   12     5           i  I
            7   10     6   charState  Lcom/android/keyguard/PasswordTextView$CharState;

  public void append(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // com.android.keyguard.PasswordTextView this
        start local 1 // char c
         0: .line 213
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 2 /* visibleChars */
        start local 2 // int visibleChars
         1: .line 214
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getTransformedText:()Ljava/lang/CharSequence;
            astore 3 /* textbefore */
        start local 3 // java.lang.CharSequence textbefore
         2: .line 215
            aload 0 /* this */
            dup
            getfield com.android.keyguard.PasswordTextView.mText:Ljava/lang/String;
            new java.lang.StringBuilder
            dup_x1
            swap
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* c */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield com.android.keyguard.PasswordTextView.mText:Ljava/lang/String;
         3: .line 216
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mText:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            istore 4 /* newLength */
        start local 4 // int newLength
         4: .line 218
            iload 4 /* newLength */
            iload 2 /* visibleChars */
            if_icmple 8
         5: .line 219
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual com.android.keyguard.PasswordTextView.obtainCharState:(C)Lcom/android/keyguard/PasswordTextView$CharState;
            astore 5 /* charState */
        start local 5 // com.android.keyguard.PasswordTextView$CharState charState
         6: .line 220
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            aload 5 /* charState */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 221
            goto 10
        end local 5 // com.android.keyguard.PasswordTextView$CharState charState
         8: .line 222
      StackMap locals: int java.lang.CharSequence int
      StackMap stack:
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            iload 4 /* newLength */
            iconst_1
            isub
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.android.keyguard.PasswordTextView$CharState
            astore 5 /* charState */
        start local 5 // com.android.keyguard.PasswordTextView$CharState charState
         9: .line 223
            aload 5 /* charState */
            iload 1 /* c */
            putfield com.android.keyguard.PasswordTextView$CharState.whichChar:C
        10: .line 225
      StackMap locals: com.android.keyguard.PasswordTextView$CharState
      StackMap stack:
            aload 5 /* charState */
            invokevirtual com.android.keyguard.PasswordTextView$CharState.startAppearAnimation:()V
        11: .line 228
            iload 4 /* newLength */
            iconst_1
            if_icmple 15
        12: .line 229
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            iload 4 /* newLength */
            iconst_2
            isub
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.android.keyguard.PasswordTextView$CharState
            astore 6 /* previousState */
        start local 6 // com.android.keyguard.PasswordTextView$CharState previousState
        13: .line 230
            aload 6 /* previousState */
            getfield com.android.keyguard.PasswordTextView$CharState.isDotSwapPending:Z
            ifeq 15
        14: .line 231
            aload 6 /* previousState */
            invokevirtual com.android.keyguard.PasswordTextView$CharState.swapToDotWhenAppearFinished:()V
        end local 6 // com.android.keyguard.PasswordTextView$CharState previousState
        15: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.userActivity:()V
        16: .line 235
            aload 0 /* this */
            aload 3 /* textbefore */
            aload 3 /* textbefore */
            invokeinterface java.lang.CharSequence.length:()I
            iconst_0
            iconst_1
            invokevirtual com.android.keyguard.PasswordTextView.sendAccessibilityEventTypeViewTextChanged:(Ljava/lang/CharSequence;III)V
        17: .line 236
            return
        end local 5 // com.android.keyguard.PasswordTextView$CharState charState
        end local 4 // int newLength
        end local 3 // java.lang.CharSequence textbefore
        end local 2 // int visibleChars
        end local 1 // char c
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lcom/android/keyguard/PasswordTextView;
            0   18     1              c  C
            1   18     2   visibleChars  I
            2   18     3     textbefore  Ljava/lang/CharSequence;
            4   18     4      newLength  I
            6    8     5      charState  Lcom/android/keyguard/PasswordTextView$CharState;
            9   18     5      charState  Lcom/android/keyguard/PasswordTextView$CharState;
           13   15     6  previousState  Lcom/android/keyguard/PasswordTextView$CharState;
    MethodParameters:
      Name  Flags
      c     

  public void setUserActivityListener(com.android.keyguard.PasswordTextView$UserActivityListener);
    descriptor: (Lcom/android/keyguard/PasswordTextView$UserActivityListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.PasswordTextView this
        start local 1 // com.android.keyguard.PasswordTextView$UserActivityListener userActivitiListener
         0: .line 239
            aload 0 /* this */
            aload 1 /* userActivitiListener */
            putfield com.android.keyguard.PasswordTextView.mUserActivityListener:Lcom/android/keyguard/PasswordTextView$UserActivityListener;
         1: .line 240
            return
        end local 1 // com.android.keyguard.PasswordTextView$UserActivityListener userActivitiListener
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/android/keyguard/PasswordTextView;
            0    2     1  userActivitiListener  Lcom/android/keyguard/PasswordTextView$UserActivityListener;
    MethodParameters:
                      Name  Flags
      userActivitiListener  

  private void userActivity();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.android.keyguard.PasswordTextView this
         0: .line 243
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mPM:Landroid/os/PowerManager;
            invokestatic android.os.SystemClock.uptimeMillis:()J
            iconst_0
            invokevirtual android.os.PowerManager.userActivity:(JZ)V
         1: .line 244
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mUserActivityListener:Lcom/android/keyguard/PasswordTextView$UserActivityListener;
            ifnull 3
         2: .line 245
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mUserActivityListener:Lcom/android/keyguard/PasswordTextView$UserActivityListener;
            invokeinterface com.android.keyguard.PasswordTextView$UserActivityListener.onUserActivity:()V
         3: .line 247
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/android/keyguard/PasswordTextView;

  public void deleteLastChar();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.android.keyguard.PasswordTextView this
         0: .line 250
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mText:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            istore 1 /* length */
        start local 1 // int length
         1: .line 251
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getTransformedText:()Ljava/lang/CharSequence;
            astore 2 /* textbefore */
        start local 2 // java.lang.CharSequence textbefore
         2: .line 252
            iload 1 /* length */
            ifle 7
         3: .line 253
            aload 0 /* this */
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mText:Ljava/lang/String;
            iconst_0
            iload 1 /* length */
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            putfield com.android.keyguard.PasswordTextView.mText:Ljava/lang/String;
         4: .line 254
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            iload 1 /* length */
            iconst_1
            isub
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.android.keyguard.PasswordTextView$CharState
            astore 3 /* charState */
        start local 3 // com.android.keyguard.PasswordTextView$CharState charState
         5: .line 255
            aload 3 /* charState */
            lconst_0
            lconst_0
            invokevirtual com.android.keyguard.PasswordTextView$CharState.startRemoveAnimation:(JJ)V
         6: .line 256
            aload 0 /* this */
            aload 2 /* textbefore */
            aload 2 /* textbefore */
            invokeinterface java.lang.CharSequence.length:()I
            iconst_1
            isub
            iconst_1
            iconst_0
            invokevirtual com.android.keyguard.PasswordTextView.sendAccessibilityEventTypeViewTextChanged:(Ljava/lang/CharSequence;III)V
        end local 3 // com.android.keyguard.PasswordTextView$CharState charState
         7: .line 258
      StackMap locals: int java.lang.CharSequence
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.userActivity:()V
         8: .line 259
            return
        end local 2 // java.lang.CharSequence textbefore
        end local 1 // int length
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/android/keyguard/PasswordTextView;
            1    9     1      length  I
            2    9     2  textbefore  Ljava/lang/CharSequence;
            5    7     3   charState  Lcom/android/keyguard/PasswordTextView$CharState;

  public java.lang.String getText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.keyguard.PasswordTextView this
         0: .line 262
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mText:Ljava/lang/String;
            areturn
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/PasswordTextView;

  private java.lang.CharSequence getTransformedText();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.android.keyguard.PasswordTextView this
         0: .line 266
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 1 /* textLength */
        start local 1 // int textLength
         1: .line 267
            new java.lang.StringBuilder
            dup
            iload 1 /* textLength */
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 2 /* stringBuilder */
        start local 2 // java.lang.StringBuilder stringBuilder
         2: .line 268
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 11
         4: .line 269
      StackMap locals: int java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.android.keyguard.PasswordTextView$CharState
            astore 4 /* charState */
        start local 4 // com.android.keyguard.PasswordTextView$CharState charState
         5: .line 272
            aload 4 /* charState */
            getfield com.android.keyguard.PasswordTextView$CharState.dotAnimator:Landroid/animation/Animator;
            ifnull 7
            aload 4 /* charState */
            getfield com.android.keyguard.PasswordTextView$CharState.dotAnimationIsGrowing:Z
            ifne 7
         6: .line 273
            goto 10
         7: .line 275
      StackMap locals: com.android.keyguard.PasswordTextView$CharState
      StackMap stack:
            aload 2 /* stringBuilder */
            aload 4 /* charState */
            invokevirtual com.android.keyguard.PasswordTextView$CharState.isCharVisibleForA11y:()Z
            ifeq 8
            aload 4 /* charState */
            getfield com.android.keyguard.PasswordTextView$CharState.whichChar:C
            goto 9
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         8: getstatic com.android.keyguard.PasswordTextView.DOT:C
      StackMap locals: com.android.keyguard.PasswordTextView int java.lang.StringBuilder int com.android.keyguard.PasswordTextView$CharState
      StackMap stack: java.lang.StringBuilder int
         9: invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 4 // com.android.keyguard.PasswordTextView$CharState charState
        10: .line 268
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 1 /* textLength */
            if_icmplt 4
        end local 3 // int i
        12: .line 277
            aload 2 /* stringBuilder */
            areturn
        end local 2 // java.lang.StringBuilder stringBuilder
        end local 1 // int textLength
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lcom/android/keyguard/PasswordTextView;
            1   13     1     textLength  I
            2   13     2  stringBuilder  Ljava/lang/StringBuilder;
            3   12     3              i  I
            5   10     4      charState  Lcom/android/keyguard/PasswordTextView$CharState;

  private com.android.keyguard.PasswordTextView$CharState obtainCharState(char);
    descriptor: (C)Lcom/android/keyguard/PasswordTextView$CharState;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.android.keyguard.PasswordTextView this
        start local 1 // char c
         0: .line 282
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mCharPool:Ljava/util/Stack;
            invokevirtual java.util.Stack.isEmpty:()Z
            ifeq 3
         1: .line 283
            new com.android.keyguard.PasswordTextView$CharState
            dup
            aload 0 /* this */
            invokespecial com.android.keyguard.PasswordTextView$CharState.<init>:(Lcom/android/keyguard/PasswordTextView;)V
            astore 2 /* charState */
        start local 2 // com.android.keyguard.PasswordTextView$CharState charState
         2: .line 284
            goto 5
        end local 2 // com.android.keyguard.PasswordTextView$CharState charState
         3: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mCharPool:Ljava/util/Stack;
            invokevirtual java.util.Stack.pop:()Ljava/lang/Object;
            checkcast com.android.keyguard.PasswordTextView$CharState
            astore 2 /* charState */
        start local 2 // com.android.keyguard.PasswordTextView$CharState charState
         4: .line 286
            aload 2 /* charState */
            invokevirtual com.android.keyguard.PasswordTextView$CharState.reset:()V
         5: .line 288
      StackMap locals: com.android.keyguard.PasswordTextView$CharState
      StackMap stack:
            aload 2 /* charState */
            iload 1 /* c */
            putfield com.android.keyguard.PasswordTextView$CharState.whichChar:C
         6: .line 289
            aload 2 /* charState */
            areturn
        end local 2 // com.android.keyguard.PasswordTextView$CharState charState
        end local 1 // char c
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/android/keyguard/PasswordTextView;
            0    7     1          c  C
            2    3     2  charState  Lcom/android/keyguard/PasswordTextView$CharState;
            4    7     2  charState  Lcom/android/keyguard/PasswordTextView$CharState;
    MethodParameters:
      Name  Flags
      c     

  public void reset(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=15, args_size=3
        start local 0 // com.android.keyguard.PasswordTextView this
        start local 1 // boolean animated
        start local 2 // boolean announce
         0: .line 293
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getTransformedText:()Ljava/lang/CharSequence;
            astore 3 /* textbefore */
        start local 3 // java.lang.CharSequence textbefore
         1: .line 294
            aload 0 /* this */
            ldc ""
            putfield com.android.keyguard.PasswordTextView.mText:Ljava/lang/String;
         2: .line 295
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 4 /* length */
        start local 4 // int length
         3: .line 296
            iload 4 /* length */
            iconst_1
            isub
            iconst_2
            idiv
            istore 5 /* middleIndex */
        start local 5 // int middleIndex
         4: .line 297
            ldc 40
            lstore 6 /* delayPerElement */
        start local 6 // long delayPerElement
         5: .line 298
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         6: goto 23
         7: .line 299
      StackMap locals: com.android.keyguard.PasswordTextView int int java.lang.CharSequence int int long int
      StackMap stack:
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            iload 8 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast com.android.keyguard.PasswordTextView$CharState
            astore 9 /* charState */
        start local 9 // com.android.keyguard.PasswordTextView$CharState charState
         8: .line 300
            iload 1 /* animated */
            ifeq 21
         9: .line 302
            iload 8 /* i */
            iload 5 /* middleIndex */
            if_icmpgt 12
        10: .line 303
            iload 8 /* i */
            iconst_2
            imul
            istore 10 /* delayIndex */
        start local 10 // int delayIndex
        11: .line 304
            goto 14
        end local 10 // int delayIndex
        12: .line 305
      StackMap locals: com.android.keyguard.PasswordTextView$CharState
      StackMap stack:
            iload 8 /* i */
            iload 5 /* middleIndex */
            isub
            istore 11 /* distToMiddle */
        start local 11 // int distToMiddle
        13: .line 306
            iload 4 /* length */
            iconst_1
            isub
            iload 11 /* distToMiddle */
            iconst_1
            isub
            iconst_2
            imul
            isub
            istore 10 /* delayIndex */
        end local 11 // int distToMiddle
        start local 10 // int delayIndex
        14: .line 308
      StackMap locals: int
      StackMap stack:
            iload 10 /* delayIndex */
            i2l
            lload 6 /* delayPerElement */
            lmul
            lstore 11 /* startDelay */
        start local 11 // long startDelay
        15: .line 309
            lload 11 /* startDelay */
            ldc 200
            invokestatic java.lang.Math.min:(JJ)J
            lstore 11 /* startDelay */
        16: .line 310
            lload 6 /* delayPerElement */
            iload 4 /* length */
            iconst_1
            isub
            i2l
            lmul
            lstore 13 /* maxDelay */
        start local 13 // long maxDelay
        17: .line 311
            lload 13 /* maxDelay */
            ldc 200
            invokestatic java.lang.Math.min:(JJ)J
            ldc 160
            ladd
            lstore 13 /* maxDelay */
        18: .line 312
            aload 9 /* charState */
            lload 11 /* startDelay */
            lload 13 /* maxDelay */
            invokevirtual com.android.keyguard.PasswordTextView$CharState.startRemoveAnimation:(JJ)V
        19: .line 313
            aload 9 /* charState */
            invokevirtual com.android.keyguard.PasswordTextView$CharState.removeDotSwapCallbacks:()V
        end local 13 // long maxDelay
        end local 11 // long startDelay
        end local 10 // int delayIndex
        20: .line 314
            goto 22
        21: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mCharPool:Ljava/util/Stack;
            aload 9 /* charState */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 9 // com.android.keyguard.PasswordTextView$CharState charState
        22: .line 298
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 8 /* i */
            iload 4 /* length */
            if_icmplt 7
        end local 8 // int i
        24: .line 318
            iload 1 /* animated */
            ifne 26
        25: .line 319
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mTextChars:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
        26: .line 321
      StackMap locals:
      StackMap stack:
            iload 2 /* announce */
            ifeq 28
        27: .line 322
            aload 0 /* this */
            aload 3 /* textbefore */
            iconst_0
            aload 3 /* textbefore */
            invokeinterface java.lang.CharSequence.length:()I
            iconst_0
            invokevirtual com.android.keyguard.PasswordTextView.sendAccessibilityEventTypeViewTextChanged:(Ljava/lang/CharSequence;III)V
        28: .line 324
      StackMap locals:
      StackMap stack:
            return
        end local 6 // long delayPerElement
        end local 5 // int middleIndex
        end local 4 // int length
        end local 3 // java.lang.CharSequence textbefore
        end local 2 // boolean announce
        end local 1 // boolean animated
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   29     0             this  Lcom/android/keyguard/PasswordTextView;
            0   29     1         animated  Z
            0   29     2         announce  Z
            1   29     3       textbefore  Ljava/lang/CharSequence;
            3   29     4           length  I
            4   29     5      middleIndex  I
            5   29     6  delayPerElement  J
            6   24     8                i  I
            8   22     9        charState  Lcom/android/keyguard/PasswordTextView$CharState;
           11   12    10       delayIndex  I
           14   20    10       delayIndex  I
           13   14    11     distToMiddle  I
           15   20    11       startDelay  J
           17   20    13         maxDelay  J
    MethodParameters:
          Name  Flags
      animated  
      announce  

  void sendAccessibilityEventTypeViewTextChanged(java.lang.CharSequence, int, int, int);
    descriptor: (Ljava/lang/CharSequence;III)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=5
        start local 0 // com.android.keyguard.PasswordTextView this
        start local 1 // java.lang.CharSequence beforeText
        start local 2 // int fromIndex
        start local 3 // int removedCount
        start local 4 // int addedCount
         0: .line 328
            aload 0 /* this */
            getfield com.android.keyguard.PasswordTextView.mContext:Landroid/content/Context;
            invokestatic android.view.accessibility.AccessibilityManager.getInstance:(Landroid/content/Context;)Landroid/view/accessibility/AccessibilityManager;
            invokevirtual android.view.accessibility.AccessibilityManager.isEnabled:()Z
            ifeq 13
         1: .line 329
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.isFocused:()Z
            ifne 2
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.isSelected:()Z
            ifeq 13
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.isShown:()Z
            ifeq 13
         2: .line 331
      StackMap locals:
      StackMap stack:
            bipush 16
            invokestatic android.view.accessibility.AccessibilityEvent.obtain:(I)Landroid/view/accessibility/AccessibilityEvent;
         3: .line 330
            astore 5 /* event */
        start local 5 // android.view.accessibility.AccessibilityEvent event
         4: .line 332
            aload 5 /* event */
            iload 2 /* fromIndex */
            invokevirtual android.view.accessibility.AccessibilityEvent.setFromIndex:(I)V
         5: .line 333
            aload 5 /* event */
            iload 3 /* removedCount */
            invokevirtual android.view.accessibility.AccessibilityEvent.setRemovedCount:(I)V
         6: .line 334
            aload 5 /* event */
            iload 4 /* addedCount */
            invokevirtual android.view.accessibility.AccessibilityEvent.setAddedCount:(I)V
         7: .line 335
            aload 5 /* event */
            aload 1 /* beforeText */
            invokevirtual android.view.accessibility.AccessibilityEvent.setBeforeText:(Ljava/lang/CharSequence;)V
         8: .line 336
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getTransformedText:()Ljava/lang/CharSequence;
            astore 6 /* transformedText */
        start local 6 // java.lang.CharSequence transformedText
         9: .line 337
            aload 6 /* transformedText */
            invokestatic android.text.TextUtils.isEmpty:(Ljava/lang/CharSequence;)Z
            ifne 11
        10: .line 338
            aload 5 /* event */
            invokevirtual android.view.accessibility.AccessibilityEvent.getText:()Ljava/util/List;
            aload 6 /* transformedText */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        11: .line 340
      StackMap locals: android.view.accessibility.AccessibilityEvent java.lang.CharSequence
      StackMap stack:
            aload 5 /* event */
            iconst_1
            invokevirtual android.view.accessibility.AccessibilityEvent.setPassword:(Z)V
        12: .line 341
            aload 0 /* this */
            aload 5 /* event */
            invokevirtual com.android.keyguard.PasswordTextView.sendAccessibilityEventUnchecked:(Landroid/view/accessibility/AccessibilityEvent;)V
        end local 6 // java.lang.CharSequence transformedText
        end local 5 // android.view.accessibility.AccessibilityEvent event
        13: .line 343
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int addedCount
        end local 3 // int removedCount
        end local 2 // int fromIndex
        end local 1 // java.lang.CharSequence beforeText
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   14     0             this  Lcom/android/keyguard/PasswordTextView;
            0   14     1       beforeText  Ljava/lang/CharSequence;
            0   14     2        fromIndex  I
            0   14     3     removedCount  I
            0   14     4       addedCount  I
            4   13     5            event  Landroid/view/accessibility/AccessibilityEvent;
            9   13     6  transformedText  Ljava/lang/CharSequence;
    MethodParameters:
              Name  Flags
      beforeText    
      fromIndex     
      removedCount  
      addedCount    

  public void onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent);
    descriptor: (Landroid/view/accessibility/AccessibilityEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.PasswordTextView this
        start local 1 // android.view.accessibility.AccessibilityEvent event
         0: .line 347
            aload 0 /* this */
            aload 1 /* event */
            invokespecial android.view.View.onInitializeAccessibilityEvent:(Landroid/view/accessibility/AccessibilityEvent;)V
         1: .line 349
            aload 1 /* event */
            ldc Landroid/widget/EditText;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual android.view.accessibility.AccessibilityEvent.setClassName:(Ljava/lang/CharSequence;)V
         2: .line 350
            aload 1 /* event */
            iconst_1
            invokevirtual android.view.accessibility.AccessibilityEvent.setPassword:(Z)V
         3: .line 351
            return
        end local 1 // android.view.accessibility.AccessibilityEvent event
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/android/keyguard/PasswordTextView;
            0    4     1  event  Landroid/view/accessibility/AccessibilityEvent;
    MethodParameters:
       Name  Flags
      event  

  public void onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo);
    descriptor: (Landroid/view/accessibility/AccessibilityNodeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.PasswordTextView this
        start local 1 // android.view.accessibility.AccessibilityNodeInfo info
         0: .line 355
            aload 0 /* this */
            aload 1 /* info */
            invokespecial android.view.View.onInitializeAccessibilityNodeInfo:(Landroid/view/accessibility/AccessibilityNodeInfo;)V
         1: .line 357
            aload 1 /* info */
            ldc Landroid/widget/EditText;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual android.view.accessibility.AccessibilityNodeInfo.setClassName:(Ljava/lang/CharSequence;)V
         2: .line 358
            aload 1 /* info */
            iconst_1
            invokevirtual android.view.accessibility.AccessibilityNodeInfo.setPassword:(Z)V
         3: .line 359
            aload 1 /* info */
            aload 0 /* this */
            invokevirtual com.android.keyguard.PasswordTextView.getTransformedText:()Ljava/lang/CharSequence;
            invokevirtual android.view.accessibility.AccessibilityNodeInfo.setText:(Ljava/lang/CharSequence;)V
         4: .line 361
            aload 1 /* info */
            iconst_1
            invokevirtual android.view.accessibility.AccessibilityNodeInfo.setEditable:(Z)V
         5: .line 363
            aload 1 /* info */
            bipush 16
            invokevirtual android.view.accessibility.AccessibilityNodeInfo.setInputType:(I)V
         6: .line 364
            return
        end local 1 // android.view.accessibility.AccessibilityNodeInfo info
        end local 0 // com.android.keyguard.PasswordTextView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/android/keyguard/PasswordTextView;
            0    7     1  info  Landroid/view/accessibility/AccessibilityNodeInfo;
    MethodParameters:
      Name  Flags
      info  
}
SourceFile: "PasswordTextView.java"
NestMembers:
  com.android.keyguard.PasswordTextView$CharState  com.android.keyguard.PasswordTextView$CharState$1  com.android.keyguard.PasswordTextView$CharState$10  com.android.keyguard.PasswordTextView$CharState$2  com.android.keyguard.PasswordTextView$CharState$3  com.android.keyguard.PasswordTextView$CharState$4  com.android.keyguard.PasswordTextView$CharState$5  com.android.keyguard.PasswordTextView$CharState$6  com.android.keyguard.PasswordTextView$CharState$7  com.android.keyguard.PasswordTextView$CharState$8  com.android.keyguard.PasswordTextView$CharState$9  com.android.keyguard.PasswordTextView$UserActivityListener
InnerClasses:
  private CharState = com.android.keyguard.PasswordTextView$CharState of com.android.keyguard.PasswordTextView
  public abstract UserActivityListener = com.android.keyguard.PasswordTextView$UserActivityListener of com.android.keyguard.PasswordTextView