final class android.widget.SelectionActionModeHelper$SelectionMetricsLogger
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.widget.SelectionActionModeHelper$SelectionMetricsLogger
  super_class: java.lang.Object
{
  private static final java.lang.String LOG_TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "SelectionMetricsLogger"

  private static final java.util.regex.Pattern PATTERN_WHITESPACE;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final boolean mEditTextLogger;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.text.BreakIterator mTokenIterator;
    descriptor: Ljava/text/BreakIterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.view.textclassifier.TextClassifier mClassificationSession;
    descriptor: Landroid/view/textclassifier/TextClassifier;
    flags: (0x0002) ACC_PRIVATE

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

  private java.lang.String mText;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 676
            ldc "\\s+"
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            putstatic android.widget.SelectionActionModeHelper$SelectionMetricsLogger.PATTERN_WHITESPACE:Ljava/util/regex/Pattern;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(android.widget.TextView);
    descriptor: (Landroid/widget/TextView;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
        start local 1 // android.widget.TextView textView
         0: .line 685
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 686
            aload 1 /* textView */
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 687
            aload 0 /* this */
            aload 1 /* textView */
            invokevirtual android.widget.TextView.isTextEditable:()Z
            putfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mEditTextLogger:Z
         3: .line 688
            aload 0 /* this */
            aload 1 /* textView */
            invokevirtual android.widget.TextView.getTextLocale:()Ljava/util/Locale;
            invokestatic android.view.textclassifier.SelectionSessionLogger.getTokenIterator:(Ljava/util/Locale;)Ljava/text/BreakIterator;
            putfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mTokenIterator:Ljava/text/BreakIterator;
         4: .line 689
            return
        end local 1 // android.widget.TextView textView
        end local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;
            0    5     1  textView  Landroid/widget/TextView;
    MethodParameters:
          Name  Flags
      textView  

  private static java.lang.String getWidetType(android.widget.TextView);
    descriptor: (Landroid/widget/TextView;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.TextView textView
         0: .line 693
            aload 0 /* textView */
            invokevirtual android.widget.TextView.isTextEditable:()Z
            ifeq 2
         1: .line 694
            ldc "edittext"
            areturn
         2: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* textView */
            invokevirtual android.widget.TextView.isTextSelectable:()Z
            ifeq 4
         3: .line 697
            ldc "textview"
            areturn
         4: .line 699
      StackMap locals:
      StackMap stack:
            ldc "nosel-textview"
            areturn
        end local 0 // android.widget.TextView textView
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0  textView  Landroid/widget/TextView;
    MethodParameters:
          Name  Flags
      textView  

  public void logSelectionStarted(android.view.textclassifier.TextClassifier, java.lang.CharSequence, int, int);
    descriptor: (Landroid/view/textclassifier/TextClassifier;Ljava/lang/CharSequence;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
        start local 1 // android.view.textclassifier.TextClassifier classificationSession
        start local 2 // java.lang.CharSequence text
        start local 3 // int index
        start local 4 // int invocationMethod
         0: .line 707
            aload 2 /* text */
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 708
            iload 3 /* index */
            iconst_0
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.length:()I
            ldc "index"
            invokestatic com.android.internal.util.Preconditions.checkArgumentInRange:(IIILjava/lang/String;)I
            pop
         2: .line 709
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mText:Ljava/lang/String;
            ifnull 3
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mText:Ljava/lang/String;
            aload 2 /* text */
            invokevirtual java.lang.String.contentEquals:(Ljava/lang/CharSequence;)Z
            ifne 4
         3: .line 710
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* text */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            putfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mText:Ljava/lang/String;
         4: .line 712
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mTokenIterator:Ljava/text/BreakIterator;
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mText:Ljava/lang/String;
            invokevirtual java.text.BreakIterator.setText:(Ljava/lang/String;)V
         5: .line 713
            aload 0 /* this */
            iload 3 /* index */
            putfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mStartIndex:I
         6: .line 714
            aload 0 /* this */
            aload 1 /* classificationSession */
            putfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mClassificationSession:Landroid/view/textclassifier/TextClassifier;
         7: .line 715
            aload 0 /* this */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.hasActiveClassificationSession:()Z
            ifeq 14
         8: .line 716
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mClassificationSession:Landroid/view/textclassifier/TextClassifier;
         9: .line 717
            iload 4 /* invocationMethod */
            iconst_0
            invokestatic android.view.textclassifier.SelectionEvent.createSelectionStartedEvent:(II)Landroid/view/textclassifier/SelectionEvent;
        10: .line 716
            invokeinterface android.view.textclassifier.TextClassifier.onSelectionEvent:(Landroid/view/textclassifier/SelectionEvent;)V
        11: .line 719
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Exception
        12: astore 5 /* e */
        start local 5 // java.lang.Exception e
        13: .line 721
            ldc "SelectionMetricsLogger"
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 5 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 5 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 5 // java.lang.Exception e
        14: .line 723
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int invocationMethod
        end local 3 // int index
        end local 2 // java.lang.CharSequence text
        end local 1 // android.view.textclassifier.TextClassifier classificationSession
        end local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   15     0                   this  Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;
            0   15     1  classificationSession  Landroid/view/textclassifier/TextClassifier;
            0   15     2                   text  Ljava/lang/CharSequence;
            0   15     3                  index  I
            0   15     4       invocationMethod  I
           13   14     5                      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    11      12  Class java.lang.Exception
    MethodParameters:
                       Name  Flags
      classificationSession  
      text                   
      index                  
      invocationMethod       

  public void logSelectionModified(int, int, android.view.textclassifier.TextClassification, android.view.textclassifier.TextSelection);
    descriptor: (IILandroid/view/textclassifier/TextClassification;Landroid/view/textclassifier/TextSelection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
        start local 1 // int start
        start local 2 // int end
        start local 3 // android.view.textclassifier.TextClassification classification
        start local 4 // android.view.textclassifier.TextSelection selection
         0: .line 728
            aload 0 /* this */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.hasActiveClassificationSession:()Z
            ifeq 23
         1: .line 729
            iload 1 /* start */
            iconst_0
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mText:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ldc "start"
            invokestatic com.android.internal.util.Preconditions.checkArgumentInRange:(IIILjava/lang/String;)I
            pop
         2: .line 730
            iload 2 /* end */
            iload 1 /* start */
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mText:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ldc "end"
            invokestatic com.android.internal.util.Preconditions.checkArgumentInRange:(IIILjava/lang/String;)I
            pop
         3: .line 731
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* end */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.getWordDelta:(II)[I
            astore 5 /* wordIndices */
        start local 5 // int[] wordIndices
         4: .line 732
            aload 4 /* selection */
            ifnull 10
         5: .line 733
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mClassificationSession:Landroid/view/textclassifier/TextClassifier;
         6: .line 735
            aload 5 /* wordIndices */
            iconst_0
            iaload
            aload 5 /* wordIndices */
            iconst_1
            iaload
            aload 4 /* selection */
         7: .line 734
            invokestatic android.view.textclassifier.SelectionEvent.createSelectionModifiedEvent:(IILandroid/view/textclassifier/TextSelection;)Landroid/view/textclassifier/SelectionEvent;
         8: .line 733
            invokeinterface android.view.textclassifier.TextClassifier.onSelectionEvent:(Landroid/view/textclassifier/SelectionEvent;)V
         9: .line 736
            goto 23
      StackMap locals: int[]
      StackMap stack:
        10: aload 3 /* classification */
            ifnull 16
        11: .line 737
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mClassificationSession:Landroid/view/textclassifier/TextClassifier;
        12: .line 739
            aload 5 /* wordIndices */
            iconst_0
            iaload
            aload 5 /* wordIndices */
            iconst_1
            iaload
            aload 3 /* classification */
        13: .line 738
            invokestatic android.view.textclassifier.SelectionEvent.createSelectionModifiedEvent:(IILandroid/view/textclassifier/TextClassification;)Landroid/view/textclassifier/SelectionEvent;
        14: .line 737
            invokeinterface android.view.textclassifier.TextClassifier.onSelectionEvent:(Landroid/view/textclassifier/SelectionEvent;)V
        15: .line 740
            goto 23
        16: .line 741
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mClassificationSession:Landroid/view/textclassifier/TextClassifier;
        17: .line 743
            aload 5 /* wordIndices */
            iconst_0
            iaload
            aload 5 /* wordIndices */
            iconst_1
            iaload
        18: .line 742
            invokestatic android.view.textclassifier.SelectionEvent.createSelectionModifiedEvent:(II)Landroid/view/textclassifier/SelectionEvent;
        19: .line 741
            invokeinterface android.view.textclassifier.TextClassifier.onSelectionEvent:(Landroid/view/textclassifier/SelectionEvent;)V
        end local 5 // int[] wordIndices
        20: .line 746
            goto 23
      StackMap locals: android.widget.SelectionActionModeHelper$SelectionMetricsLogger int int android.view.textclassifier.TextClassification android.view.textclassifier.TextSelection
      StackMap stack: java.lang.Exception
        21: astore 5 /* e */
        start local 5 // java.lang.Exception e
        22: .line 748
            ldc "SelectionMetricsLogger"
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 5 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 5 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 5 // java.lang.Exception e
        23: .line 750
      StackMap locals:
      StackMap stack:
            return
        end local 4 // android.view.textclassifier.TextSelection selection
        end local 3 // android.view.textclassifier.TextClassification classification
        end local 2 // int end
        end local 1 // int start
        end local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   24     0            this  Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;
            0   24     1           start  I
            0   24     2             end  I
            0   24     3  classification  Landroid/view/textclassifier/TextClassification;
            0   24     4       selection  Landroid/view/textclassifier/TextSelection;
            4   20     5     wordIndices  [I
           22   23     5               e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    20      21  Class java.lang.Exception
    MethodParameters:
                Name  Flags
      start           
      end             
      classification  
      selection       

  public void logSelectionAction(int, int, int, android.view.textclassifier.TextClassification);
    descriptor: (IIILandroid/view/textclassifier/TextClassification;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
        start local 1 // int start
        start local 2 // int end
        start local 3 // int action
        start local 4 // android.view.textclassifier.TextClassification classification
         0: .line 757
            aload 0 /* this */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.hasActiveClassificationSession:()Z
            ifeq 20
         1: .line 758
            iload 1 /* start */
            iconst_0
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mText:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ldc "start"
            invokestatic com.android.internal.util.Preconditions.checkArgumentInRange:(IIILjava/lang/String;)I
            pop
         2: .line 759
            iload 2 /* end */
            iload 1 /* start */
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mText:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ldc "end"
            invokestatic com.android.internal.util.Preconditions.checkArgumentInRange:(IIILjava/lang/String;)I
            pop
         3: .line 760
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* end */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.getWordDelta:(II)[I
            astore 5 /* wordIndices */
        start local 5 // int[] wordIndices
         4: .line 761
            aload 4 /* classification */
            ifnull 11
         5: .line 762
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mClassificationSession:Landroid/view/textclassifier/TextClassifier;
         6: .line 764
            aload 5 /* wordIndices */
            iconst_0
            iaload
            aload 5 /* wordIndices */
            iconst_1
            iaload
            iload 3 /* action */
         7: .line 765
            aload 4 /* classification */
         8: .line 763
            invokestatic android.view.textclassifier.SelectionEvent.createSelectionActionEvent:(IIILandroid/view/textclassifier/TextClassification;)Landroid/view/textclassifier/SelectionEvent;
         9: .line 762
            invokeinterface android.view.textclassifier.TextClassifier.onSelectionEvent:(Landroid/view/textclassifier/SelectionEvent;)V
        10: .line 766
            goto 15
        11: .line 767
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mClassificationSession:Landroid/view/textclassifier/TextClassifier;
        12: .line 769
            aload 5 /* wordIndices */
            iconst_0
            iaload
            aload 5 /* wordIndices */
            iconst_1
            iaload
            iload 3 /* action */
        13: .line 768
            invokestatic android.view.textclassifier.SelectionEvent.createSelectionActionEvent:(III)Landroid/view/textclassifier/SelectionEvent;
        14: .line 767
            invokeinterface android.view.textclassifier.TextClassifier.onSelectionEvent:(Landroid/view/textclassifier/SelectionEvent;)V
        15: .line 771
      StackMap locals:
      StackMap stack:
            iload 3 /* action */
            invokestatic android.view.textclassifier.SelectionEvent.isTerminal:(I)Z
            ifeq 20
        16: .line 772
            aload 0 /* this */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.endTextClassificationSession:()V
        end local 5 // int[] wordIndices
        17: .line 775
            goto 20
      StackMap locals: android.widget.SelectionActionModeHelper$SelectionMetricsLogger int int int android.view.textclassifier.TextClassification
      StackMap stack: java.lang.Exception
        18: astore 5 /* e */
        start local 5 // java.lang.Exception e
        19: .line 777
            ldc "SelectionMetricsLogger"
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 5 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 5 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 5 // java.lang.Exception e
        20: .line 779
      StackMap locals:
      StackMap stack:
            return
        end local 4 // android.view.textclassifier.TextClassification classification
        end local 3 // int action
        end local 2 // int end
        end local 1 // int start
        end local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   21     0            this  Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;
            0   21     1           start  I
            0   21     2             end  I
            0   21     3          action  I
            0   21     4  classification  Landroid/view/textclassifier/TextClassification;
            4   17     5     wordIndices  [I
           19   20     5               e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    17      18  Class java.lang.Exception
    MethodParameters:
                Name  Flags
      start           
      end             
      action          
      classification  

  public boolean isEditTextLogger();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
         0: .line 782
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mEditTextLogger:Z
            ireturn
        end local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;

  public void endTextClassificationSession();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
         0: .line 786
            aload 0 /* this */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.hasActiveClassificationSession:()Z
            ifeq 2
         1: .line 787
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mClassificationSession:Landroid/view/textclassifier/TextClassifier;
            invokeinterface android.view.textclassifier.TextClassifier.destroy:()V
         2: .line 789
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;

  private boolean hasActiveClassificationSession();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
         0: .line 792
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mClassificationSession:Landroid/view/textclassifier/TextClassifier;
            ifnull 1
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mClassificationSession:Landroid/view/textclassifier/TextClassifier;
            invokeinterface android.view.textclassifier.TextClassifier.isDestroyed:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;

  private int[] getWordDelta(int, int);
    descriptor: (II)[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
        start local 1 // int start
        start local 2 // int end
         0: .line 796
            iconst_2
            newarray 10
            astore 3 /* wordIndices */
        start local 3 // int[] wordIndices
         1: .line 798
            iload 1 /* start */
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mStartIndex:I
            if_icmpne 4
         2: .line 799
            aload 3 /* wordIndices */
            iconst_0
            iconst_0
            iastore
         3: .line 800
            goto 15
      StackMap locals: int[]
      StackMap stack:
         4: iload 1 /* start */
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mStartIndex:I
            if_icmpge 7
         5: .line 801
            aload 3 /* wordIndices */
            iconst_0
            aload 0 /* this */
            iload 1 /* start */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.countWordsForward:(I)I
            ineg
            iastore
         6: .line 802
            goto 15
         7: .line 803
      StackMap locals:
      StackMap stack:
            aload 3 /* wordIndices */
            iconst_0
            aload 0 /* this */
            iload 1 /* start */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.countWordsBackward:(I)I
            iastore
         8: .line 806
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mTokenIterator:Ljava/text/BreakIterator;
            iload 1 /* start */
            invokevirtual java.text.BreakIterator.isBoundary:(I)Z
            ifne 15
         9: .line 807
            aload 0 /* this */
        10: .line 808
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mTokenIterator:Ljava/text/BreakIterator;
            iload 1 /* start */
            invokevirtual java.text.BreakIterator.preceding:(I)I
        11: .line 809
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mTokenIterator:Ljava/text/BreakIterator;
            iload 1 /* start */
            invokevirtual java.text.BreakIterator.following:(I)I
        12: .line 807
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.isWhitespace:(II)Z
        13: .line 809
            ifne 15
        14: .line 811
            aload 3 /* wordIndices */
            iconst_0
            dup2
            iaload
            iconst_1
            isub
            iastore
        15: .line 815
      StackMap locals:
      StackMap stack:
            iload 2 /* end */
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mStartIndex:I
            if_icmpne 18
        16: .line 816
            aload 3 /* wordIndices */
            iconst_1
            iconst_0
            iastore
        17: .line 817
            goto 22
      StackMap locals:
      StackMap stack:
        18: iload 2 /* end */
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mStartIndex:I
            if_icmpge 21
        19: .line 818
            aload 3 /* wordIndices */
            iconst_1
            aload 0 /* this */
            iload 2 /* end */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.countWordsForward:(I)I
            ineg
            iastore
        20: .line 819
            goto 22
        21: .line 820
      StackMap locals:
      StackMap stack:
            aload 3 /* wordIndices */
            iconst_1
            aload 0 /* this */
            iload 2 /* end */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.countWordsBackward:(I)I
            iastore
        22: .line 823
      StackMap locals:
      StackMap stack:
            aload 3 /* wordIndices */
            areturn
        end local 3 // int[] wordIndices
        end local 2 // int end
        end local 1 // int start
        end local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;
            0   23     1        start  I
            0   23     2          end  I
            1   23     3  wordIndices  [I
    MethodParameters:
       Name  Flags
      start  
      end    

  private int countWordsBackward(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
        start local 1 // int from
         0: .line 827
            iload 1 /* from */
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mStartIndex:I
            if_icmplt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.android.internal.util.Preconditions.checkArgument:(Z)V
         3: .line 828
            iconst_0
            istore 2 /* wordCount */
        start local 2 // int wordCount
         4: .line 829
            iload 1 /* from */
            istore 3 /* offset */
        start local 3 // int offset
         5: .line 830
            goto 10
         6: .line 831
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mTokenIterator:Ljava/text/BreakIterator;
            iload 3 /* offset */
            invokevirtual java.text.BreakIterator.preceding:(I)I
            istore 4 /* start */
        start local 4 // int start
         7: .line 832
            aload 0 /* this */
            iload 4 /* start */
            iload 3 /* offset */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.isWhitespace:(II)Z
            ifne 9
         8: .line 833
            iinc 2 /* wordCount */ 1
         9: .line 835
      StackMap locals: int
      StackMap stack:
            iload 4 /* start */
            istore 3 /* offset */
        end local 4 // int start
        10: .line 830
      StackMap locals:
      StackMap stack:
            iload 3 /* offset */
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mStartIndex:I
            if_icmpgt 6
        11: .line 837
            iload 2 /* wordCount */
            ireturn
        end local 3 // int offset
        end local 2 // int wordCount
        end local 1 // int from
        end local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;
            0   12     1       from  I
            4   12     2  wordCount  I
            5   12     3     offset  I
            7   10     4      start  I
    MethodParameters:
      Name  Flags
      from  

  private int countWordsForward(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
        start local 1 // int from
         0: .line 841
            iload 1 /* from */
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mStartIndex:I
            if_icmpgt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.android.internal.util.Preconditions.checkArgument:(Z)V
         3: .line 842
            iconst_0
            istore 2 /* wordCount */
        start local 2 // int wordCount
         4: .line 843
            iload 1 /* from */
            istore 3 /* offset */
        start local 3 // int offset
         5: .line 844
            goto 10
         6: .line 845
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mTokenIterator:Ljava/text/BreakIterator;
            iload 3 /* offset */
            invokevirtual java.text.BreakIterator.following:(I)I
            istore 4 /* end */
        start local 4 // int end
         7: .line 846
            aload 0 /* this */
            iload 3 /* offset */
            iload 4 /* end */
            invokevirtual android.widget.SelectionActionModeHelper$SelectionMetricsLogger.isWhitespace:(II)Z
            ifne 9
         8: .line 847
            iinc 2 /* wordCount */ 1
         9: .line 849
      StackMap locals: int
      StackMap stack:
            iload 4 /* end */
            istore 3 /* offset */
        end local 4 // int end
        10: .line 844
      StackMap locals:
      StackMap stack:
            iload 3 /* offset */
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mStartIndex:I
            if_icmplt 6
        11: .line 851
            iload 2 /* wordCount */
            ireturn
        end local 3 // int offset
        end local 2 // int wordCount
        end local 1 // int from
        end local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;
            0   12     1       from  I
            4   12     2  wordCount  I
            5   12     3     offset  I
            7   10     4        end  I
    MethodParameters:
      Name  Flags
      from  

  private boolean isWhitespace(int, int);
    descriptor: (II)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
        start local 1 // int start
        start local 2 // int end
         0: .line 855
            getstatic android.widget.SelectionActionModeHelper$SelectionMetricsLogger.PATTERN_WHITESPACE:Ljava/util/regex/Pattern;
            aload 0 /* this */
            getfield android.widget.SelectionActionModeHelper$SelectionMetricsLogger.mText:Ljava/lang/String;
            iload 1 /* start */
            iload 2 /* end */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            invokevirtual java.util.regex.Matcher.matches:()Z
            ireturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // android.widget.SelectionActionModeHelper$SelectionMetricsLogger this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;
            0    1     1  start  I
            0    1     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    
}
SourceFile: "SelectionActionModeHelper.java"
NestHost: android.widget.SelectionActionModeHelper
InnerClasses:
  private final SelectionMetricsLogger = android.widget.SelectionActionModeHelper$SelectionMetricsLogger of android.widget.SelectionActionModeHelper