class android.widget.Editor$PositionListener implements android.view.ViewTreeObserver$OnPreDrawListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.Editor$PositionListener
  super_class: java.lang.Object
{
  private static final int MAXIMUM_NUMBER_OF_LISTENERS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  private android.widget.Editor$TextViewPositionListener[] mPositionListeners;
    descriptor: [Landroid/widget/Editor$TextViewPositionListener;
    flags: (0x0002) ACC_PRIVATE

  private boolean[] mCanMove;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

  final int[] mTempCoords;
    descriptor: [I
    flags: (0x0010) ACC_FINAL

  final android.widget.Editor this$0;
    descriptor: Landroid/widget/Editor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(android.widget.Editor);
    descriptor: (Landroid/widget/Editor;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.Editor$PositionListener this
         0: .line 3137
            aload 0 /* this */
            aload 1
            putfield android.widget.Editor$PositionListener.this$0:Landroid/widget/Editor;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3142
            aload 0 /* this */
         2: .line 3143
            bipush 7
            anewarray android.widget.Editor$TextViewPositionListener
            putfield android.widget.Editor$PositionListener.mPositionListeners:[Landroid/widget/Editor$TextViewPositionListener;
         3: .line 3144
            aload 0 /* this */
            bipush 7
            newarray 4
            putfield android.widget.Editor$PositionListener.mCanMove:[Z
         4: .line 3145
            aload 0 /* this */
            iconst_1
            putfield android.widget.Editor$PositionListener.mPositionHasChanged:Z
         5: .line 3151
            aload 0 /* this */
            iconst_2
            newarray 10
            putfield android.widget.Editor$PositionListener.mTempCoords:[I
         6: .line 3137
            return
        end local 0 // android.widget.Editor$PositionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/widget/Editor$PositionListener;
    MethodParameters:
        Name  Flags
      this$0  final

  public void addSubscriber(android.widget.Editor$TextViewPositionListener, boolean);
    descriptor: (Landroid/widget/Editor$TextViewPositionListener;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // android.widget.Editor$PositionListener this
        start local 1 // android.widget.Editor$TextViewPositionListener positionListener
        start local 2 // boolean canMove
         0: .line 3154
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mNumberOfListeners:I
            ifne 4
         1: .line 3155
            aload 0 /* this */
            invokevirtual android.widget.Editor$PositionListener.updatePosition:()V
         2: .line 3156
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.this$0:Landroid/widget/Editor;
            getfield android.widget.Editor.mTextView:Landroid/widget/TextView;
            invokevirtual android.widget.TextView.getViewTreeObserver:()Landroid/view/ViewTreeObserver;
            astore 3 /* vto */
        start local 3 // android.view.ViewTreeObserver vto
         3: .line 3157
            aload 3 /* vto */
            aload 0 /* this */
            invokevirtual android.view.ViewTreeObserver.addOnPreDrawListener:(Landroid/view/ViewTreeObserver$OnPreDrawListener;)V
        end local 3 // android.view.ViewTreeObserver vto
         4: .line 3160
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 3 /* emptySlotIndex */
        start local 3 // int emptySlotIndex
         5: .line 3161
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 13
         7: .line 3162
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionListeners:[Landroid/widget/Editor$TextViewPositionListener;
            iload 4 /* i */
            aaload
            astore 5 /* listener */
        start local 5 // android.widget.Editor$TextViewPositionListener listener
         8: .line 3163
            aload 5 /* listener */
            aload 1 /* positionListener */
            if_acmpne 10
         9: .line 3164
            return
        10: .line 3165
      StackMap locals: android.widget.Editor$TextViewPositionListener
      StackMap stack:
            iload 3 /* emptySlotIndex */
            ifge 12
            aload 5 /* listener */
            ifnonnull 12
        11: .line 3166
            iload 4 /* i */
            istore 3 /* emptySlotIndex */
        end local 5 // android.widget.Editor$TextViewPositionListener listener
        12: .line 3161
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            bipush 7
            if_icmplt 7
        end local 4 // int i
        14: .line 3170
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionListeners:[Landroid/widget/Editor$TextViewPositionListener;
            iload 3 /* emptySlotIndex */
            aload 1 /* positionListener */
            aastore
        15: .line 3171
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mCanMove:[Z
            iload 3 /* emptySlotIndex */
            iload 2 /* canMove */
            bastore
        16: .line 3172
            aload 0 /* this */
            dup
            getfield android.widget.Editor$PositionListener.mNumberOfListeners:I
            iconst_1
            iadd
            putfield android.widget.Editor$PositionListener.mNumberOfListeners:I
        17: .line 3173
            return
        end local 3 // int emptySlotIndex
        end local 2 // boolean canMove
        end local 1 // android.widget.Editor$TextViewPositionListener positionListener
        end local 0 // android.widget.Editor$PositionListener this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   18     0              this  Landroid/widget/Editor$PositionListener;
            0   18     1  positionListener  Landroid/widget/Editor$TextViewPositionListener;
            0   18     2           canMove  Z
            3    4     3               vto  Landroid/view/ViewTreeObserver;
            5   18     3    emptySlotIndex  I
            6   14     4                 i  I
            8   12     5          listener  Landroid/widget/Editor$TextViewPositionListener;
    MethodParameters:
                  Name  Flags
      positionListener  
      canMove           

  public void removeSubscriber(android.widget.Editor$TextViewPositionListener);
    descriptor: (Landroid/widget/Editor$TextViewPositionListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.Editor$PositionListener this
        start local 1 // android.widget.Editor$TextViewPositionListener positionListener
         0: .line 3176
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 7
         2: .line 3177
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionListeners:[Landroid/widget/Editor$TextViewPositionListener;
            iload 2 /* i */
            aaload
            aload 1 /* positionListener */
            if_acmpne 6
         3: .line 3178
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionListeners:[Landroid/widget/Editor$TextViewPositionListener;
            iload 2 /* i */
            aconst_null
            aastore
         4: .line 3179
            aload 0 /* this */
            dup
            getfield android.widget.Editor$PositionListener.mNumberOfListeners:I
            iconst_1
            isub
            putfield android.widget.Editor$PositionListener.mNumberOfListeners:I
         5: .line 3180
            goto 8
         6: .line 3176
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            bipush 7
            if_icmplt 2
        end local 2 // int i
         8: .line 3184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mNumberOfListeners:I
            ifne 11
         9: .line 3185
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.this$0:Landroid/widget/Editor;
            getfield android.widget.Editor.mTextView:Landroid/widget/TextView;
            invokevirtual android.widget.TextView.getViewTreeObserver:()Landroid/view/ViewTreeObserver;
            astore 2 /* vto */
        start local 2 // android.view.ViewTreeObserver vto
        10: .line 3186
            aload 2 /* vto */
            aload 0 /* this */
            invokevirtual android.view.ViewTreeObserver.removeOnPreDrawListener:(Landroid/view/ViewTreeObserver$OnPreDrawListener;)V
        end local 2 // android.view.ViewTreeObserver vto
        11: .line 3188
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.widget.Editor$TextViewPositionListener positionListener
        end local 0 // android.widget.Editor$PositionListener this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Landroid/widget/Editor$PositionListener;
            0   12     1  positionListener  Landroid/widget/Editor$TextViewPositionListener;
            1    8     2                 i  I
           10   11     2               vto  Landroid/view/ViewTreeObserver;
    MethodParameters:
                  Name  Flags
      positionListener  

  public int getPositionX();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.Editor$PositionListener this
         0: .line 3191
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionX:I
            ireturn
        end local 0 // android.widget.Editor$PositionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/Editor$PositionListener;

  public int getPositionY();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.Editor$PositionListener this
         0: .line 3195
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionY:I
            ireturn
        end local 0 // android.widget.Editor$PositionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/Editor$PositionListener;

  public int getPositionXOnScreen();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.Editor$PositionListener this
         0: .line 3199
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionXOnScreen:I
            ireturn
        end local 0 // android.widget.Editor$PositionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/Editor$PositionListener;

  public int getPositionYOnScreen();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.Editor$PositionListener this
         0: .line 3203
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionYOnScreen:I
            ireturn
        end local 0 // android.widget.Editor$PositionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/Editor$PositionListener;

  public boolean onPreDraw();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // android.widget.Editor$PositionListener this
         0: .line 3208
            aload 0 /* this */
            invokevirtual android.widget.Editor$PositionListener.updatePosition:()V
         1: .line 3210
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         2: goto 10
         3: .line 3211
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionHasChanged:Z
            ifne 4
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mScrollHasChanged:Z
            ifne 4
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mCanMove:[Z
            iload 1 /* i */
            baload
            ifeq 9
         4: .line 3212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionListeners:[Landroid/widget/Editor$TextViewPositionListener;
            iload 1 /* i */
            aaload
            astore 2 /* positionListener */
        start local 2 // android.widget.Editor$TextViewPositionListener positionListener
         5: .line 3213
            aload 2 /* positionListener */
            ifnull 9
         6: .line 3214
            aload 2 /* positionListener */
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionX:I
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionY:I
         7: .line 3215
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionHasChanged:Z
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mScrollHasChanged:Z
         8: .line 3214
            invokeinterface android.widget.Editor$TextViewPositionListener.updatePosition:(IIZZ)V
        end local 2 // android.widget.Editor$TextViewPositionListener positionListener
         9: .line 3210
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 1 /* i */
            bipush 7
            if_icmplt 3
        end local 1 // int i
        11: .line 3220
            aload 0 /* this */
            iconst_0
            putfield android.widget.Editor$PositionListener.mScrollHasChanged:Z
        12: .line 3221
            iconst_1
            ireturn
        end local 0 // android.widget.Editor$PositionListener this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Landroid/widget/Editor$PositionListener;
            2   11     1                 i  I
            5    9     2  positionListener  Landroid/widget/Editor$TextViewPositionListener;

  private void updatePosition();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.Editor$PositionListener this
         0: .line 3225
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.this$0:Landroid/widget/Editor;
            getfield android.widget.Editor.mTextView:Landroid/widget/TextView;
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mTempCoords:[I
            invokevirtual android.widget.TextView.getLocationInWindow:([I)V
         1: .line 3227
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mTempCoords:[I
            iconst_0
            iaload
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionX:I
            if_icmpne 2
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mTempCoords:[I
            iconst_1
            iaload
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mPositionY:I
            if_icmpne 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: android.widget.Editor$PositionListener
         2: iconst_1
      StackMap locals: android.widget.Editor$PositionListener
      StackMap stack: android.widget.Editor$PositionListener int
         3: putfield android.widget.Editor$PositionListener.mPositionHasChanged:Z
         4: .line 3229
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mTempCoords:[I
            iconst_0
            iaload
            putfield android.widget.Editor$PositionListener.mPositionX:I
         5: .line 3230
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mTempCoords:[I
            iconst_1
            iaload
            putfield android.widget.Editor$PositionListener.mPositionY:I
         6: .line 3232
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.this$0:Landroid/widget/Editor;
            getfield android.widget.Editor.mTextView:Landroid/widget/TextView;
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mTempCoords:[I
            invokevirtual android.widget.TextView.getLocationOnScreen:([I)V
         7: .line 3234
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mTempCoords:[I
            iconst_0
            iaload
            putfield android.widget.Editor$PositionListener.mPositionXOnScreen:I
         8: .line 3235
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.Editor$PositionListener.mTempCoords:[I
            iconst_1
            iaload
            putfield android.widget.Editor$PositionListener.mPositionYOnScreen:I
         9: .line 3236
            return
        end local 0 // android.widget.Editor$PositionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Landroid/widget/Editor$PositionListener;

  public void onScrollChanged();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.Editor$PositionListener this
         0: .line 3239
            aload 0 /* this */
            iconst_1
            putfield android.widget.Editor$PositionListener.mScrollHasChanged:Z
         1: .line 3240
            return
        end local 0 // android.widget.Editor$PositionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/Editor$PositionListener;
}
SourceFile: "Editor.java"
NestHost: android.widget.Editor
InnerClasses:
  public abstract OnPreDrawListener = android.view.ViewTreeObserver$OnPreDrawListener of android.view.ViewTreeObserver
  private PositionListener = android.widget.Editor$PositionListener of android.widget.Editor
  private abstract TextViewPositionListener = android.widget.Editor$TextViewPositionListener of android.widget.Editor