class android.text.Layout$Ellipsizer implements java.lang.CharSequence, android.text.GetChars
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.text.Layout$Ellipsizer
  super_class: java.lang.Object
{
  java.lang.CharSequence mText;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0000) 

  android.text.Layout mLayout;
    descriptor: Landroid/text/Layout;
    flags: (0x0000) 

  int mWidth;
    descriptor: I
    flags: (0x0000) 

  android.text.TextUtils$TruncateAt mMethod;
    descriptor: Landroid/text/TextUtils$TruncateAt;
    flags: (0x0000) 

  public void <init>(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.text.Layout$Ellipsizer this
        start local 1 // java.lang.CharSequence s
         0: .line 2341
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2342
            aload 0 /* this */
            aload 1 /* s */
            putfield android.text.Layout$Ellipsizer.mText:Ljava/lang/CharSequence;
         2: .line 2343
            return
        end local 1 // java.lang.CharSequence s
        end local 0 // android.text.Layout$Ellipsizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/text/Layout$Ellipsizer;
            0    3     1     s  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      s     

  public char charAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.text.Layout$Ellipsizer this
        start local 1 // int off
         0: .line 2346
            iconst_1
            invokestatic android.text.TextUtils.obtain:(I)[C
            astore 2 /* buf */
        start local 2 // char[] buf
         1: .line 2347
            aload 0 /* this */
            iload 1 /* off */
            iload 1 /* off */
            iconst_1
            iadd
            aload 2 /* buf */
            iconst_0
            invokevirtual android.text.Layout$Ellipsizer.getChars:(II[CI)V
         2: .line 2348
            aload 2 /* buf */
            iconst_0
            caload
            istore 3 /* ret */
        start local 3 // char ret
         3: .line 2350
            aload 2 /* buf */
            invokestatic android.text.TextUtils.recycle:([C)V
         4: .line 2351
            iload 3 /* ret */
            ireturn
        end local 3 // char ret
        end local 2 // char[] buf
        end local 1 // int off
        end local 0 // android.text.Layout$Ellipsizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/text/Layout$Ellipsizer;
            0    5     1   off  I
            1    5     2   buf  [C
            3    5     3   ret  C
    MethodParameters:
      Name  Flags
      off   

  public void getChars(int, int, char[], int);
    descriptor: (II[CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // android.text.Layout$Ellipsizer this
        start local 1 // int start
        start local 2 // int end
        start local 3 // char[] dest
        start local 4 // int destoff
         0: .line 2355
            aload 0 /* this */
            getfield android.text.Layout$Ellipsizer.mLayout:Landroid/text/Layout;
            iload 1 /* start */
            invokevirtual android.text.Layout.getLineForOffset:(I)I
            istore 5 /* line1 */
        start local 5 // int line1
         1: .line 2356
            aload 0 /* this */
            getfield android.text.Layout$Ellipsizer.mLayout:Landroid/text/Layout;
            iload 2 /* end */
            invokevirtual android.text.Layout.getLineForOffset:(I)I
            istore 6 /* line2 */
        start local 6 // int line2
         2: .line 2358
            aload 0 /* this */
            getfield android.text.Layout$Ellipsizer.mText:Ljava/lang/CharSequence;
            iload 1 /* start */
            iload 2 /* end */
            aload 3 /* dest */
            iload 4 /* destoff */
            invokestatic android.text.TextUtils.getChars:(Ljava/lang/CharSequence;II[CI)V
         3: .line 2360
            iload 5 /* line1 */
            istore 7 /* i */
        start local 7 // int i
         4: goto 7
         5: .line 2361
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield android.text.Layout$Ellipsizer.mLayout:Landroid/text/Layout;
            iload 1 /* start */
            iload 2 /* end */
            iload 7 /* i */
            aload 3 /* dest */
            iload 4 /* destoff */
            aload 0 /* this */
            getfield android.text.Layout$Ellipsizer.mMethod:Landroid/text/TextUtils$TruncateAt;
            invokevirtual android.text.Layout.ellipsize:(III[CILandroid/text/TextUtils$TruncateAt;)V
         6: .line 2360
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 7 /* i */
            iload 6 /* line2 */
            if_icmple 5
        end local 7 // int i
         8: .line 2363
            return
        end local 6 // int line2
        end local 5 // int line1
        end local 4 // int destoff
        end local 3 // char[] dest
        end local 2 // int end
        end local 1 // int start
        end local 0 // android.text.Layout$Ellipsizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Landroid/text/Layout$Ellipsizer;
            0    9     1    start  I
            0    9     2      end  I
            0    9     3     dest  [C
            0    9     4  destoff  I
            1    9     5    line1  I
            2    9     6    line2  I
            4    8     7        i  I
    MethodParameters:
         Name  Flags
      start    
      end      
      dest     
      destoff  

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.text.Layout$Ellipsizer this
         0: .line 2366
            aload 0 /* this */
            getfield android.text.Layout$Ellipsizer.mText:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.length:()I
            ireturn
        end local 0 // android.text.Layout$Ellipsizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/text/Layout$Ellipsizer;

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // android.text.Layout$Ellipsizer this
        start local 1 // int start
        start local 2 // int end
         0: .line 2370
            iload 2 /* end */
            iload 1 /* start */
            isub
            newarray 5
            astore 3 /* s */
        start local 3 // char[] s
         1: .line 2371
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* end */
            aload 3 /* s */
            iconst_0
            invokevirtual android.text.Layout$Ellipsizer.getChars:(II[CI)V
         2: .line 2372
            new java.lang.String
            dup
            aload 3 /* s */
            invokespecial java.lang.String.<init>:([C)V
            areturn
        end local 3 // char[] s
        end local 2 // int end
        end local 1 // int start
        end local 0 // android.text.Layout$Ellipsizer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/text/Layout$Ellipsizer;
            0    3     1  start  I
            0    3     2    end  I
            1    3     3      s  [C
    MethodParameters:
       Name  Flags
      start  
      end    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // android.text.Layout$Ellipsizer this
         0: .line 2377
            aload 0 /* this */
            invokevirtual android.text.Layout$Ellipsizer.length:()I
            newarray 5
            astore 1 /* s */
        start local 1 // char[] s
         1: .line 2378
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            invokevirtual android.text.Layout$Ellipsizer.length:()I
            aload 1 /* s */
            iconst_0
            invokevirtual android.text.Layout$Ellipsizer.getChars:(II[CI)V
         2: .line 2379
            new java.lang.String
            dup
            aload 1 /* s */
            invokespecial java.lang.String.<init>:([C)V
            areturn
        end local 1 // char[] s
        end local 0 // android.text.Layout$Ellipsizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/text/Layout$Ellipsizer;
            1    3     1     s  [C
}
SourceFile: "Layout.java"
NestHost: android.text.Layout
InnerClasses:
  Ellipsizer = android.text.Layout$Ellipsizer of android.text.Layout
  public final TruncateAt = android.text.TextUtils$TruncateAt of android.text.TextUtils