public class android.widget.ListPopupWindow implements com.android.internal.view.menu.ShowableListMenu
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.ListPopupWindow
  super_class: java.lang.Object
{
  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "ListPopupWindow"

  private static final boolean DEBUG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int EXPAND_LIST_TIMEOUT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 250

  private android.content.Context mContext;
    descriptor: Landroid/content/Context;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.ListAdapter mAdapter;
    descriptor: Landroid/widget/ListAdapter;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.DropDownListView mDropDownList;
    descriptor: Landroid/widget/DropDownListView;
    flags: (0x0002) ACC_PRIVATE

  private int mDropDownHeight;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mDropDownWidth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mDropDownHorizontalOffset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mDropDownVerticalOffset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mDropDownWindowLayoutType;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean mDropDownVerticalOffsetSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mIsAnimatedFromAnchor;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mOverlapAnchor;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mOverlapAnchorSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int mDropDownGravity;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean mDropDownAlwaysVisible;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mForceIgnoreOutsideTouch;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  int mListItemExpandMaximum;
    descriptor: I
    flags: (0x0000) 

  private android.view.View mPromptView;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private int mPromptPosition;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private android.database.DataSetObserver mObserver;
    descriptor: Landroid/database/DataSetObserver;
    flags: (0x0002) ACC_PRIVATE

  private android.view.View mDropDownAnchorView;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private android.graphics.drawable.Drawable mDropDownListHighlight;
    descriptor: Landroid/graphics/drawable/Drawable;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.AdapterView$OnItemClickListener mItemClickListener;
    descriptor: Landroid/widget/AdapterView$OnItemClickListener;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.AdapterView$OnItemSelectedListener mItemSelectedListener;
    descriptor: Landroid/widget/AdapterView$OnItemSelectedListener;
    flags: (0x0002) ACC_PRIVATE

  private final android.widget.ListPopupWindow$ResizePopupRunnable mResizePopupRunnable;
    descriptor: Landroid/widget/ListPopupWindow$ResizePopupRunnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.widget.ListPopupWindow$PopupTouchInterceptor mTouchInterceptor;
    descriptor: Landroid/widget/ListPopupWindow$PopupTouchInterceptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.widget.ListPopupWindow$PopupScrollListener mScrollListener;
    descriptor: Landroid/widget/ListPopupWindow$PopupScrollListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.widget.ListPopupWindow$ListSelectorHider mHideSelector;
    descriptor: Landroid/widget/ListPopupWindow$ListSelectorHider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.Runnable mShowDropDownRunnable;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0002) ACC_PRIVATE

  private final android.os.Handler mHandler;
    descriptor: Landroid/os/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.graphics.Rect mTempRect;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.graphics.Rect mEpicenterBounds;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0002) ACC_PRIVATE

  private boolean mModal;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  android.widget.PopupWindow mPopup;
    descriptor: Landroid/widget/PopupWindow;
    flags: (0x0000) 

  public static final int POSITION_PROMPT_ABOVE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int POSITION_PROMPT_BELOW;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int MATCH_PARENT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int WRAP_CONTENT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  public static final int INPUT_METHOD_FROM_FOCUSABLE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int INPUT_METHOD_NEEDED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int INPUT_METHOD_NOT_NEEDED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.internal.R cannot be resolved\n\tcom.android.internal.R.attr cannot be resolved to a variable\n\tcom.android.internal.R.attr cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;
    MethodParameters:
         Name  Flags
      context  

  public void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.ListPopupWindow this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.internal.R cannot be resolved\n\tcom.android.internal.R.attr cannot be resolved to a variable\n\tcom.android.internal.R.attr cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public void <init>(android.content.Context, android.util.AttributeSet, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
        start local 3 // int defStyleAttr
         0: .line 206
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            iload 3 /* defStyleAttr */
            iconst_0
            invokespecial android.widget.ListPopupWindow.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;II)V
         1: .line 207
            return
        end local 3 // int defStyleAttr
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Landroid/widget/ListPopupWindow;
            0    2     1       context  Landroid/content/Context;
            0    2     2         attrs  Landroid/util/AttributeSet;
            0    2     3  defStyleAttr  I
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  

  public void <init>(android.content.Context, android.util.AttributeSet, int, int);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.widget.ListPopupWindow this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.internal.R cannot be resolved\n\tcom.android.internal.R.attr cannot be resolved to a variable\n\tcom.android.internal.R.attr cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;
    MethodParameters:
              Name  Flags
      context       
      attrs         
      defStyleAttr  
      defStyleRes   

  public void setAdapter(android.widget.ListAdapter);
    descriptor: (Landroid/widget/ListAdapter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.widget.ListAdapter adapter
         0: .line 245
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mObserver:Landroid/database/DataSetObserver;
            ifnonnull 3
         1: .line 246
            aload 0 /* this */
            new android.widget.ListPopupWindow$PopupDataSetObserver
            dup
            aload 0 /* this */
            invokespecial android.widget.ListPopupWindow$PopupDataSetObserver.<init>:(Landroid/widget/ListPopupWindow;)V
            putfield android.widget.ListPopupWindow.mObserver:Landroid/database/DataSetObserver;
         2: .line 247
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield android.widget.ListPopupWindow.mAdapter:Landroid/widget/ListAdapter;
            ifnull 5
         4: .line 248
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mAdapter:Landroid/widget/ListAdapter;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mObserver:Landroid/database/DataSetObserver;
            invokeinterface android.widget.ListAdapter.unregisterDataSetObserver:(Landroid/database/DataSetObserver;)V
         5: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* adapter */
            putfield android.widget.ListPopupWindow.mAdapter:Landroid/widget/ListAdapter;
         6: .line 251
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mAdapter:Landroid/widget/ListAdapter;
            ifnull 8
         7: .line 252
            aload 1 /* adapter */
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mObserver:Landroid/database/DataSetObserver;
            invokeinterface android.widget.ListAdapter.registerDataSetObserver:(Landroid/database/DataSetObserver;)V
         8: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            ifnull 10
         9: .line 256
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mAdapter:Landroid/widget/ListAdapter;
            invokevirtual android.widget.DropDownListView.setAdapter:(Landroid/widget/ListAdapter;)V
        10: .line 258
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.widget.ListAdapter adapter
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Landroid/widget/ListPopupWindow;
            0   11     1  adapter  Landroid/widget/ListAdapter;
    MethodParameters:
         Name  Flags
      adapter  

  public void setPromptPosition(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int position
         0: .line 270
            aload 0 /* this */
            iload 1 /* position */
            putfield android.widget.ListPopupWindow.mPromptPosition:I
         1: .line 271
            return
        end local 1 // int position
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/widget/ListPopupWindow;
            0    2     1  position  I
    MethodParameters:
          Name  Flags
      position  

  public int getPromptPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 280
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPromptPosition:I
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public void setModal(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // boolean modal
         0: .line 293
            aload 0 /* this */
            iload 1 /* modal */
            putfield android.widget.ListPopupWindow.mModal:Z
         1: .line 294
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iload 1 /* modal */
            invokevirtual android.widget.PopupWindow.setFocusable:(Z)V
         2: .line 295
            return
        end local 1 // boolean modal
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/widget/ListPopupWindow;
            0    3     1  modal  Z
    MethodParameters:
       Name  Flags
      modal  

  public boolean isModal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 303
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mModal:Z
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public void setForceIgnoreOutsideTouch(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // boolean forceIgnoreOutsideTouch
         0: .line 314
            aload 0 /* this */
            iload 1 /* forceIgnoreOutsideTouch */
            putfield android.widget.ListPopupWindow.mForceIgnoreOutsideTouch:Z
         1: .line 315
            return
        end local 1 // boolean forceIgnoreOutsideTouch
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Landroid/widget/ListPopupWindow;
            0    2     1  forceIgnoreOutsideTouch  Z
    MethodParameters:
                         Name  Flags
      forceIgnoreOutsideTouch  

  public void setDropDownAlwaysVisible(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // boolean dropDownAlwaysVisible
         0: .line 329
            aload 0 /* this */
            iload 1 /* dropDownAlwaysVisible */
            putfield android.widget.ListPopupWindow.mDropDownAlwaysVisible:Z
         1: .line 330
            return
        end local 1 // boolean dropDownAlwaysVisible
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Landroid/widget/ListPopupWindow;
            0    2     1  dropDownAlwaysVisible  Z
    MethodParameters:
                       Name  Flags
      dropDownAlwaysVisible  

  public boolean isDropDownAlwaysVisible();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 338
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownAlwaysVisible:Z
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public void setSoftInputMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int mode
         0: .line 352
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iload 1 /* mode */
            invokevirtual android.widget.PopupWindow.setSoftInputMode:(I)V
         1: .line 353
            return
        end local 1 // int mode
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/ListPopupWindow;
            0    2     1  mode  I
    MethodParameters:
      Name  Flags
      mode  

  public int getSoftInputMode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 362
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.getSoftInputMode:()I
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public void setListSelector(android.graphics.drawable.Drawable);
    descriptor: (Landroid/graphics/drawable/Drawable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.graphics.drawable.Drawable selector
         0: .line 371
            aload 0 /* this */
            aload 1 /* selector */
            putfield android.widget.ListPopupWindow.mDropDownListHighlight:Landroid/graphics/drawable/Drawable;
         1: .line 372
            return
        end local 1 // android.graphics.drawable.Drawable selector
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/widget/ListPopupWindow;
            0    2     1  selector  Landroid/graphics/drawable/Drawable;
    MethodParameters:
          Name  Flags
      selector  

  public android.graphics.drawable.Drawable getBackground();
    descriptor: ()Landroid/graphics/drawable/Drawable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 378
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.getBackground:()Landroid/graphics/drawable/Drawable;
            areturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public void setBackgroundDrawable(android.graphics.drawable.Drawable);
    descriptor: (Landroid/graphics/drawable/Drawable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.graphics.drawable.Drawable d
         0: .line 387
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 1 /* d */
            invokevirtual android.widget.PopupWindow.setBackgroundDrawable:(Landroid/graphics/drawable/Drawable;)V
         1: .line 388
            return
        end local 1 // android.graphics.drawable.Drawable d
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/ListPopupWindow;
            0    2     1     d  Landroid/graphics/drawable/Drawable;
    MethodParameters:
      Name  Flags
      d     

  public void setAnimationStyle(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int animationStyle
         0: .line 396
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iload 1 /* animationStyle */
            invokevirtual android.widget.PopupWindow.setAnimationStyle:(I)V
         1: .line 397
            return
        end local 1 // int animationStyle
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Landroid/widget/ListPopupWindow;
            0    2     1  animationStyle  I
    MethodParameters:
                Name  Flags
      animationStyle  

  public int getAnimationStyle();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 406
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.getAnimationStyle:()I
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public android.view.View getAnchorView();
    descriptor: ()Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 415
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownAnchorView:Landroid/view/View;
            areturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public void setAnchorView(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.view.View anchor
         0: .line 425
            aload 0 /* this */
            aload 1 /* anchor */
            putfield android.widget.ListPopupWindow.mDropDownAnchorView:Landroid/view/View;
         1: .line 426
            return
        end local 1 // android.view.View anchor
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/widget/ListPopupWindow;
            0    2     1  anchor  Landroid/view/View;
    MethodParameters:
        Name  Flags
      anchor  

  public int getHorizontalOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 432
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownHorizontalOffset:I
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public void setHorizontalOffset(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int offset
         0: .line 441
            aload 0 /* this */
            iload 1 /* offset */
            putfield android.widget.ListPopupWindow.mDropDownHorizontalOffset:I
         1: .line 442
            return
        end local 1 // int offset
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/widget/ListPopupWindow;
            0    2     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public int getVerticalOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 448
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownVerticalOffsetSet:Z
            ifne 2
         1: .line 449
            iconst_0
            ireturn
         2: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownVerticalOffset:I
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/ListPopupWindow;

  public void setVerticalOffset(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int offset
         0: .line 460
            aload 0 /* this */
            iload 1 /* offset */
            putfield android.widget.ListPopupWindow.mDropDownVerticalOffset:I
         1: .line 461
            aload 0 /* this */
            iconst_1
            putfield android.widget.ListPopupWindow.mDropDownVerticalOffsetSet:Z
         2: .line 462
            return
        end local 1 // int offset
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/widget/ListPopupWindow;
            0    3     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public void setEpicenterBounds(android.graphics.Rect);
    descriptor: (Landroid/graphics/Rect;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.graphics.Rect bounds
         0: .line 472
            aload 0 /* this */
            aload 1 /* bounds */
            putfield android.widget.ListPopupWindow.mEpicenterBounds:Landroid/graphics/Rect;
         1: .line 473
            return
        end local 1 // android.graphics.Rect bounds
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/widget/ListPopupWindow;
            0    2     1  bounds  Landroid/graphics/Rect;
    MethodParameters:
        Name  Flags
      bounds  

  public void setDropDownGravity(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int gravity
         0: .line 482
            aload 0 /* this */
            iload 1 /* gravity */
            putfield android.widget.ListPopupWindow.mDropDownGravity:I
         1: .line 483
            return
        end local 1 // int gravity
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/widget/ListPopupWindow;
            0    2     1  gravity  I
    MethodParameters:
         Name  Flags
      gravity  

  public int getWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 489
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public void setWidth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int width
         0: .line 499
            aload 0 /* this */
            iload 1 /* width */
            putfield android.widget.ListPopupWindow.mDropDownWidth:I
         1: .line 500
            return
        end local 1 // int width
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/widget/ListPopupWindow;
            0    2     1  width  I
    MethodParameters:
       Name  Flags
      width  

  public void setContentWidth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int width
         0: .line 509
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.getBackground:()Landroid/graphics/drawable/Drawable;
            astore 2 /* popupBackground */
        start local 2 // android.graphics.drawable.Drawable popupBackground
         1: .line 510
            aload 2 /* popupBackground */
            ifnull 5
         2: .line 511
            aload 2 /* popupBackground */
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            invokevirtual android.graphics.drawable.Drawable.getPadding:(Landroid/graphics/Rect;)Z
            pop
         3: .line 512
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.left:I
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.right:I
            iadd
            iload 1 /* width */
            iadd
            putfield android.widget.ListPopupWindow.mDropDownWidth:I
         4: .line 513
            goto 6
         5: .line 514
      StackMap locals: android.graphics.drawable.Drawable
      StackMap stack:
            aload 0 /* this */
            iload 1 /* width */
            invokevirtual android.widget.ListPopupWindow.setWidth:(I)V
         6: .line 516
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.graphics.drawable.Drawable popupBackground
        end local 1 // int width
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Landroid/widget/ListPopupWindow;
            0    7     1            width  I
            1    7     2  popupBackground  Landroid/graphics/drawable/Drawable;
    MethodParameters:
       Name  Flags
      width  

  public int getHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 522
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownHeight:I
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public void setHeight(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int height
         0: .line 534
            iload 1 /* height */
            ifge 11
            bipush -2
            iload 1 /* height */
            if_icmpeq 11
         1: .line 535
            iconst_m1
            iload 1 /* height */
            if_icmpeq 11
         2: .line 536
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mContext:Landroid/content/Context;
            invokevirtual android.content.Context.getApplicationInfo:()Landroid/content/pm/ApplicationInfo;
            getfield android.content.pm.ApplicationInfo.targetSdkVersion:I
         3: .line 537
            bipush 26
            if_icmpge 8
         4: .line 538
            ldc "ListPopupWindow"
            new java.lang.StringBuilder
            dup
            ldc "Negative value "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* height */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " passed to ListPopupWindow#setHeight"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 539
            ldc " produces undefined results"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 538
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;)I
            pop
         7: .line 540
            goto 11
         8: .line 541
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
         9: .line 542
            ldc "Invalid height. Must be a positive value, MATCH_PARENT, or WRAP_CONTENT."
        10: .line 541
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 545
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* height */
            putfield android.widget.ListPopupWindow.mDropDownHeight:I
        12: .line 546
            return
        end local 1 // int height
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Landroid/widget/ListPopupWindow;
            0   13     1  height  I
    MethodParameters:
        Name  Flags
      height  

  public void setWindowLayoutType(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int layoutType
         0: .line 558
            aload 0 /* this */
            iload 1 /* layoutType */
            putfield android.widget.ListPopupWindow.mDropDownWindowLayoutType:I
         1: .line 559
            return
        end local 1 // int layoutType
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/widget/ListPopupWindow;
            0    2     1  layoutType  I
    MethodParameters:
            Name  Flags
      layoutType  

  public void setOnItemClickListener(android.widget.AdapterView$OnItemClickListener);
    descriptor: (Landroid/widget/AdapterView$OnItemClickListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.widget.AdapterView$OnItemClickListener clickListener
         0: .line 569
            aload 0 /* this */
            aload 1 /* clickListener */
            putfield android.widget.ListPopupWindow.mItemClickListener:Landroid/widget/AdapterView$OnItemClickListener;
         1: .line 570
            return
        end local 1 // android.widget.AdapterView$OnItemClickListener clickListener
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Landroid/widget/ListPopupWindow;
            0    2     1  clickListener  Landroid/widget/AdapterView$OnItemClickListener;
    MethodParameters:
               Name  Flags
      clickListener  

  public void setOnItemSelectedListener(android.widget.AdapterView$OnItemSelectedListener);
    descriptor: (Landroid/widget/AdapterView$OnItemSelectedListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.widget.AdapterView$OnItemSelectedListener selectedListener
         0: .line 580
            aload 0 /* this */
            aload 1 /* selectedListener */
            putfield android.widget.ListPopupWindow.mItemSelectedListener:Landroid/widget/AdapterView$OnItemSelectedListener;
         1: .line 581
            return
        end local 1 // android.widget.AdapterView$OnItemSelectedListener selectedListener
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Landroid/widget/ListPopupWindow;
            0    2     1  selectedListener  Landroid/widget/AdapterView$OnItemSelectedListener;
    MethodParameters:
                  Name  Flags
      selectedListener  

  public void setPromptView(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.view.View prompt
         0: .line 590
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.isShowing:()Z
            istore 2 /* showing */
        start local 2 // boolean showing
         1: .line 591
            iload 2 /* showing */
            ifeq 3
         2: .line 592
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.removePromptView:()V
         3: .line 594
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* prompt */
            putfield android.widget.ListPopupWindow.mPromptView:Landroid/view/View;
         4: .line 595
            iload 2 /* showing */
            ifeq 6
         5: .line 596
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.show:()V
         6: .line 598
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean showing
        end local 1 // android.view.View prompt
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Landroid/widget/ListPopupWindow;
            0    7     1   prompt  Landroid/view/View;
            1    7     2  showing  Z
    MethodParameters:
        Name  Flags
      prompt  

  public void postShow();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 604
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mHandler:Landroid/os/Handler;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mShowDropDownRunnable:Ljava/lang/Runnable;
            invokevirtual android.os.Handler.post:(Ljava/lang/Runnable;)Z
            pop
         1: .line 605
            return
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/ListPopupWindow;

  public void show();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 613
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.buildDropDown:()I
            istore 1 /* height */
        start local 1 // int height
         1: .line 615
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.isInputMethodNotNeeded:()Z
            istore 2 /* noInputMethod */
        start local 2 // boolean noInputMethod
         2: .line 616
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iload 2 /* noInputMethod */
            ifeq 3
            iconst_0
            goto 4
      StackMap locals: android.widget.ListPopupWindow int int
      StackMap stack: android.widget.PopupWindow
         3: iconst_1
      StackMap locals: android.widget.ListPopupWindow int int
      StackMap stack: android.widget.PopupWindow int
         4: invokevirtual android.widget.PopupWindow.setAllowScrollingAnchorParent:(Z)V
         5: .line 617
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWindowLayoutType:I
            invokevirtual android.widget.PopupWindow.setWindowLayoutType:(I)V
         6: .line 619
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.isShowing:()Z
            ifeq 48
         7: .line 620
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.getAnchorView:()Landroid/view/View;
            invokevirtual android.view.View.isAttachedToWindow:()Z
            ifne 9
         8: .line 622
            return
         9: .line 625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            iconst_m1
            if_icmpne 12
        10: .line 628
            iconst_m1
            istore 3 /* widthSpec */
        start local 3 // int widthSpec
        11: .line 629
            goto 16
        end local 3 // int widthSpec
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            bipush -2
            if_icmpne 15
        13: .line 630
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.getAnchorView:()Landroid/view/View;
            invokevirtual android.view.View.getWidth:()I
            istore 3 /* widthSpec */
        start local 3 // int widthSpec
        14: .line 631
            goto 16
        end local 3 // int widthSpec
        15: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            istore 3 /* widthSpec */
        start local 3 // int widthSpec
        16: .line 636
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownHeight:I
            iconst_m1
            if_icmpne 33
        17: .line 639
            iload 2 /* noInputMethod */
            ifeq 18
            iload 1 /* height */
            goto 19
      StackMap locals:
      StackMap stack:
        18: iconst_m1
      StackMap locals:
      StackMap stack: int
        19: istore 4 /* heightSpec */
        start local 4 // int heightSpec
        20: .line 640
            iload 2 /* noInputMethod */
            ifeq 27
        21: .line 641
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            iconst_m1
            if_icmpne 23
        22: .line 642
            iconst_m1
            goto 24
      StackMap locals: android.widget.ListPopupWindow int int int int
      StackMap stack: android.widget.PopupWindow
        23: iconst_0
        24: .line 641
      StackMap locals: android.widget.ListPopupWindow int int int int
      StackMap stack: android.widget.PopupWindow int
            invokevirtual android.widget.PopupWindow.setWidth:(I)V
        25: .line 643
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iconst_0
            invokevirtual android.widget.PopupWindow.setHeight:(I)V
        26: .line 644
            goto 37
        27: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            iconst_m1
            if_icmpne 29
        28: .line 646
            iconst_m1
            goto 30
      StackMap locals:
      StackMap stack: android.widget.PopupWindow
        29: iconst_0
        30: .line 645
      StackMap locals: android.widget.ListPopupWindow int int int int
      StackMap stack: android.widget.PopupWindow int
            invokevirtual android.widget.PopupWindow.setWidth:(I)V
        31: .line 647
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iconst_m1
            invokevirtual android.widget.PopupWindow.setHeight:(I)V
        32: .line 649
            goto 37
        end local 4 // int heightSpec
      StackMap locals:
      StackMap stack:
        33: aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownHeight:I
            bipush -2
            if_icmpne 36
        34: .line 650
            iload 1 /* height */
            istore 4 /* heightSpec */
        start local 4 // int heightSpec
        35: .line 651
            goto 37
        end local 4 // int heightSpec
        36: .line 652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownHeight:I
            istore 4 /* heightSpec */
        start local 4 // int heightSpec
        37: .line 655
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mForceIgnoreOutsideTouch:Z
            ifne 38
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownAlwaysVisible:Z
            ifne 38
            iconst_1
            goto 39
      StackMap locals:
      StackMap stack: android.widget.PopupWindow
        38: iconst_0
      StackMap locals: android.widget.ListPopupWindow int int int int
      StackMap stack: android.widget.PopupWindow int
        39: invokevirtual android.widget.PopupWindow.setOutsideTouchable:(Z)V
        40: .line 657
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.getAnchorView:()Landroid/view/View;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownHorizontalOffset:I
        41: .line 658
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownVerticalOffset:I
            iload 3 /* widthSpec */
            ifge 42
            iconst_m1
            goto 43
      StackMap locals: android.widget.ListPopupWindow int int int int
      StackMap stack: android.widget.PopupWindow android.view.View int int
        42: iload 3 /* widthSpec */
        43: .line 659
      StackMap locals: android.widget.ListPopupWindow int int int int
      StackMap stack: android.widget.PopupWindow android.view.View int int int
            iload 4 /* heightSpec */
            ifge 44
            iconst_m1
            goto 45
      StackMap locals: android.widget.ListPopupWindow int int int int
      StackMap stack: android.widget.PopupWindow android.view.View int int int
        44: iload 4 /* heightSpec */
        45: .line 657
      StackMap locals: android.widget.ListPopupWindow int int int int
      StackMap stack: android.widget.PopupWindow android.view.View int int int int
            invokevirtual android.widget.PopupWindow.update:(Landroid/view/View;IIII)V
        46: .line 660
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.getContentView:()Landroid/view/View;
            invokevirtual android.view.View.restoreDefaultFocus:()Z
            pop
        end local 4 // int heightSpec
        end local 3 // int widthSpec
        47: .line 661
            goto 81
        48: .line 663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            iconst_m1
            if_icmpne 51
        49: .line 664
            iconst_m1
            istore 3 /* widthSpec */
        start local 3 // int widthSpec
        50: .line 665
            goto 55
        end local 3 // int widthSpec
        51: .line 666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            bipush -2
            if_icmpne 54
        52: .line 667
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.getAnchorView:()Landroid/view/View;
            invokevirtual android.view.View.getWidth:()I
            istore 3 /* widthSpec */
        start local 3 // int widthSpec
        53: .line 668
            goto 55
        end local 3 // int widthSpec
        54: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            istore 3 /* widthSpec */
        start local 3 // int widthSpec
        55: .line 674
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownHeight:I
            iconst_m1
            if_icmpne 58
        56: .line 675
            iconst_m1
            istore 4 /* heightSpec */
        start local 4 // int heightSpec
        57: .line 676
            goto 62
        end local 4 // int heightSpec
        58: .line 677
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownHeight:I
            bipush -2
            if_icmpne 61
        59: .line 678
            iload 1 /* height */
            istore 4 /* heightSpec */
        start local 4 // int heightSpec
        60: .line 679
            goto 62
        end local 4 // int heightSpec
        61: .line 680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownHeight:I
            istore 4 /* heightSpec */
        start local 4 // int heightSpec
        62: .line 684
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iload 3 /* widthSpec */
            invokevirtual android.widget.PopupWindow.setWidth:(I)V
        63: .line 685
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iload 4 /* heightSpec */
            invokevirtual android.widget.PopupWindow.setHeight:(I)V
        64: .line 686
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iconst_1
            invokevirtual android.widget.PopupWindow.setClipToScreenEnabled:(Z)V
        65: .line 690
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mForceIgnoreOutsideTouch:Z
            ifne 66
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownAlwaysVisible:Z
            ifne 66
            iconst_1
            goto 67
      StackMap locals:
      StackMap stack: android.widget.PopupWindow
        66: iconst_0
      StackMap locals: android.widget.ListPopupWindow int int int int
      StackMap stack: android.widget.PopupWindow int
        67: invokevirtual android.widget.PopupWindow.setOutsideTouchable:(Z)V
        68: .line 691
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTouchInterceptor:Landroid/widget/ListPopupWindow$PopupTouchInterceptor;
            invokevirtual android.widget.PopupWindow.setTouchInterceptor:(Landroid/view/View$OnTouchListener;)V
        69: .line 692
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mEpicenterBounds:Landroid/graphics/Rect;
            invokevirtual android.widget.PopupWindow.setEpicenterBounds:(Landroid/graphics/Rect;)V
        70: .line 693
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mOverlapAnchorSet:Z
            ifeq 72
        71: .line 694
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mOverlapAnchor:Z
            invokevirtual android.widget.PopupWindow.setOverlapAnchor:(Z)V
        72: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.getAnchorView:()Landroid/view/View;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownHorizontalOffset:I
        73: .line 697
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownVerticalOffset:I
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownGravity:I
        74: .line 696
            invokevirtual android.widget.PopupWindow.showAsDropDown:(Landroid/view/View;III)V
        75: .line 698
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            iconst_m1
            invokevirtual android.widget.DropDownListView.setSelection:(I)V
        76: .line 699
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.getContentView:()Landroid/view/View;
            invokevirtual android.view.View.restoreDefaultFocus:()Z
            pop
        77: .line 701
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mModal:Z
            ifeq 78
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.isInTouchMode:()Z
            ifeq 79
        78: .line 702
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.clearListSelection:()V
        79: .line 704
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mModal:Z
            ifne 81
        80: .line 705
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mHandler:Landroid/os/Handler;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mHideSelector:Landroid/widget/ListPopupWindow$ListSelectorHider;
            invokevirtual android.os.Handler.post:(Ljava/lang/Runnable;)Z
            pop
        end local 4 // int heightSpec
        end local 3 // int widthSpec
        81: .line 708
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean noInputMethod
        end local 1 // int height
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   82     0           this  Landroid/widget/ListPopupWindow;
            1   82     1         height  I
            2   82     2  noInputMethod  Z
           11   12     3      widthSpec  I
           14   15     3      widthSpec  I
           16   47     3      widthSpec  I
           20   33     4     heightSpec  I
           35   36     4     heightSpec  I
           37   47     4     heightSpec  I
           50   51     3      widthSpec  I
           53   54     3      widthSpec  I
           55   81     3      widthSpec  I
           57   58     4     heightSpec  I
           60   61     4     heightSpec  I
           62   81     4     heightSpec  I

  public void dismiss();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 715
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.dismiss:()V
         1: .line 716
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.removePromptView:()V
         2: .line 717
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aconst_null
            invokevirtual android.widget.PopupWindow.setContentView:(Landroid/view/View;)V
         3: .line 718
            aload 0 /* this */
            aconst_null
            putfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
         4: .line 719
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mHandler:Landroid/os/Handler;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mResizePopupRunnable:Landroid/widget/ListPopupWindow$ResizePopupRunnable;
            invokevirtual android.os.Handler.removeCallbacks:(Ljava/lang/Runnable;)V
         5: .line 720
            return
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/widget/ListPopupWindow;

  public void setOnDismissListener(android.widget.PopupWindow$OnDismissListener);
    descriptor: (Landroid/widget/PopupWindow$OnDismissListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.widget.PopupWindow$OnDismissListener listener
         0: .line 728
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 1 /* listener */
            invokevirtual android.widget.PopupWindow.setOnDismissListener:(Landroid/widget/PopupWindow$OnDismissListener;)V
         1: .line 729
            return
        end local 1 // android.widget.PopupWindow$OnDismissListener listener
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/widget/ListPopupWindow;
            0    2     1  listener  Landroid/widget/PopupWindow$OnDismissListener;
    MethodParameters:
          Name  Flags
      listener  

  private void removePromptView();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 732
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPromptView:Landroid/view/View;
            ifnull 5
         1: .line 733
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPromptView:Landroid/view/View;
            invokevirtual android.view.View.getParent:()Landroid/view/ViewParent;
            astore 1 /* parent */
        start local 1 // android.view.ViewParent parent
         2: .line 734
            aload 1 /* parent */
            instanceof android.view.ViewGroup
            ifeq 5
         3: .line 735
            aload 1 /* parent */
            checkcast android.view.ViewGroup
            astore 2 /* group */
        start local 2 // android.view.ViewGroup group
         4: .line 736
            aload 2 /* group */
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPromptView:Landroid/view/View;
            invokevirtual android.view.ViewGroup.removeView:(Landroid/view/View;)V
        end local 2 // android.view.ViewGroup group
        end local 1 // android.view.ViewParent parent
         5: .line 739
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/widget/ListPopupWindow;
            2    5     1  parent  Landroid/view/ViewParent;
            4    5     2   group  Landroid/view/ViewGroup;

  public void setInputMethodMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int mode
         0: .line 754
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iload 1 /* mode */
            invokevirtual android.widget.PopupWindow.setInputMethodMode:(I)V
         1: .line 755
            return
        end local 1 // int mode
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/ListPopupWindow;
            0    2     1  mode  I
    MethodParameters:
      Name  Flags
      mode  

  public int getInputMethodMode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 763
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.getInputMethodMode:()I
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public void setSelection(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int position
         0: .line 773
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            astore 2 /* list */
        start local 2 // android.widget.DropDownListView list
         1: .line 774
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.isShowing:()Z
            ifeq 6
            aload 2 /* list */
            ifnull 6
         2: .line 775
            aload 2 /* list */
            iconst_0
            invokevirtual android.widget.DropDownListView.setListSelectionHidden:(Z)V
         3: .line 776
            aload 2 /* list */
            iload 1 /* position */
            invokevirtual android.widget.DropDownListView.setSelection:(I)V
         4: .line 777
            aload 2 /* list */
            invokevirtual android.widget.DropDownListView.getChoiceMode:()I
            ifeq 6
         5: .line 778
            aload 2 /* list */
            iload 1 /* position */
            iconst_1
            invokevirtual android.widget.DropDownListView.setItemChecked:(IZ)V
         6: .line 781
      StackMap locals: android.widget.DropDownListView
      StackMap stack:
            return
        end local 2 // android.widget.DropDownListView list
        end local 1 // int position
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Landroid/widget/ListPopupWindow;
            0    7     1  position  I
            1    7     2      list  Landroid/widget/DropDownListView;
    MethodParameters:
          Name  Flags
      position  

  public void clearListSelection();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 788
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            astore 1 /* list */
        start local 1 // android.widget.DropDownListView list
         1: .line 789
            aload 1 /* list */
            ifnull 5
         2: .line 791
            aload 1 /* list */
            iconst_1
            invokevirtual android.widget.DropDownListView.setListSelectionHidden:(Z)V
         3: .line 792
            aload 1 /* list */
            invokevirtual android.widget.DropDownListView.hideSelector:()V
         4: .line 793
            aload 1 /* list */
            invokevirtual android.widget.DropDownListView.requestLayout:()V
         5: .line 795
      StackMap locals: android.widget.DropDownListView
      StackMap stack:
            return
        end local 1 // android.widget.DropDownListView list
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/widget/ListPopupWindow;
            1    6     1  list  Landroid/widget/DropDownListView;

  public boolean isShowing();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 802
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.isShowing:()Z
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  public boolean isInputMethodNotNeeded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 810
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.getInputMethodMode:()I
            iconst_2
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/ListPopupWindow;

  public boolean performItemClick(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int position
         0: .line 821
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.isShowing:()Z
            ifeq 7
         1: .line 822
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mItemClickListener:Landroid/widget/AdapterView$OnItemClickListener;
            ifnull 6
         2: .line 823
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            astore 2 /* list */
        start local 2 // android.widget.DropDownListView list
         3: .line 824
            aload 2 /* list */
            iload 1 /* position */
            aload 2 /* list */
            invokevirtual android.widget.DropDownListView.getFirstVisiblePosition:()I
            isub
            invokevirtual android.widget.DropDownListView.getChildAt:(I)Landroid/view/View;
            astore 3 /* child */
        start local 3 // android.view.View child
         4: .line 825
            aload 2 /* list */
            invokevirtual android.widget.DropDownListView.getAdapter:()Landroid/widget/ListAdapter;
            astore 4 /* adapter */
        start local 4 // android.widget.ListAdapter adapter
         5: .line 826
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mItemClickListener:Landroid/widget/AdapterView$OnItemClickListener;
            aload 2 /* list */
            aload 3 /* child */
            iload 1 /* position */
            aload 4 /* adapter */
            iload 1 /* position */
            invokeinterface android.widget.ListAdapter.getItemId:(I)J
            invokeinterface android.widget.AdapterView$OnItemClickListener.onItemClick:(Landroid/widget/AdapterView;Landroid/view/View;IJ)V
        end local 4 // android.widget.ListAdapter adapter
        end local 3 // android.view.View child
        end local 2 // android.widget.DropDownListView list
         6: .line 828
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         7: .line 830
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int position
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Landroid/widget/ListPopupWindow;
            0    8     1  position  I
            3    6     2      list  Landroid/widget/DropDownListView;
            4    6     3     child  Landroid/view/View;
            5    6     4   adapter  Landroid/widget/ListAdapter;
    MethodParameters:
          Name  Flags
      position  

  public java.lang.Object getSelectedItem();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 837
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.isShowing:()Z
            ifne 2
         1: .line 838
            aconst_null
            areturn
         2: .line 840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getSelectedItem:()Ljava/lang/Object;
            areturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/ListPopupWindow;

  public int getSelectedItemPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 850
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.isShowing:()Z
            ifne 2
         1: .line 851
            iconst_m1
            ireturn
         2: .line 853
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getSelectedItemPosition:()I
            ireturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/ListPopupWindow;

  public long getSelectedItemId();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 863
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.isShowing:()Z
            ifne 2
         1: .line 864
            ldc -9223372036854775808
            lreturn
         2: .line 866
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getSelectedItemId:()J
            lreturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/ListPopupWindow;

  public android.view.View getSelectedView();
    descriptor: ()Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 876
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.isShowing:()Z
            ifne 2
         1: .line 877
            aconst_null
            areturn
         2: .line 879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getSelectedView:()Landroid/view/View;
            areturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/ListPopupWindow;

  public android.widget.ListView getListView();
    descriptor: ()Landroid/widget/ListView;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 888
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            areturn
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;

  android.widget.DropDownListView createDropDownListView(android.content.Context, boolean);
    descriptor: (Landroid/content/Context;Z)Landroid/widget/DropDownListView;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.content.Context context
        start local 2 // boolean hijackFocus
         0: .line 892
            new android.widget.DropDownListView
            dup
            aload 1 /* context */
            iload 2 /* hijackFocus */
            invokespecial android.widget.DropDownListView.<init>:(Landroid/content/Context;Z)V
            areturn
        end local 2 // boolean hijackFocus
        end local 1 // android.content.Context context
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/widget/ListPopupWindow;
            0    1     1      context  Landroid/content/Context;
            0    1     2  hijackFocus  Z
    MethodParameters:
             Name  Flags
      context      
      hijackFocus  

  void setListItemExpandMax(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int max
         0: .line 902
            aload 0 /* this */
            iload 1 /* max */
            putfield android.widget.ListPopupWindow.mListItemExpandMaximum:I
         1: .line 903
            return
        end local 1 // int max
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/ListPopupWindow;
            0    2     1   max  I
    MethodParameters:
      Name  Flags
      max   

  public boolean onKeyDown(int, android.view.KeyEvent);
    descriptor: (ILandroid/view/KeyEvent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int keyCode
        start local 2 // android.view.KeyEvent event
         0: .line 918
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.isShowing:()Z
            ifeq 40
         1: .line 924
            iload 1 /* keyCode */
            bipush 62
            if_icmpeq 40
         2: .line 925
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getSelectedItemPosition:()I
            ifge 4
         3: .line 926
            iload 1 /* keyCode */
            invokestatic android.view.KeyEvent.isConfirmKey:(I)Z
            ifne 40
         4: .line 927
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getSelectedItemPosition:()I
            istore 3 /* curIndex */
        start local 3 // int curIndex
         5: .line 930
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.isAboveAnchor:()Z
            ifeq 6
            iconst_0
            goto 7
      StackMap locals: int
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* below */
        start local 5 // boolean below
         8: .line 932
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mAdapter:Landroid/widget/ListAdapter;
            astore 6 /* adapter */
        start local 6 // android.widget.ListAdapter adapter
         9: .line 935
            ldc 2147483647
            istore 8 /* firstItem */
        start local 8 // int firstItem
        10: .line 936
            ldc -2147483648
            istore 9 /* lastItem */
        start local 9 // int lastItem
        11: .line 938
            aload 6 /* adapter */
            ifnull 19
        12: .line 939
            aload 6 /* adapter */
            invokeinterface android.widget.ListAdapter.areAllItemsEnabled:()Z
            istore 7 /* allEnabled */
        start local 7 // boolean allEnabled
        13: .line 940
            iload 7 /* allEnabled */
            ifeq 14
            iconst_0
            goto 15
        14: .line 941
      StackMap locals: android.widget.ListPopupWindow int android.view.KeyEvent int top int android.widget.ListAdapter int int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            iconst_0
            iconst_1
            invokevirtual android.widget.DropDownListView.lookForSelectablePosition:(IZ)I
        15: .line 940
      StackMap locals:
      StackMap stack: int
            istore 8 /* firstItem */
        16: .line 942
            iload 7 /* allEnabled */
            ifeq 17
            aload 6 /* adapter */
            invokeinterface android.widget.ListAdapter.getCount:()I
            iconst_1
            isub
            goto 18
        17: .line 943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            aload 6 /* adapter */
            invokeinterface android.widget.ListAdapter.getCount:()I
            iconst_1
            isub
            iconst_0
            invokevirtual android.widget.DropDownListView.lookForSelectablePosition:(IZ)I
        18: .line 942
      StackMap locals:
      StackMap stack: int
            istore 9 /* lastItem */
        end local 7 // boolean allEnabled
        19: .line 946
      StackMap locals: android.widget.ListPopupWindow int android.view.KeyEvent int top int android.widget.ListAdapter top int int
      StackMap stack:
            iload 5 /* below */
            ifeq 20
            iload 1 /* keyCode */
            bipush 19
            if_icmpne 20
            iload 3 /* curIndex */
            iload 8 /* firstItem */
            if_icmple 21
        20: .line 947
      StackMap locals:
      StackMap stack:
            iload 5 /* below */
            ifne 25
            iload 1 /* keyCode */
            bipush 20
            if_icmpne 25
            iload 3 /* curIndex */
            iload 9 /* lastItem */
            if_icmplt 25
        21: .line 950
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.clearListSelection:()V
        22: .line 951
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iconst_1
            invokevirtual android.widget.PopupWindow.setInputMethodMode:(I)V
        23: .line 952
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.show:()V
        24: .line 953
            iconst_1
            ireturn
        25: .line 957
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            iconst_0
            invokevirtual android.widget.DropDownListView.setListSelectionHidden:(Z)V
        26: .line 960
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            iload 1 /* keyCode */
            aload 2 /* event */
            invokevirtual android.widget.DropDownListView.onKeyDown:(ILandroid/view/KeyEvent;)Z
            istore 4 /* consumed */
        start local 4 // boolean consumed
        27: .line 963
            iload 4 /* consumed */
            ifeq 34
        28: .line 966
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            iconst_2
            invokevirtual android.widget.PopupWindow.setInputMethodMode:(I)V
        29: .line 971
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.requestFocusFromTouch:()Z
            pop
        30: .line 972
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.show:()V
        31: .line 974
            iload 1 /* keyCode */
            lookupswitch { // 4
                   19: 32
                   20: 32
                   23: 32
                   66: 32
              default: 33
          }
        32: .line 981
      StackMap locals: android.widget.ListPopupWindow int android.view.KeyEvent int int int android.widget.ListAdapter top int int
      StackMap stack:
            iconst_1
            ireturn
        33: .line 983
      StackMap locals:
      StackMap stack:
            goto 40
        34: .line 984
      StackMap locals:
      StackMap stack:
            iload 5 /* below */
            ifeq 37
            iload 1 /* keyCode */
            bipush 20
            if_icmpne 37
        35: .line 987
            iload 3 /* curIndex */
            iload 9 /* lastItem */
            if_icmpne 40
        36: .line 988
            iconst_1
            ireturn
        37: .line 990
      StackMap locals:
      StackMap stack:
            iload 5 /* below */
            ifne 40
            iload 1 /* keyCode */
            bipush 19
            if_icmpne 40
        38: .line 991
            iload 3 /* curIndex */
            iload 8 /* firstItem */
            if_icmpne 40
        39: .line 992
            iconst_1
            ireturn
        end local 9 // int lastItem
        end local 8 // int firstItem
        end local 6 // android.widget.ListAdapter adapter
        end local 5 // boolean below
        end local 4 // boolean consumed
        end local 3 // int curIndex
        40: .line 998
      StackMap locals: android.widget.ListPopupWindow int android.view.KeyEvent
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // android.view.KeyEvent event
        end local 1 // int keyCode
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   41     0        this  Landroid/widget/ListPopupWindow;
            0   41     1     keyCode  I
            0   41     2       event  Landroid/view/KeyEvent;
            5   40     3    curIndex  I
           27   40     4    consumed  Z
            8   40     5       below  Z
            9   40     6     adapter  Landroid/widget/ListAdapter;
           13   19     7  allEnabled  Z
           10   40     8   firstItem  I
           11   40     9    lastItem  I
    MethodParameters:
         Name  Flags
      keyCode  
      event    

  public boolean onKeyUp(int, android.view.KeyEvent);
    descriptor: (ILandroid/view/KeyEvent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int keyCode
        start local 2 // android.view.KeyEvent event
         0: .line 1013
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.isShowing:()Z
            ifeq 5
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getSelectedItemPosition:()I
            iflt 5
         1: .line 1014
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            iload 1 /* keyCode */
            aload 2 /* event */
            invokevirtual android.widget.DropDownListView.onKeyUp:(ILandroid/view/KeyEvent;)Z
            istore 3 /* consumed */
        start local 3 // boolean consumed
         2: .line 1015
            iload 3 /* consumed */
            ifeq 4
            iload 1 /* keyCode */
            invokestatic android.view.KeyEvent.isConfirmKey:(I)Z
            ifeq 4
         3: .line 1018
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.dismiss:()V
         4: .line 1020
      StackMap locals: int
      StackMap stack:
            iload 3 /* consumed */
            ireturn
        end local 3 // boolean consumed
         5: .line 1022
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // android.view.KeyEvent event
        end local 1 // int keyCode
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Landroid/widget/ListPopupWindow;
            0    6     1   keyCode  I
            0    6     2     event  Landroid/view/KeyEvent;
            2    5     3  consumed  Z
    MethodParameters:
         Name  Flags
      keyCode  
      event    

  public boolean onKeyPreIme(int, android.view.KeyEvent);
    descriptor: (ILandroid/view/KeyEvent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // int keyCode
        start local 2 // android.view.KeyEvent event
         0: .line 1037
            iload 1 /* keyCode */
            iconst_4
            if_icmpne 14
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.isShowing:()Z
            ifeq 14
         1: .line 1040
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownAnchorView:Landroid/view/View;
            astore 3 /* anchorView */
        start local 3 // android.view.View anchorView
         2: .line 1041
            aload 2 /* event */
            invokevirtual android.view.KeyEvent.getAction:()I
            ifne 7
            aload 2 /* event */
            invokevirtual android.view.KeyEvent.getRepeatCount:()I
            ifne 7
         3: .line 1042
            aload 3 /* anchorView */
            invokevirtual android.view.View.getKeyDispatcherState:()Landroid/view/KeyEvent$DispatcherState;
            astore 4 /* state */
        start local 4 // android.view.KeyEvent$DispatcherState state
         4: .line 1043
            aload 4 /* state */
            ifnull 6
         5: .line 1044
            aload 4 /* state */
            aload 2 /* event */
            aload 0 /* this */
            invokevirtual android.view.KeyEvent$DispatcherState.startTracking:(Landroid/view/KeyEvent;Ljava/lang/Object;)V
         6: .line 1046
      StackMap locals: android.view.View android.view.KeyEvent$DispatcherState
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // android.view.KeyEvent$DispatcherState state
         7: .line 1047
      StackMap locals:
      StackMap stack:
            aload 2 /* event */
            invokevirtual android.view.KeyEvent.getAction:()I
            iconst_1
            if_icmpne 14
         8: .line 1048
            aload 3 /* anchorView */
            invokevirtual android.view.View.getKeyDispatcherState:()Landroid/view/KeyEvent$DispatcherState;
            astore 4 /* state */
        start local 4 // android.view.KeyEvent$DispatcherState state
         9: .line 1049
            aload 4 /* state */
            ifnull 11
        10: .line 1050
            aload 4 /* state */
            aload 2 /* event */
            invokevirtual android.view.KeyEvent$DispatcherState.handleUpEvent:(Landroid/view/KeyEvent;)V
        11: .line 1052
      StackMap locals: android.view.KeyEvent$DispatcherState
      StackMap stack:
            aload 2 /* event */
            invokevirtual android.view.KeyEvent.isTracking:()Z
            ifeq 14
            aload 2 /* event */
            invokevirtual android.view.KeyEvent.isCanceled:()Z
            ifne 14
        12: .line 1053
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.dismiss:()V
        13: .line 1054
            iconst_1
            ireturn
        end local 4 // android.view.KeyEvent$DispatcherState state
        end local 3 // android.view.View anchorView
        14: .line 1058
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // android.view.KeyEvent event
        end local 1 // int keyCode
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Landroid/widget/ListPopupWindow;
            0   15     1     keyCode  I
            0   15     2       event  Landroid/view/KeyEvent;
            2   14     3  anchorView  Landroid/view/View;
            4    7     4       state  Landroid/view/KeyEvent$DispatcherState;
            9   14     4       state  Landroid/view/KeyEvent$DispatcherState;
    MethodParameters:
         Name  Flags
      keyCode  
      event    

  public android.view.View$OnTouchListener createDragToOpenListener(android.view.View);
    descriptor: (Landroid/view/View;)Landroid/view/View$OnTouchListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // android.view.View src
         0: .line 1082
            new android.widget.ListPopupWindow$1
            dup
            aload 0 /* this */
            aload 1 /* src */
            invokespecial android.widget.ListPopupWindow$1.<init>:(Landroid/widget/ListPopupWindow;Landroid/view/View;)V
            areturn
        end local 1 // android.view.View src
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/ListPopupWindow;
            0    1     1   src  Landroid/view/View;
    MethodParameters:
      Name  Flags
      src   

  private int buildDropDown();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=1
        start local 0 // android.widget.ListPopupWindow this
         0: .line 1098
            iconst_0
            istore 2 /* otherHeights */
        start local 2 // int otherHeights
         1: .line 1100
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            ifnonnull 48
         2: .line 1101
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mContext:Landroid/content/Context;
            astore 3 /* context */
        start local 3 // android.content.Context context
         3: .line 1109
            aload 0 /* this */
            new android.widget.ListPopupWindow$2
            dup
            aload 0 /* this */
            invokespecial android.widget.ListPopupWindow$2.<init>:(Landroid/widget/ListPopupWindow;)V
            putfield android.widget.ListPopupWindow.mShowDropDownRunnable:Ljava/lang/Runnable;
         4: .line 1119
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* context */
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mModal:Z
            ifeq 5
            iconst_0
            goto 6
      StackMap locals: android.widget.ListPopupWindow top int android.content.Context
      StackMap stack: android.widget.ListPopupWindow android.widget.ListPopupWindow android.content.Context
         5: iconst_1
      StackMap locals: android.widget.ListPopupWindow top int android.content.Context
      StackMap stack: android.widget.ListPopupWindow android.widget.ListPopupWindow android.content.Context int
         6: invokevirtual android.widget.ListPopupWindow.createDropDownListView:(Landroid/content/Context;Z)Landroid/widget/DropDownListView;
            putfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
         7: .line 1120
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownListHighlight:Landroid/graphics/drawable/Drawable;
            ifnull 9
         8: .line 1121
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownListHighlight:Landroid/graphics/drawable/Drawable;
            invokevirtual android.widget.DropDownListView.setSelector:(Landroid/graphics/drawable/Drawable;)V
         9: .line 1123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mAdapter:Landroid/widget/ListAdapter;
            invokevirtual android.widget.DropDownListView.setAdapter:(Landroid/widget/ListAdapter;)V
        10: .line 1124
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mItemClickListener:Landroid/widget/AdapterView$OnItemClickListener;
            invokevirtual android.widget.DropDownListView.setOnItemClickListener:(Landroid/widget/AdapterView$OnItemClickListener;)V
        11: .line 1125
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            iconst_1
            invokevirtual android.widget.DropDownListView.setFocusable:(Z)V
        12: .line 1126
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            iconst_1
            invokevirtual android.widget.DropDownListView.setFocusableInTouchMode:(Z)V
        13: .line 1127
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            new android.widget.ListPopupWindow$3
            dup
            aload 0 /* this */
            invokespecial android.widget.ListPopupWindow$3.<init>:(Landroid/widget/ListPopupWindow;)V
            invokevirtual android.widget.DropDownListView.setOnItemSelectedListener:(Landroid/widget/AdapterView$OnItemSelectedListener;)V
        14: .line 1143
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mScrollListener:Landroid/widget/ListPopupWindow$PopupScrollListener;
            invokevirtual android.widget.DropDownListView.setOnScrollListener:(Landroid/widget/AbsListView$OnScrollListener;)V
        15: .line 1145
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mItemSelectedListener:Landroid/widget/AdapterView$OnItemSelectedListener;
            ifnull 17
        16: .line 1146
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mItemSelectedListener:Landroid/widget/AdapterView$OnItemSelectedListener;
            invokevirtual android.widget.DropDownListView.setOnItemSelectedListener:(Landroid/widget/AdapterView$OnItemSelectedListener;)V
        17: .line 1149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            astore 1 /* dropDownView */
        start local 1 // android.view.ViewGroup dropDownView
        18: .line 1151
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPromptView:Landroid/view/View;
            astore 4 /* hintView */
        start local 4 // android.view.View hintView
        19: .line 1152
            aload 4 /* hintView */
            ifnull 46
        20: .line 1155
            new android.widget.LinearLayout
            dup
            aload 3 /* context */
            invokespecial android.widget.LinearLayout.<init>:(Landroid/content/Context;)V
            astore 5 /* hintContainer */
        start local 5 // android.widget.LinearLayout hintContainer
        21: .line 1156
            aload 5 /* hintContainer */
            iconst_1
            invokevirtual android.widget.LinearLayout.setOrientation:(I)V
        22: .line 1158
            new android.widget.LinearLayout$LayoutParams
            dup
        23: .line 1159
            iconst_m1
            iconst_0
            fconst_1
        24: .line 1158
            invokespecial android.widget.LinearLayout$LayoutParams.<init>:(IIF)V
            astore 6 /* hintParams */
        start local 6 // android.widget.LinearLayout$LayoutParams hintParams
        25: .line 1162
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPromptPosition:I
            tableswitch { // 0 - 1
                    0: 29
                    1: 26
              default: 32
          }
        26: .line 1164
      StackMap locals: android.widget.ListPopupWindow android.view.ViewGroup int android.content.Context android.view.View android.widget.LinearLayout android.widget.LinearLayout$LayoutParams
      StackMap stack:
            aload 5 /* hintContainer */
            aload 1 /* dropDownView */
            aload 6 /* hintParams */
            invokevirtual android.widget.LinearLayout.addView:(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V
        27: .line 1165
            aload 5 /* hintContainer */
            aload 4 /* hintView */
            invokevirtual android.widget.LinearLayout.addView:(Landroid/view/View;)V
        28: .line 1166
            goto 33
        29: .line 1169
      StackMap locals:
      StackMap stack:
            aload 5 /* hintContainer */
            aload 4 /* hintView */
            invokevirtual android.widget.LinearLayout.addView:(Landroid/view/View;)V
        30: .line 1170
            aload 5 /* hintContainer */
            aload 1 /* dropDownView */
            aload 6 /* hintParams */
            invokevirtual android.widget.LinearLayout.addView:(Landroid/view/View;Landroid/view/ViewGroup$LayoutParams;)V
        31: .line 1171
            goto 33
        32: .line 1174
      StackMap locals:
      StackMap stack:
            ldc "ListPopupWindow"
            new java.lang.StringBuilder
            dup
            ldc "Invalid hint position "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPromptPosition:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;)I
            pop
        33: .line 1182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            iflt 37
        34: .line 1183
            ldc -2147483648
            istore 8 /* widthMode */
        start local 8 // int widthMode
        35: .line 1184
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            istore 7 /* widthSize */
        start local 7 // int widthSize
        36: .line 1185
            goto 39
        end local 8 // int widthMode
        end local 7 // int widthSize
        37: .line 1186
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* widthMode */
        start local 8 // int widthMode
        38: .line 1187
            iconst_0
            istore 7 /* widthSize */
        start local 7 // int widthSize
        39: .line 1189
      StackMap locals: int int
      StackMap stack:
            iload 7 /* widthSize */
            iload 8 /* widthMode */
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 9 /* widthSpec */
        start local 9 // int widthSpec
        40: .line 1191
            aload 4 /* hintView */
            iload 9 /* widthSpec */
            iconst_0
            invokevirtual android.view.View.measure:(II)V
        41: .line 1193
            aload 4 /* hintView */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.LinearLayout$LayoutParams
            astore 6 /* hintParams */
        42: .line 1194
            aload 4 /* hintView */
            invokevirtual android.view.View.getMeasuredHeight:()I
            aload 6 /* hintParams */
            getfield android.widget.LinearLayout$LayoutParams.topMargin:I
            iadd
        43: .line 1195
            aload 6 /* hintParams */
            getfield android.widget.LinearLayout$LayoutParams.bottomMargin:I
        44: .line 1194
            iadd
            istore 2 /* otherHeights */
        45: .line 1197
            aload 5 /* hintContainer */
            astore 1 /* dropDownView */
        end local 9 // int widthSpec
        end local 8 // int widthMode
        end local 7 // int widthSize
        end local 6 // android.widget.LinearLayout$LayoutParams hintParams
        end local 5 // android.widget.LinearLayout hintContainer
        46: .line 1200
      StackMap locals: android.widget.ListPopupWindow android.view.ViewGroup int android.content.Context android.view.View
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            aload 1 /* dropDownView */
            invokevirtual android.widget.PopupWindow.setContentView:(Landroid/view/View;)V
        end local 4 // android.view.View hintView
        end local 3 // android.content.Context context
        47: .line 1201
            goto 55
        end local 1 // android.view.ViewGroup dropDownView
        48: .line 1202
      StackMap locals: android.widget.ListPopupWindow top int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPromptView:Landroid/view/View;
            astore 3 /* view */
        start local 3 // android.view.View view
        49: .line 1203
            aload 3 /* view */
            ifnull 55
        50: .line 1205
            aload 3 /* view */
            invokevirtual android.view.View.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            checkcast android.widget.LinearLayout$LayoutParams
        51: .line 1204
            astore 4 /* hintParams */
        start local 4 // android.widget.LinearLayout$LayoutParams hintParams
        52: .line 1206
            aload 3 /* view */
            invokevirtual android.view.View.getMeasuredHeight:()I
            aload 4 /* hintParams */
            getfield android.widget.LinearLayout$LayoutParams.topMargin:I
            iadd
        53: .line 1207
            aload 4 /* hintParams */
            getfield android.widget.LinearLayout$LayoutParams.bottomMargin:I
        54: .line 1206
            iadd
            istore 2 /* otherHeights */
        end local 4 // android.widget.LinearLayout$LayoutParams hintParams
        end local 3 // android.view.View view
        55: .line 1214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.getBackground:()Landroid/graphics/drawable/Drawable;
            astore 4 /* background */
        start local 4 // android.graphics.drawable.Drawable background
        56: .line 1215
            aload 4 /* background */
            ifnull 62
        57: .line 1216
            aload 4 /* background */
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            invokevirtual android.graphics.drawable.Drawable.getPadding:(Landroid/graphics/Rect;)Z
            pop
        58: .line 1217
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.bottom:I
            iadd
            istore 3 /* padding */
        start local 3 // int padding
        59: .line 1221
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownVerticalOffsetSet:Z
            ifne 64
        60: .line 1222
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
            ineg
            putfield android.widget.ListPopupWindow.mDropDownVerticalOffset:I
        61: .line 1224
            goto 64
        end local 3 // int padding
        62: .line 1225
      StackMap locals: android.widget.ListPopupWindow top int top android.graphics.drawable.Drawable
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            invokevirtual android.graphics.Rect.setEmpty:()V
        63: .line 1226
            iconst_0
            istore 3 /* padding */
        start local 3 // int padding
        64: .line 1231
      StackMap locals: android.widget.ListPopupWindow top int int android.graphics.drawable.Drawable
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.getInputMethodMode:()I
            iconst_2
            if_icmpne 65
            iconst_1
            goto 66
      StackMap locals:
      StackMap stack:
        65: iconst_0
        66: .line 1230
      StackMap locals:
      StackMap stack: int
            istore 5 /* ignoreBottomDecorations */
        start local 5 // boolean ignoreBottomDecorations
        67: .line 1232
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
        68: .line 1233
            aload 0 /* this */
            invokevirtual android.widget.ListPopupWindow.getAnchorView:()Landroid/view/View;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownVerticalOffset:I
            iload 5 /* ignoreBottomDecorations */
        69: .line 1232
            invokevirtual android.widget.PopupWindow.getMaxAvailableHeight:(Landroid/view/View;IZ)I
            istore 6 /* maxHeight */
        start local 6 // int maxHeight
        70: .line 1234
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownAlwaysVisible:Z
            ifne 71
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownHeight:I
            iconst_m1
            if_icmpne 72
        71: .line 1235
      StackMap locals: int int
      StackMap stack:
            iload 6 /* maxHeight */
            iload 3 /* padding */
            iadd
            ireturn
        72: .line 1239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            tableswitch { // -2 - -1
                   -2: 73
                   -1: 79
              default: 85
          }
        73: .line 1242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mContext:Landroid/content/Context;
            invokevirtual android.content.Context.getResources:()Landroid/content/res/Resources;
            invokevirtual android.content.res.Resources.getDisplayMetrics:()Landroid/util/DisplayMetrics;
            getfield android.util.DisplayMetrics.widthPixels:I
        74: .line 1243
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.left:I
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.right:I
            iadd
        75: .line 1242
            isub
        76: .line 1244
            ldc -2147483648
        77: .line 1241
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 7 /* childWidthSpec */
        start local 7 // int childWidthSpec
        78: .line 1245
            goto 86
        end local 7 // int childWidthSpec
        79: .line 1248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mContext:Landroid/content/Context;
            invokevirtual android.content.Context.getResources:()Landroid/content/res/Resources;
            invokevirtual android.content.res.Resources.getDisplayMetrics:()Landroid/util/DisplayMetrics;
            getfield android.util.DisplayMetrics.widthPixels:I
        80: .line 1249
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.left:I
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mTempRect:Landroid/graphics/Rect;
            getfield android.graphics.Rect.right:I
            iadd
        81: .line 1248
            isub
        82: .line 1250
            ldc 1073741824
        83: .line 1247
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 7 /* childWidthSpec */
        start local 7 // int childWidthSpec
        84: .line 1251
            goto 86
        end local 7 // int childWidthSpec
        85: .line 1253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownWidth:I
            ldc 1073741824
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 7 /* childWidthSpec */
        start local 7 // int childWidthSpec
        86: .line 1259
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            iload 7 /* childWidthSpec */
        87: .line 1260
            iconst_0
            iconst_m1
            iload 6 /* maxHeight */
            iload 2 /* otherHeights */
            isub
            iconst_m1
        88: .line 1259
            invokevirtual android.widget.DropDownListView.measureHeightOfChildren:(IIIII)I
            istore 8 /* listContent */
        start local 8 // int listContent
        89: .line 1261
            iload 8 /* listContent */
            ifle 94
        90: .line 1262
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getPaddingTop:()I
        91: .line 1263
            aload 0 /* this */
            getfield android.widget.ListPopupWindow.mDropDownList:Landroid/widget/DropDownListView;
            invokevirtual android.widget.DropDownListView.getPaddingBottom:()I
        92: .line 1262
            iadd
            istore 9 /* listPadding */
        start local 9 // int listPadding
        93: .line 1264
            iload 2 /* otherHeights */
            iload 3 /* padding */
            iload 9 /* listPadding */
            iadd
            iadd
            istore 2 /* otherHeights */
        end local 9 // int listPadding
        94: .line 1267
      StackMap locals: int
      StackMap stack:
            iload 8 /* listContent */
            iload 2 /* otherHeights */
            iadd
            ireturn
        end local 8 // int listContent
        end local 7 // int childWidthSpec
        end local 6 // int maxHeight
        end local 5 // boolean ignoreBottomDecorations
        end local 4 // android.graphics.drawable.Drawable background
        end local 3 // int padding
        end local 2 // int otherHeights
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   95     0                     this  Landroid/widget/ListPopupWindow;
           18   48     1             dropDownView  Landroid/view/ViewGroup;
            1   95     2             otherHeights  I
            3   47     3                  context  Landroid/content/Context;
           19   47     4                 hintView  Landroid/view/View;
           21   46     5            hintContainer  Landroid/widget/LinearLayout;
           25   46     6               hintParams  Landroid/widget/LinearLayout$LayoutParams;
           36   37     7                widthSize  I
           39   46     7                widthSize  I
           35   37     8                widthMode  I
           38   46     8                widthMode  I
           40   46     9                widthSpec  I
           49   55     3                     view  Landroid/view/View;
           52   55     4               hintParams  Landroid/widget/LinearLayout$LayoutParams;
           59   62     3                  padding  I
           64   95     3                  padding  I
           56   95     4               background  Landroid/graphics/drawable/Drawable;
           67   95     5  ignoreBottomDecorations  Z
           70   95     6                maxHeight  I
           78   79     7           childWidthSpec  I
           84   85     7           childWidthSpec  I
           86   95     7           childWidthSpec  I
           89   95     8              listContent  I
           93   94     9              listPadding  I

  public void setOverlapAnchor(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.ListPopupWindow this
        start local 1 // boolean overlap
         0: .line 1274
            aload 0 /* this */
            iconst_1
            putfield android.widget.ListPopupWindow.mOverlapAnchorSet:Z
         1: .line 1275
            aload 0 /* this */
            iload 1 /* overlap */
            putfield android.widget.ListPopupWindow.mOverlapAnchor:Z
         2: .line 1276
            return
        end local 1 // boolean overlap
        end local 0 // android.widget.ListPopupWindow this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Landroid/widget/ListPopupWindow;
            0    3     1  overlap  Z
    MethodParameters:
         Name  Flags
      overlap  
}
SourceFile: "ListPopupWindow.java"
NestMembers:
  android.widget.ListPopupWindow$1  android.widget.ListPopupWindow$2  android.widget.ListPopupWindow$3  android.widget.ListPopupWindow$ListSelectorHider  android.widget.ListPopupWindow$PopupDataSetObserver  android.widget.ListPopupWindow$PopupScrollListener  android.widget.ListPopupWindow$PopupTouchInterceptor  android.widget.ListPopupWindow$ResizePopupRunnable
InnerClasses:
  public DispatcherState = android.view.KeyEvent$DispatcherState of android.view.KeyEvent
  public MeasureSpec = android.view.View$MeasureSpec of android.view.View
  public abstract OnTouchListener = android.view.View$OnTouchListener of android.view.View
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public abstract OnScrollListener = android.widget.AbsListView$OnScrollListener of android.widget.AbsListView
  public abstract OnItemClickListener = android.widget.AdapterView$OnItemClickListener of android.widget.AdapterView
  public abstract OnItemSelectedListener = android.widget.AdapterView$OnItemSelectedListener of android.widget.AdapterView
  public LayoutParams = android.widget.LinearLayout$LayoutParams of android.widget.LinearLayout
  android.widget.ListPopupWindow$1
  android.widget.ListPopupWindow$2
  android.widget.ListPopupWindow$3
  private ListSelectorHider = android.widget.ListPopupWindow$ListSelectorHider of android.widget.ListPopupWindow
  private PopupDataSetObserver = android.widget.ListPopupWindow$PopupDataSetObserver of android.widget.ListPopupWindow
  private PopupScrollListener = android.widget.ListPopupWindow$PopupScrollListener of android.widget.ListPopupWindow
  private PopupTouchInterceptor = android.widget.ListPopupWindow$PopupTouchInterceptor of android.widget.ListPopupWindow
  private ResizePopupRunnable = android.widget.ListPopupWindow$ResizePopupRunnable of android.widget.ListPopupWindow
  public abstract OnDismissListener = android.widget.PopupWindow$OnDismissListener of android.widget.PopupWindow