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

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow$ResizePopupRunnable this
         0: .line 1301
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$ResizePopupRunnable.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            ifnull 5
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$ResizePopupRunnable.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.isAttachedToWindow:()Z
            ifeq 5
         1: .line 1302
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$ResizePopupRunnable.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getCount:()I
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$ResizePopupRunnable.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getChildCount:()I
            if_icmple 5
         2: .line 1303
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$ResizePopupRunnable.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getChildCount:()I
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$ResizePopupRunnable.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mListItemExpandMaximum:I
            if_icmpgt 5
         3: .line 1304
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$ResizePopupRunnable.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iconst_2
            invokevirtual android.widget.PopupWindow.setInputMethodMode:(I)V
         4: .line 1305
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$ResizePopupRunnable.this$0:Landroid/widget/ListPopupWindow;
            invokevirtual android.widget.ListPopupWindow.show:()V
         5: .line 1307
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.widget.ListPopupWindow$ResizePopupRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/widget/ListPopupWindow$ResizePopupRunnable;
}
SourceFile: "ListPopupWindow.java"
NestHost: android.widget.ListPopupWindow
InnerClasses:
  private ResizePopupRunnable = android.widget.ListPopupWindow$ResizePopupRunnable of android.widget.ListPopupWindow