class android.webkit.WebView$FindListenerDistributor implements android.webkit.WebView$FindListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.webkit.WebView$FindListenerDistributor
  super_class: java.lang.Object
{
  private android.webkit.WebView$FindListener mFindDialogFindListener;
    descriptor: Landroid/webkit/WebView$FindListener;
    flags: (0x0002) ACC_PRIVATE

  private android.webkit.WebView$FindListener mUserFindListener;
    descriptor: Landroid/webkit/WebView$FindListener;
    flags: (0x0002) ACC_PRIVATE

  final android.webkit.WebView this$0;
    descriptor: Landroid/webkit/WebView;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void onFindResultReceived(int, int, boolean);
    descriptor: (IIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.webkit.WebView$FindListenerDistributor this
        start local 1 // int activeMatchOrdinal
        start local 2 // int numberOfMatches
        start local 3 // boolean isDoneCounting
         0: .line 2394
            aload 0 /* this */
            getfield android.webkit.WebView$FindListenerDistributor.mFindDialogFindListener:Landroid/webkit/WebView$FindListener;
            ifnull 4
         1: .line 2395
            aload 0 /* this */
            getfield android.webkit.WebView$FindListenerDistributor.mFindDialogFindListener:Landroid/webkit/WebView$FindListener;
            iload 1 /* activeMatchOrdinal */
            iload 2 /* numberOfMatches */
         2: .line 2396
            iload 3 /* isDoneCounting */
         3: .line 2395
            invokeinterface android.webkit.WebView$FindListener.onFindResultReceived:(IIZ)V
         4: .line 2399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.webkit.WebView$FindListenerDistributor.mUserFindListener:Landroid/webkit/WebView$FindListener;
            ifnull 8
         5: .line 2400
            aload 0 /* this */
            getfield android.webkit.WebView$FindListenerDistributor.mUserFindListener:Landroid/webkit/WebView$FindListener;
            iload 1 /* activeMatchOrdinal */
            iload 2 /* numberOfMatches */
         6: .line 2401
            iload 3 /* isDoneCounting */
         7: .line 2400
            invokeinterface android.webkit.WebView$FindListener.onFindResultReceived:(IIZ)V
         8: .line 2403
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean isDoneCounting
        end local 2 // int numberOfMatches
        end local 1 // int activeMatchOrdinal
        end local 0 // android.webkit.WebView$FindListenerDistributor this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Landroid/webkit/WebView$FindListenerDistributor;
            0    9     1  activeMatchOrdinal  I
            0    9     2     numberOfMatches  I
            0    9     3      isDoneCounting  Z
    MethodParameters:
                    Name  Flags
      activeMatchOrdinal  
      numberOfMatches     
      isDoneCounting      
}
SourceFile: "WebView.java"
NestHost: android.webkit.WebView
InnerClasses:
  public abstract FindListener = android.webkit.WebView$FindListener of android.webkit.WebView
  private FindListenerDistributor = android.webkit.WebView$FindListenerDistributor of android.webkit.WebView