class android.widget.ListPopupWindow$3 implements android.widget.AdapterView$OnItemSelectedListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.ListPopupWindow$3
  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$3 this
         0: .line 1127
            aload 0 /* this */
            aload 1
            putfield android.widget.ListPopupWindow$3.this$0:Landroid/widget/ListPopupWindow;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.widget.ListPopupWindow$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow$3;
    MethodParameters:
        Name  Flags
      this$0  final

  public void onItemSelected(android.widget.AdapterView<?>, android.view.View, int, );
    descriptor: (Landroid/widget/AdapterView;Landroid/view/View;IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=5
        start local 0 // android.widget.ListPopupWindow$3 this
        start local 1 // android.widget.AdapterView parent
        start local 2 // android.view.View view
        start local 3 // int position
        start local 4 // long id
         0: .line 1131
            iload 3 /* position */
            iconst_m1
            if_icmpeq 4
         1: .line 1132
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$3.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            astore 6 /* dropDownList */
        start local 6 // android.widget.DropDownListView dropDownList
         2: .line 1134
            aload 6 /* dropDownList */
            ifnull 4
         3: .line 1135
            aload 6 /* dropDownList */
            iconst_0
            invokevirtual android.widget.DropDownListView.setListSelectionHidden:(Z)V
        end local 6 // android.widget.DropDownListView dropDownList
         4: .line 1138
      StackMap locals:
      StackMap stack:
            return
        end local 4 // long id
        end local 3 // int position
        end local 2 // android.view.View view
        end local 1 // android.widget.AdapterView parent
        end local 0 // android.widget.ListPopupWindow$3 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Landroid/widget/ListPopupWindow$3;
            0    5     1        parent  Landroid/widget/AdapterView<*>;
            0    5     2          view  Landroid/view/View;
            0    5     3      position  I
            0    5     4            id  J
            2    4     6  dropDownList  Landroid/widget/DropDownListView;
    Signature: (Landroid/widget/AdapterView<*>;Landroid/view/View;IJ)V
    MethodParameters:
          Name  Flags
      parent    
      view      
      position  
      id        

  public void onNothingSelected(android.widget.AdapterView<?>);
    descriptor: (Landroid/widget/AdapterView;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow$3 this
        start local 1 // android.widget.AdapterView parent
         0: .line 1141
            return
        end local 1 // android.widget.AdapterView parent
        end local 0 // android.widget.ListPopupWindow$3 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/widget/ListPopupWindow$3;
            0    1     1  parent  Landroid/widget/AdapterView<*>;
    Signature: (Landroid/widget/AdapterView<*>;)V
    MethodParameters:
        Name  Flags
      parent  
}
SourceFile: "ListPopupWindow.java"
EnclosingMethod: android.widget.ListPopupWindow.buildDropDown:()I
NestHost: android.widget.ListPopupWindow
InnerClasses:
  public abstract OnItemSelectedListener = android.widget.AdapterView$OnItemSelectedListener of android.widget.AdapterView
  android.widget.ListPopupWindow$3