final class com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation extends android.app.Presentation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation
  super_class: android.app.Presentation
{
  private static final int VIDEO_SAFE_REGION;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 80

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

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

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

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

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

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

  java.lang.Runnable mMoveTextRunnable;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0000) 

  public void <init>(android.content.Context, android.view.Display, int);
    descriptor: (Landroid/content/Context;Landroid/view/Display;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation this
        start local 1 // android.content.Context context
        start local 2 // android.view.Display display
        start local 3 // int theme
         0: .line 161
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* display */
            iload 3 /* theme */
            invokespecial android.app.Presentation.<init>:(Landroid/content/Context;Landroid/view/Display;I)V
         1: .line 149
            aload 0 /* this */
            new com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1
            dup
            aload 0 /* this */
            invokespecial com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1.<init>:(Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;)V
            putfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mMoveTextRunnable:Ljava/lang/Runnable;
         2: .line 162
            aload 0 /* this */
            invokevirtual com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.getWindow:()Landroid/view/Window;
            sipush 2009
            invokevirtual android.view.Window.setType:(I)V
         3: .line 163
            return
        end local 3 // int theme
        end local 2 // android.view.Display display
        end local 1 // android.content.Context context
        end local 0 // com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
            0    4     1  context  Landroid/content/Context;
            0    4     2  display  Landroid/view/Display;
            0    4     3    theme  I
    MethodParameters:
         Name  Flags
      context  
      display  
      theme    

  public void onDetachedFromWindow();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation this
         0: .line 167
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mClock:Landroid/view/View;
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation.mMoveTextRunnable:Ljava/lang/Runnable;
            invokevirtual android.view.View.removeCallbacks:(Ljava/lang/Runnable;)Z
            pop
         1: .line 168
            return
        end local 0 // com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;

  protected void onCreate(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation this
         0: .line 181
            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.KeyguardDisplayManager$KeyguardPresentation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardDisplayManager$KeyguardPresentation;
    MethodParameters:
                    Name  Flags
      savedInstanceState  
}
SourceFile: "KeyguardDisplayManager.java"
NestHost: com.android.keyguard.KeyguardDisplayManager
InnerClasses:
  private final KeyguardPresentation = com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation of com.android.keyguard.KeyguardDisplayManager
  com.android.keyguard.KeyguardDisplayManager$KeyguardPresentation$1