public class android.app.SearchDialog$SearchBar extends android.widget.LinearLayout
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.app.SearchDialog$SearchBar
  super_class: android.widget.LinearLayout
{
  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.app.SearchDialog$SearchBar this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
         0: .line 619
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* attrs */
            invokespecial android.widget.LinearLayout.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 620
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.app.SearchDialog$SearchBar this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/app/SearchDialog$SearchBar;
            0    2     1  context  Landroid/content/Context;
            0    2     2    attrs  Landroid/util/AttributeSet;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.SearchDialog$SearchBar this
        start local 1 // android.content.Context context
         0: .line 623
            aload 0 /* this */
            aload 1 /* context */
            invokespecial android.widget.LinearLayout.<init>:(Landroid/content/Context;)V
         1: .line 624
            return
        end local 1 // android.content.Context context
        end local 0 // android.app.SearchDialog$SearchBar this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/app/SearchDialog$SearchBar;
            0    2     1  context  Landroid/content/Context;
    MethodParameters:
         Name  Flags
      context  

  public android.view.ActionMode startActionModeForChild(android.view.View, android.view.ActionMode$Callback, int);
    descriptor: (Landroid/view/View;Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.app.SearchDialog$SearchBar this
        start local 1 // android.view.View child
        start local 2 // android.view.ActionMode$Callback callback
        start local 3 // int type
         0: .line 630
            iload 3 /* type */
            ifeq 2
         1: .line 631
            aload 0 /* this */
            aload 1 /* child */
            aload 2 /* callback */
            iload 3 /* type */
            invokespecial android.widget.LinearLayout.startActionModeForChild:(Landroid/view/View;Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
            areturn
         2: .line 633
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // int type
        end local 2 // android.view.ActionMode$Callback callback
        end local 1 // android.view.View child
        end local 0 // android.app.SearchDialog$SearchBar this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Landroid/app/SearchDialog$SearchBar;
            0    3     1     child  Landroid/view/View;
            0    3     2  callback  Landroid/view/ActionMode$Callback;
            0    3     3      type  I
    MethodParameters:
          Name  Flags
      child     
      callback  
      type      
}
SourceFile: "SearchDialog.java"
NestHost: android.app.SearchDialog
InnerClasses:
  public SearchBar = android.app.SearchDialog$SearchBar of android.app.SearchDialog
  public abstract Callback = android.view.ActionMode$Callback of android.view.ActionMode