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

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

  public void onScroll(android.widget.AbsListView, int, int, int);
    descriptor: (Landroid/widget/AbsListView;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // android.widget.ListPopupWindow$PopupScrollListener this
        start local 1 // android.widget.AbsListView view
        start local 2 // int firstVisibleItem
        start local 3 // int visibleItemCount
        start local 4 // int totalItemCount
         0: .line 1331
            return
        end local 4 // int totalItemCount
        end local 3 // int visibleItemCount
        end local 2 // int firstVisibleItem
        end local 1 // android.widget.AbsListView view
        end local 0 // android.widget.ListPopupWindow$PopupScrollListener this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Landroid/widget/ListPopupWindow$PopupScrollListener;
            0    1     1              view  Landroid/widget/AbsListView;
            0    1     2  firstVisibleItem  I
            0    1     3  visibleItemCount  I
            0    1     4    totalItemCount  I
    MethodParameters:
                  Name  Flags
      view              
      firstVisibleItem  
      visibleItemCount  
      totalItemCount    

  public void onScrollStateChanged(android.widget.AbsListView, int);
    descriptor: (Landroid/widget/AbsListView;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.ListPopupWindow$PopupScrollListener this
        start local 1 // android.widget.AbsListView view
        start local 2 // int scrollState
         0: .line 1334
            iload 2 /* scrollState */
            iconst_1
            if_icmpne 4
         1: .line 1335
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$PopupScrollListener.this$0:Landroid/widget/ListPopupWindow;
            invokevirtual android.widget.ListPopupWindow.isInputMethodNotNeeded:()Z
            ifne 4
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$PopupScrollListener.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mPopup:Landroid/widget/PopupWindow;
            invokevirtual android.widget.PopupWindow.getContentView:()Landroid/view/View;
            ifnull 4
         2: .line 1336
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$PopupScrollListener.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mHandler:Landroid/os/Handler;
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$PopupScrollListener.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mResizePopupRunnable:Landroid/widget/ListPopupWindow$ResizePopupRunnable;
            invokevirtual android.os.Handler.removeCallbacks:(Ljava/lang/Runnable;)V
         3: .line 1337
            aload 0 /* this */
            getfield android.widget.ListPopupWindow$PopupScrollListener.this$0:Landroid/widget/ListPopupWindow;
            getfield android.widget.ListPopupWindow.mResizePopupRunnable:Landroid/widget/ListPopupWindow$ResizePopupRunnable;
            invokevirtual android.widget.ListPopupWindow$ResizePopupRunnable.run:()V
         4: .line 1339
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int scrollState
        end local 1 // android.widget.AbsListView view
        end local 0 // android.widget.ListPopupWindow$PopupScrollListener this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/widget/ListPopupWindow$PopupScrollListener;
            0    5     1         view  Landroid/widget/AbsListView;
            0    5     2  scrollState  I
    MethodParameters:
             Name  Flags
      view         
      scrollState  
}
SourceFile: "ListPopupWindow.java"
NestHost: android.widget.ListPopupWindow
InnerClasses:
  public abstract OnScrollListener = android.widget.AbsListView$OnScrollListener of android.widget.AbsListView
  private PopupScrollListener = android.widget.ListPopupWindow$PopupScrollListener of android.widget.ListPopupWindow
  private ResizePopupRunnable = android.widget.ListPopupWindow$ResizePopupRunnable of android.widget.ListPopupWindow