public abstract class android.view.ActionMode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.view.ActionMode
  super_class: java.lang.Object
{
  public static final int TYPE_PRIMARY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

  private java.lang.Object mTag;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.view.ActionMode this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            iconst_0
            putfield android.view.ActionMode.mType:I
         2: .line 35
            return
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/view/ActionMode;

  public void setTag(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.view.ActionMode this
        start local 1 // java.lang.Object tag
         0: .line 69
            aload 0 /* this */
            aload 1 /* tag */
            putfield android.view.ActionMode.mTag:Ljava/lang/Object;
         1: .line 70
            return
        end local 1 // java.lang.Object tag
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/ActionMode;
            0    2     1   tag  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      tag   

  public java.lang.Object getTag();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.ActionMode this
         0: .line 83
            aload 0 /* this */
            getfield android.view.ActionMode.mTag:Ljava/lang/Object;
            areturn
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/ActionMode;

  public abstract void setTitle(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      title  

  public abstract void setTitle(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      resId  

  public abstract void setSubtitle(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      subtitle  

  public abstract void setSubtitle(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      resId  

  public void setTitleOptionalHint(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.view.ActionMode this
        start local 1 // boolean titleOptional
         0: .line 146
            aload 0 /* this */
            iload 1 /* titleOptional */
            putfield android.view.ActionMode.mTitleOptionalHint:Z
         1: .line 147
            return
        end local 1 // boolean titleOptional
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Landroid/view/ActionMode;
            0    2     1  titleOptional  Z
    MethodParameters:
               Name  Flags
      titleOptional  

  public boolean getTitleOptionalHint();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.ActionMode this
         0: .line 157
            aload 0 /* this */
            getfield android.view.ActionMode.mTitleOptionalHint:Z
            ireturn
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/ActionMode;

  public boolean isTitleOptional();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.ActionMode this
         0: .line 165
            iconst_0
            ireturn
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/ActionMode;

  public abstract void setCustomView(android.view.View);
    descriptor: (Landroid/view/View;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      view  

  public void setType(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.view.ActionMode this
        start local 1 // int type
         0: .line 186
            aload 0 /* this */
            iload 1 /* type */
            putfield android.view.ActionMode.mType:I
         1: .line 187
            return
        end local 1 // int type
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/view/ActionMode;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.ActionMode this
         0: .line 195
            aload 0 /* this */
            getfield android.view.ActionMode.mType:I
            ireturn
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/ActionMode;

  public abstract void invalidate();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public void invalidateContentRect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // android.view.ActionMode this
         0: .line 214
            return
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/ActionMode;

  public void hide(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // android.view.ActionMode this
        start local 1 // long duration
         0: .line 227
            return
        end local 1 // long duration
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/view/ActionMode;
            0    1     1  duration  J
    MethodParameters:
          Name  Flags
      duration  

  public abstract void finish();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract android.view.Menu getMenu();
    descriptor: ()Landroid/view/Menu;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.CharSequence getTitle();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.CharSequence getSubtitle();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract android.view.View getCustomView();
    descriptor: ()Landroid/view/View;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract android.view.MenuInflater getMenuInflater();
    descriptor: ()Landroid/view/MenuInflater;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public void onWindowFocusChanged(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.view.ActionMode this
        start local 1 // boolean hasWindowFocus
         0: .line 272
            return
        end local 1 // boolean hasWindowFocus
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Landroid/view/ActionMode;
            0    1     1  hasWindowFocus  Z
    MethodParameters:
                Name  Flags
      hasWindowFocus  

  public boolean isUiFocusable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.ActionMode this
         0: .line 284
            iconst_1
            ireturn
        end local 0 // android.view.ActionMode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/ActionMode;
}
SourceFile: "ActionMode.java"
NestMembers:
  android.view.ActionMode$Callback  android.view.ActionMode$Callback2
InnerClasses:
  public abstract Callback = android.view.ActionMode$Callback of android.view.ActionMode
  public abstract Callback2 = android.view.ActionMode$Callback2 of android.view.ActionMode