class android.widget.ListPopupWindow$1 extends android.widget.ForwardingListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.ListPopupWindow$1
  super_class: android.widget.ForwardingListener
{
  final android.widget.ListPopupWindow this$0;
    descriptor: Landroid/widget/ListPopupWindow;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public com.android.internal.view.menu.ShowableListMenu getPopup();
    descriptor: ()Lcom/android/internal/view/menu/ShowableListMenu;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow$1 this
         0: .line 1085
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$1.this$0:Landroid/widget/ListPopupWindow;
            areturn
        end local 0 // android.widget.ListPopupWindow$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow$1;
}
SourceFile: "ListPopupWindow.java"
EnclosingMethod: android.widget.ListPopupWindow.createDragToOpenListener:(Landroid/view/View;)Landroid/view/View$OnTouchListener;
NestHost: android.widget.ListPopupWindow
InnerClasses:
  public abstract OnTouchListener = android.view.View$OnTouchListener of android.view.View
  android.widget.ListPopupWindow$1