final class android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout
  super_class: java.lang.Object
{
  private final android.graphics.RectF mRectangle;
    descriptor: Landroid/graphics/RectF;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mTextSelectionLayout;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(android.graphics.RectF, int);
    descriptor: (Landroid/graphics/RectF;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout this
        start local 1 // android.graphics.RectF rectangle
        start local 2 // int textSelectionLayout
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* rectangle */
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast android.graphics.RectF
            putfield android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout.mRectangle:Landroid/graphics/RectF;
         2: .line 79
            aload 0 /* this */
            iload 2 /* textSelectionLayout */
            putfield android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout.mTextSelectionLayout:I
         3: .line 80
            return
        end local 2 // int textSelectionLayout
        end local 1 // android.graphics.RectF rectangle
        end local 0 // android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Landroid/widget/SmartSelectSprite$RectangleWithTextSelectionLayout;
            0    4     1            rectangle  Landroid/graphics/RectF;
            0    4     2  textSelectionLayout  I
    MethodParameters:
                     Name  Flags
      rectangle            
      textSelectionLayout  

  public android.graphics.RectF getRectangle();
    descriptor: ()Landroid/graphics/RectF;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout this
         0: .line 83
            aload 0 /* this */
            getfield android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout.mRectangle:Landroid/graphics/RectF;
            areturn
        end local 0 // android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/SmartSelectSprite$RectangleWithTextSelectionLayout;

  public int getTextSelectionLayout();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout this
         0: .line 88
            aload 0 /* this */
            getfield android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout.mTextSelectionLayout:I
            ireturn
        end local 0 // android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/SmartSelectSprite$RectangleWithTextSelectionLayout;
}
SourceFile: "SmartSelectSprite.java"
NestHost: android.widget.SmartSelectSprite
InnerClasses:
  final RectangleWithTextSelectionLayout = android.widget.SmartSelectSprite$RectangleWithTextSelectionLayout of android.widget.SmartSelectSprite