class android.app.Presentation$1 implements android.hardware.display.DisplayManager$DisplayListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.Presentation$1
  super_class: java.lang.Object
{
  final android.app.Presentation this$0;
    descriptor: Landroid/app/Presentation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.app.Presentation);
    descriptor: (Landroid/app/Presentation;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.Presentation$1 this
         0: .line 339
            aload 0 /* this */
            aload 1
            putfield android.app.Presentation$1.this$0:Landroid/app/Presentation;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.app.Presentation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/Presentation$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onDisplayAdded(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.app.Presentation$1 this
        start local 1 // int displayId
         0: .line 342
            return
        end local 1 // int displayId
        end local 0 // android.app.Presentation$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Landroid/app/Presentation$1;
            0    1     1  displayId  I
    MethodParameters:
           Name  Flags
      displayId  

  public void onDisplayRemoved(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.Presentation$1 this
        start local 1 // int displayId
         0: .line 346
            iload 1 /* displayId */
            aload 0 /* this */
            getfield android.app.Presentation$1.this$0:Landroid/app/Presentation;
            getfield android.app.Presentation.mDisplay:Landroid/view/Display;
            invokevirtual android.view.Display.getDisplayId:()I
            if_icmpne 2
         1: .line 347
            aload 0 /* this */
            getfield android.app.Presentation$1.this$0:Landroid/app/Presentation;
            invokevirtual android.app.Presentation.handleDisplayRemoved:()V
         2: .line 349
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int displayId
        end local 0 // android.app.Presentation$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Landroid/app/Presentation$1;
            0    3     1  displayId  I
    MethodParameters:
           Name  Flags
      displayId  

  public void onDisplayChanged(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.Presentation$1 this
        start local 1 // int displayId
         0: .line 353
            iload 1 /* displayId */
            aload 0 /* this */
            getfield android.app.Presentation$1.this$0:Landroid/app/Presentation;
            getfield android.app.Presentation.mDisplay:Landroid/view/Display;
            invokevirtual android.view.Display.getDisplayId:()I
            if_icmpne 2
         1: .line 354
            aload 0 /* this */
            getfield android.app.Presentation$1.this$0:Landroid/app/Presentation;
            invokevirtual android.app.Presentation.handleDisplayChanged:()V
         2: .line 356
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int displayId
        end local 0 // android.app.Presentation$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Landroid/app/Presentation$1;
            0    3     1  displayId  I
    MethodParameters:
           Name  Flags
      displayId  
}
SourceFile: "Presentation.java"
EnclosingMethod: android.app.Presentation
NestHost: android.app.Presentation
InnerClasses:
  android.app.Presentation$1
  public abstract DisplayListener = android.hardware.display.DisplayManager$DisplayListener of android.hardware.display.DisplayManager