public class com.android.keyguard.NumPadKey extends android.view.ViewGroup
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.keyguard.NumPadKey
  super_class: android.view.ViewGroup
{
  static java.lang.String[] sKlondike;
    descriptor: [Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

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

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

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

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

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

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

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

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

  public void userActivity();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.android.keyguard.NumPadKey this
         0: .line 62
            aload 0 /* this */
            getfield com.android.keyguard.NumPadKey.mPM:Landroid/os/PowerManager;
            invokestatic android.os.SystemClock.uptimeMillis:()J
            iconst_0
            invokevirtual android.os.PowerManager.userActivity:(JZ)V
         1: .line 63
            return
        end local 0 // com.android.keyguard.NumPadKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/android/keyguard/NumPadKey;

  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.NumPadKey this
        start local 1 // android.content.Context context
         0: .line 66
            aload 0 /* this */
            aload 1 /* context */
            aconst_null
            invokespecial com.android.keyguard.NumPadKey.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 67
            return
        end local 1 // android.content.Context context
        end local 0 // com.android.keyguard.NumPadKey this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/android/keyguard/NumPadKey;
            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.NumPadKey this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
         0: .line 70
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iconst_0
            invokespecial com.android.keyguard.NumPadKey.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;I)V
         1: .line 71
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // com.android.keyguard.NumPadKey this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/android/keyguard/NumPadKey;
            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=3, locals=4, args_size=4
        start local 0 // com.android.keyguard.NumPadKey this
         0: .line 74
            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\tandroid.R.styleable cannot be resolved to a variable\n\tandroid.R.styleable 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.NumPadKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/NumPadKey;
    MethodParameters:
          Name  Flags
      context   
      attrs     
      defStyle  

  protected void <init>(android.content.Context, android.util.AttributeSet, int, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.android.keyguard.NumPadKey this
         0: .line 74
            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\tandroid.R.styleable cannot be resolved to a variable\n\tandroid.R.styleable 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.NumPadKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/NumPadKey;
    MethodParameters:
                 Name  Flags
      context          
      attrs            
      defStyle         
      contentResource  

  public boolean onTouchEvent(android.view.MotionEvent);
    descriptor: (Landroid/view/MotionEvent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.NumPadKey this
        start local 1 // android.view.MotionEvent event
         0: .line 129
            aload 1 /* event */
            invokevirtual android.view.MotionEvent.getActionMasked:()I
            ifne 2
         1: .line 130
            aload 0 /* this */
            invokevirtual com.android.keyguard.NumPadKey.doHapticKeyClick:()V
         2: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* event */
            invokespecial android.view.ViewGroup.onTouchEvent:(Landroid/view/MotionEvent;)Z
            ireturn
        end local 1 // android.view.MotionEvent event
        end local 0 // com.android.keyguard.NumPadKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/android/keyguard/NumPadKey;
            0    3     1  event  Landroid/view/MotionEvent;
    MethodParameters:
       Name  Flags
      event  

  protected void onMeasure(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.keyguard.NumPadKey this
        start local 1 // int widthMeasureSpec
        start local 2 // int heightMeasureSpec
         0: .line 137
            aload 0 /* this */
            iload 1 /* widthMeasureSpec */
            iload 2 /* heightMeasureSpec */
            invokespecial android.view.ViewGroup.onMeasure:(II)V
         1: .line 138
            aload 0 /* this */
            iload 1 /* widthMeasureSpec */
            iload 2 /* heightMeasureSpec */
            invokevirtual com.android.keyguard.NumPadKey.measureChildren:(II)V
         2: .line 139
            return
        end local 2 // int heightMeasureSpec
        end local 1 // int widthMeasureSpec
        end local 0 // com.android.keyguard.NumPadKey this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/android/keyguard/NumPadKey;
            0    3     1   widthMeasureSpec  I
            0    3     2  heightMeasureSpec  I
    MethodParameters:
                   Name  Flags
      widthMeasureSpec   
      heightMeasureSpec  

  protected void onLayout(boolean, int, int, int, int);
    descriptor: (ZIIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=13, args_size=6
        start local 0 // com.android.keyguard.NumPadKey this
        start local 1 // boolean changed
        start local 2 // int l
        start local 3 // int t
        start local 4 // int r
        start local 5 // int b
         0: .line 143
            aload 0 /* this */
            getfield com.android.keyguard.NumPadKey.mDigitText:Landroid/widget/TextView;
            invokevirtual android.widget.TextView.getMeasuredHeight:()I
            istore 6 /* digitHeight */
        start local 6 // int digitHeight
         1: .line 144
            aload 0 /* this */
            getfield com.android.keyguard.NumPadKey.mKlondikeText:Landroid/widget/TextView;
            invokevirtual android.widget.TextView.getMeasuredHeight:()I
            istore 7 /* klondikeHeight */
        start local 7 // int klondikeHeight
         2: .line 145
            iload 6 /* digitHeight */
            iload 7 /* klondikeHeight */
            iadd
            istore 8 /* totalHeight */
        start local 8 // int totalHeight
         3: .line 146
            aload 0 /* this */
            invokevirtual com.android.keyguard.NumPadKey.getHeight:()I
            iconst_2
            idiv
            iload 8 /* totalHeight */
            iconst_2
            idiv
            isub
            istore 9 /* top */
        start local 9 // int top
         4: .line 147
            aload 0 /* this */
            invokevirtual com.android.keyguard.NumPadKey.getWidth:()I
            iconst_2
            idiv
            istore 10 /* centerX */
        start local 10 // int centerX
         5: .line 148
            iload 10 /* centerX */
            aload 0 /* this */
            getfield com.android.keyguard.NumPadKey.mDigitText:Landroid/widget/TextView;
            invokevirtual android.widget.TextView.getMeasuredWidth:()I
            iconst_2
            idiv
            isub
            istore 11 /* left */
        start local 11 // int left
         6: .line 149
            iload 9 /* top */
            iload 6 /* digitHeight */
            iadd
            istore 12 /* bottom */
        start local 12 // int bottom
         7: .line 150
            aload 0 /* this */
            getfield com.android.keyguard.NumPadKey.mDigitText:Landroid/widget/TextView;
            iload 11 /* left */
            iload 9 /* top */
            iload 11 /* left */
            aload 0 /* this */
            getfield com.android.keyguard.NumPadKey.mDigitText:Landroid/widget/TextView;
            invokevirtual android.widget.TextView.getMeasuredWidth:()I
            iadd
            iload 12 /* bottom */
            invokevirtual android.widget.TextView.layout:(IIII)V
         8: .line 151
            iload 12 /* bottom */
            i2f
            iload 7 /* klondikeHeight */
            i2f
            ldc 0.35
            fmul
            fsub
            f2i
            istore 9 /* top */
         9: .line 152
            iload 9 /* top */
            iload 7 /* klondikeHeight */
            iadd
            istore 12 /* bottom */
        10: .line 154
            iload 10 /* centerX */
            aload 0 /* this */
            getfield com.android.keyguard.NumPadKey.mKlondikeText:Landroid/widget/TextView;
            invokevirtual android.widget.TextView.getMeasuredWidth:()I
            iconst_2
            idiv
            isub
            istore 11 /* left */
        11: .line 155
            aload 0 /* this */
            getfield com.android.keyguard.NumPadKey.mKlondikeText:Landroid/widget/TextView;
            iload 11 /* left */
            iload 9 /* top */
            iload 11 /* left */
            aload 0 /* this */
            getfield com.android.keyguard.NumPadKey.mKlondikeText:Landroid/widget/TextView;
            invokevirtual android.widget.TextView.getMeasuredWidth:()I
            iadd
            iload 12 /* bottom */
            invokevirtual android.widget.TextView.layout:(IIII)V
        12: .line 156
            return
        end local 12 // int bottom
        end local 11 // int left
        end local 10 // int centerX
        end local 9 // int top
        end local 8 // int totalHeight
        end local 7 // int klondikeHeight
        end local 6 // int digitHeight
        end local 5 // int b
        end local 4 // int r
        end local 3 // int t
        end local 2 // int l
        end local 1 // boolean changed
        end local 0 // com.android.keyguard.NumPadKey this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   13     0            this  Lcom/android/keyguard/NumPadKey;
            0   13     1         changed  Z
            0   13     2               l  I
            0   13     3               t  I
            0   13     4               r  I
            0   13     5               b  I
            1   13     6     digitHeight  I
            2   13     7  klondikeHeight  I
            3   13     8     totalHeight  I
            4   13     9             top  I
            5   13    10         centerX  I
            6   13    11            left  I
            7   13    12          bottom  I
    MethodParameters:
         Name  Flags
      changed  
      l        
      t        
      r        
      b        

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

  public void doHapticKeyClick();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.keyguard.NumPadKey this
         0: .line 165
            aload 0 /* this */
            getfield com.android.keyguard.NumPadKey.mEnableHaptics:Z
            ifeq 4
         1: .line 166
            aload 0 /* this */
            iconst_1
         2: .line 167
            iconst_3
         3: .line 166
            invokevirtual com.android.keyguard.NumPadKey.performHapticFeedback:(II)Z
            pop
         4: .line 170
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.android.keyguard.NumPadKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/android/keyguard/NumPadKey;
}
SourceFile: "NumPadKey.java"
NestMembers:
  com.android.keyguard.NumPadKey$1
InnerClasses:
  public abstract OnClickListener = android.view.View$OnClickListener of android.view.View