class android.widget.ListPopupWindow$2 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.ListPopupWindow$2
  super_class: java.lang.Object
{
  final android.widget.ListPopupWindow this$0;
    descriptor: Landroid/widget/ListPopupWindow;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // android.widget.ListPopupWindow$2 this
         0: .line 1112
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$2.this$0:Landroid/widget/ListPopupWindow;
            invokevirtual android.widget.ListPopupWindow.getAnchorView:()Landroid/view/View;
            astore 1 /* view */
        start local 1 // android.view.View view
         1: .line 1113
            aload 1 /* view */
            ifnull 3
            aload 1 /* view */
            invokevirtual android.view.View.getWindowToken:()Landroid/os/IBinder;
            ifnull 3
         2: .line 1114
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$2.this$0:Landroid/widget/ListPopupWindow;
            invokevirtual android.widget.ListPopupWindow.show:()V
         3: .line 1116
      StackMap locals: android.view.View
      StackMap stack:
            return
        end local 1 // android.view.View view
        end local 0 // android.widget.ListPopupWindow$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/widget/ListPopupWindow$2;
            1    4     1  view  Landroid/view/View;
}
SourceFile: "ListPopupWindow.java"
EnclosingMethod: android.widget.ListPopupWindow.buildDropDown:()I
NestHost: android.widget.ListPopupWindow
InnerClasses:
  android.widget.ListPopupWindow$2