class android.widget.AbsListView$PositionScroller extends android.widget.AbsListView$AbsPositionScroller implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.AbsListView$PositionScroller
  super_class: android.widget.AbsListView$AbsPositionScroller
{
  private static final int SCROLL_DURATION;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 200

  private static final int MOVE_DOWN_POS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int MOVE_UP_POS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int MOVE_DOWN_BOUND;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int MOVE_UP_BOUND;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int MOVE_OFFSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

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

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

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

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

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

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

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

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

  void <init>(android.widget.AbsListView);
    descriptor: (Landroid/widget/AbsListView;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.AbsListView$PositionScroller this
         0: .line 7255
            aload 0 /* this */
            aload 1
            putfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokespecial android.widget.AbsListView$AbsPositionScroller.<init>:()V
         1: .line 7256
            aload 0 /* this */
            aload 1
            invokestatic android.widget.AbsListView.access$8:(Landroid/widget/AbsListView;)Landroid/content/Context;
            invokestatic android.view.ViewConfiguration.get:(Landroid/content/Context;)Landroid/view/ViewConfiguration;
            invokevirtual android.view.ViewConfiguration.getScaledFadingEdgeLength:()I
            putfield android.widget.AbsListView$PositionScroller.mExtraScroll:I
         2: .line 7257
            return
        end local 0 // android.widget.AbsListView$PositionScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/AbsListView$PositionScroller;
    MethodParameters:
        Name  Flags
      this$0  final

  public void start(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // android.widget.AbsListView$PositionScroller this
        start local 1 // int position
         0: .line 7261
            aload 0 /* this */
            invokevirtual android.widget.AbsListView$PositionScroller.stop:()V
         1: .line 7263
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mDataChanged:Z
            ifeq 4
         2: .line 7265
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            new android.widget.AbsListView$PositionScroller$1
            dup
            aload 0 /* this */
            iload 1 /* position */
            invokespecial android.widget.AbsListView$PositionScroller$1.<init>:(Landroid/widget/AbsListView$PositionScroller;I)V
            putfield android.widget.AbsListView.mPositionScrollAfterLayout:Ljava/lang/Runnable;
         3: .line 7270
            return
         4: .line 7273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getChildCount:()I
            istore 2 /* childCount */
        start local 2 // int childCount
         5: .line 7274
            iload 2 /* childCount */
            ifne 7
         6: .line 7276
            return
         7: .line 7279
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mFirstPosition:I
            istore 3 /* firstPos */
        start local 3 // int firstPos
         8: .line 7280
            iload 3 /* firstPos */
            iload 2 /* childCount */
            iadd
            iconst_1
            isub
            istore 4 /* lastPos */
        start local 4 // int lastPos
         9: .line 7283
            iconst_0
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getCount:()I
            iconst_1
            isub
            iload 1 /* position */
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* clampedPosition */
        start local 6 // int clampedPosition
        10: .line 7284
            iload 6 /* clampedPosition */
            iload 3 /* firstPos */
            if_icmpge 14
        11: .line 7285
            iload 3 /* firstPos */
            iload 6 /* clampedPosition */
            isub
            iconst_1
            iadd
            istore 5 /* viewTravelCount */
        start local 5 // int viewTravelCount
        12: .line 7286
            aload 0 /* this */
            iconst_2
            putfield android.widget.AbsListView$PositionScroller.mMode:I
        13: .line 7287
            goto 20
        end local 5 // int viewTravelCount
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int top int
      StackMap stack:
        14: iload 6 /* clampedPosition */
            iload 4 /* lastPos */
            if_icmple 18
        15: .line 7288
            iload 6 /* clampedPosition */
            iload 4 /* lastPos */
            isub
            iconst_1
            iadd
            istore 5 /* viewTravelCount */
        start local 5 // int viewTravelCount
        16: .line 7289
            aload 0 /* this */
            iconst_1
            putfield android.widget.AbsListView$PositionScroller.mMode:I
        17: .line 7290
            goto 20
        end local 5 // int viewTravelCount
        18: .line 7291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* clampedPosition */
            iconst_m1
            sipush 200
            invokevirtual android.widget.AbsListView$PositionScroller.scrollToVisible:(III)V
        19: .line 7292
            return
        start local 5 // int viewTravelCount
        20: .line 7295
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int int int
      StackMap stack:
            iload 5 /* viewTravelCount */
            ifle 23
        21: .line 7296
            aload 0 /* this */
            sipush 200
            iload 5 /* viewTravelCount */
            idiv
            putfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
        22: .line 7297
            goto 24
        23: .line 7298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 200
            putfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
        24: .line 7300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* clampedPosition */
            putfield android.widget.AbsListView$PositionScroller.mTargetPos:I
        25: .line 7301
            aload 0 /* this */
            iconst_m1
            putfield android.widget.AbsListView$PositionScroller.mBoundPos:I
        26: .line 7302
            aload 0 /* this */
            iconst_m1
            putfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
        27: .line 7304
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        28: .line 7305
            return
        end local 6 // int clampedPosition
        end local 5 // int viewTravelCount
        end local 4 // int lastPos
        end local 3 // int firstPos
        end local 2 // int childCount
        end local 1 // int position
        end local 0 // android.widget.AbsListView$PositionScroller this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   29     0             this  Landroid/widget/AbsListView$PositionScroller;
            0   29     1         position  I
            5   29     2       childCount  I
            8   29     3         firstPos  I
            9   29     4          lastPos  I
           12   14     5  viewTravelCount  I
           16   18     5  viewTravelCount  I
           20   29     5  viewTravelCount  I
           10   29     6  clampedPosition  I
    MethodParameters:
          Name  Flags
      position  final

  public void start(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // android.widget.AbsListView$PositionScroller this
        start local 1 // int position
        start local 2 // int boundPosition
         0: .line 7309
            aload 0 /* this */
            invokevirtual android.widget.AbsListView$PositionScroller.stop:()V
         1: .line 7311
            iload 2 /* boundPosition */
            iconst_m1
            if_icmpne 4
         2: .line 7312
            aload 0 /* this */
            iload 1 /* position */
            invokevirtual android.widget.AbsListView$PositionScroller.start:(I)V
         3: .line 7313
            return
         4: .line 7316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mDataChanged:Z
            ifeq 7
         5: .line 7318
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            new android.widget.AbsListView$PositionScroller$2
            dup
            aload 0 /* this */
            iload 1 /* position */
            iload 2 /* boundPosition */
            invokespecial android.widget.AbsListView$PositionScroller$2.<init>:(Landroid/widget/AbsListView$PositionScroller;II)V
            putfield android.widget.AbsListView.mPositionScrollAfterLayout:Ljava/lang/Runnable;
         6: .line 7323
            return
         7: .line 7326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getChildCount:()I
            istore 3 /* childCount */
        start local 3 // int childCount
         8: .line 7327
            iload 3 /* childCount */
            ifne 10
         9: .line 7329
            return
        10: .line 7332
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mFirstPosition:I
            istore 4 /* firstPos */
        start local 4 // int firstPos
        11: .line 7333
            iload 4 /* firstPos */
            iload 3 /* childCount */
            iadd
            iconst_1
            isub
            istore 5 /* lastPos */
        start local 5 // int lastPos
        12: .line 7336
            iconst_0
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getCount:()I
            iconst_1
            isub
            iload 1 /* position */
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.Math.max:(II)I
            istore 7 /* clampedPosition */
        start local 7 // int clampedPosition
        13: .line 7337
            iload 7 /* clampedPosition */
            iload 4 /* firstPos */
            if_icmpge 26
        14: .line 7338
            iload 5 /* lastPos */
            iload 2 /* boundPosition */
            isub
            istore 8 /* boundPosFromLast */
        start local 8 // int boundPosFromLast
        15: .line 7339
            iload 8 /* boundPosFromLast */
            iconst_1
            if_icmpge 17
        16: .line 7341
            return
        17: .line 7344
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int int top int int
      StackMap stack:
            iload 4 /* firstPos */
            iload 7 /* clampedPosition */
            isub
            iconst_1
            iadd
            istore 9 /* posTravel */
        start local 9 // int posTravel
        18: .line 7345
            iload 8 /* boundPosFromLast */
            iconst_1
            isub
            istore 10 /* boundTravel */
        start local 10 // int boundTravel
        19: .line 7346
            iload 10 /* boundTravel */
            iload 9 /* posTravel */
            if_icmpge 23
        20: .line 7347
            iload 10 /* boundTravel */
            istore 6 /* viewTravelCount */
        start local 6 // int viewTravelCount
        21: .line 7348
            aload 0 /* this */
            iconst_4
            putfield android.widget.AbsListView$PositionScroller.mMode:I
        22: .line 7349
            goto 41
        end local 6 // int viewTravelCount
        23: .line 7350
      StackMap locals: int int
      StackMap stack:
            iload 9 /* posTravel */
            istore 6 /* viewTravelCount */
        start local 6 // int viewTravelCount
        24: .line 7351
            aload 0 /* this */
            iconst_2
            putfield android.widget.AbsListView$PositionScroller.mMode:I
        end local 10 // int boundTravel
        end local 9 // int posTravel
        end local 8 // int boundPosFromLast
        25: .line 7353
            goto 41
        end local 6 // int viewTravelCount
      StackMap locals:
      StackMap stack:
        26: iload 7 /* clampedPosition */
            iload 5 /* lastPos */
            if_icmple 39
        27: .line 7354
            iload 2 /* boundPosition */
            iload 4 /* firstPos */
            isub
            istore 8 /* boundPosFromFirst */
        start local 8 // int boundPosFromFirst
        28: .line 7355
            iload 8 /* boundPosFromFirst */
            iconst_1
            if_icmpge 30
        29: .line 7357
            return
        30: .line 7360
      StackMap locals: int
      StackMap stack:
            iload 7 /* clampedPosition */
            iload 5 /* lastPos */
            isub
            iconst_1
            iadd
            istore 9 /* posTravel */
        start local 9 // int posTravel
        31: .line 7361
            iload 8 /* boundPosFromFirst */
            iconst_1
            isub
            istore 10 /* boundTravel */
        start local 10 // int boundTravel
        32: .line 7362
            iload 10 /* boundTravel */
            iload 9 /* posTravel */
            if_icmpge 36
        33: .line 7363
            iload 10 /* boundTravel */
            istore 6 /* viewTravelCount */
        start local 6 // int viewTravelCount
        34: .line 7364
            aload 0 /* this */
            iconst_3
            putfield android.widget.AbsListView$PositionScroller.mMode:I
        35: .line 7365
            goto 41
        end local 6 // int viewTravelCount
        36: .line 7366
      StackMap locals: int int
      StackMap stack:
            iload 9 /* posTravel */
            istore 6 /* viewTravelCount */
        start local 6 // int viewTravelCount
        37: .line 7367
            aload 0 /* this */
            iconst_1
            putfield android.widget.AbsListView$PositionScroller.mMode:I
        end local 10 // int boundTravel
        end local 9 // int posTravel
        end local 8 // int boundPosFromFirst
        38: .line 7369
            goto 41
        end local 6 // int viewTravelCount
        39: .line 7370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* clampedPosition */
            iload 2 /* boundPosition */
            sipush 200
            invokevirtual android.widget.AbsListView$PositionScroller.scrollToVisible:(III)V
        40: .line 7371
            return
        start local 6 // int viewTravelCount
        41: .line 7374
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int int int int
      StackMap stack:
            iload 6 /* viewTravelCount */
            ifle 44
        42: .line 7375
            aload 0 /* this */
            sipush 200
            iload 6 /* viewTravelCount */
            idiv
            putfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
        43: .line 7376
            goto 45
        44: .line 7377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            sipush 200
            putfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
        45: .line 7379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* clampedPosition */
            putfield android.widget.AbsListView$PositionScroller.mTargetPos:I
        46: .line 7380
            aload 0 /* this */
            iload 2 /* boundPosition */
            putfield android.widget.AbsListView$PositionScroller.mBoundPos:I
        47: .line 7381
            aload 0 /* this */
            iconst_m1
            putfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
        48: .line 7383
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        49: .line 7384
            return
        end local 7 // int clampedPosition
        end local 6 // int viewTravelCount
        end local 5 // int lastPos
        end local 4 // int firstPos
        end local 3 // int childCount
        end local 2 // int boundPosition
        end local 1 // int position
        end local 0 // android.widget.AbsListView$PositionScroller this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   50     0               this  Landroid/widget/AbsListView$PositionScroller;
            0   50     1           position  I
            0   50     2      boundPosition  I
            8   50     3         childCount  I
           11   50     4           firstPos  I
           12   50     5            lastPos  I
           21   23     6    viewTravelCount  I
           24   26     6    viewTravelCount  I
           34   36     6    viewTravelCount  I
           37   39     6    viewTravelCount  I
           41   50     6    viewTravelCount  I
           13   50     7    clampedPosition  I
           15   25     8   boundPosFromLast  I
           18   25     9          posTravel  I
           19   25    10        boundTravel  I
           28   38     8  boundPosFromFirst  I
           31   38     9          posTravel  I
           32   38    10        boundTravel  I
    MethodParameters:
               Name  Flags
      position       final
      boundPosition  final

  public void startWithOffset(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.widget.AbsListView$PositionScroller this
        start local 1 // int position
        start local 2 // int offset
         0: .line 7388
            aload 0 /* this */
            iload 1 /* position */
            iload 2 /* offset */
            sipush 200
            invokevirtual android.widget.AbsListView$PositionScroller.startWithOffset:(III)V
         1: .line 7389
            return
        end local 2 // int offset
        end local 1 // int position
        end local 0 // android.widget.AbsListView$PositionScroller this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/widget/AbsListView$PositionScroller;
            0    2     1  position  I
            0    2     2    offset  I
    MethodParameters:
          Name  Flags
      position  
      offset    

  public void startWithOffset(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=4
        start local 0 // android.widget.AbsListView$PositionScroller this
        start local 1 // int position
        start local 2 // int offset
        start local 3 // int duration
         0: .line 7393
            aload 0 /* this */
            invokevirtual android.widget.AbsListView$PositionScroller.stop:()V
         1: .line 7395
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mDataChanged:Z
            ifeq 5
         2: .line 7397
            iload 2 /* offset */
            istore 4 /* postOffset */
        start local 4 // int postOffset
         3: .line 7398
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            new android.widget.AbsListView$PositionScroller$3
            dup
            aload 0 /* this */
            iload 1 /* position */
            iload 4 /* postOffset */
            iload 3 /* duration */
            invokespecial android.widget.AbsListView$PositionScroller$3.<init>:(Landroid/widget/AbsListView$PositionScroller;III)V
            putfield android.widget.AbsListView.mPositionScrollAfterLayout:Ljava/lang/Runnable;
         4: .line 7403
            return
        end local 4 // int postOffset
         5: .line 7406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getChildCount:()I
            istore 4 /* childCount */
        start local 4 // int childCount
         6: .line 7407
            iload 4 /* childCount */
            ifne 8
         7: .line 7409
            return
         8: .line 7412
      StackMap locals: int
      StackMap stack:
            iload 2 /* offset */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getPaddingTop:()I
            iadd
            istore 2 /* offset */
         9: .line 7414
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getCount:()I
            iconst_1
            isub
            iload 1 /* position */
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.Math.max:(II)I
            putfield android.widget.AbsListView$PositionScroller.mTargetPos:I
        10: .line 7415
            aload 0 /* this */
            iload 2 /* offset */
            putfield android.widget.AbsListView$PositionScroller.mOffsetFromTop:I
        11: .line 7416
            aload 0 /* this */
            iconst_m1
            putfield android.widget.AbsListView$PositionScroller.mBoundPos:I
        12: .line 7417
            aload 0 /* this */
            iconst_m1
            putfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
        13: .line 7418
            aload 0 /* this */
            iconst_5
            putfield android.widget.AbsListView$PositionScroller.mMode:I
        14: .line 7420
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mFirstPosition:I
            istore 5 /* firstPos */
        start local 5 // int firstPos
        15: .line 7421
            iload 5 /* firstPos */
            iload 4 /* childCount */
            iadd
            iconst_1
            isub
            istore 6 /* lastPos */
        start local 6 // int lastPos
        16: .line 7424
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mTargetPos:I
            iload 5 /* firstPos */
            if_icmpge 19
        17: .line 7425
            iload 5 /* firstPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mTargetPos:I
            isub
            istore 7 /* viewTravelCount */
        start local 7 // int viewTravelCount
        18: .line 7426
            goto 25
        end local 7 // int viewTravelCount
      StackMap locals: int int
      StackMap stack:
        19: aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mTargetPos:I
            iload 6 /* lastPos */
            if_icmple 22
        20: .line 7427
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mTargetPos:I
            iload 6 /* lastPos */
            isub
            istore 7 /* viewTravelCount */
        start local 7 // int viewTravelCount
        21: .line 7428
            goto 25
        end local 7 // int viewTravelCount
        22: .line 7430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mTargetPos:I
            iload 5 /* firstPos */
            isub
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            invokevirtual android.view.View.getTop:()I
            istore 8 /* targetTop */
        start local 8 // int targetTop
        23: .line 7431
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 8 /* targetTop */
            iload 2 /* offset */
            isub
            iload 3 /* duration */
            iconst_1
            iconst_0
            invokevirtual android.widget.AbsListView.smoothScrollBy:(IIZZ)V
        24: .line 7432
            return
        end local 8 // int targetTop
        start local 7 // int viewTravelCount
        25: .line 7436
      StackMap locals: int
      StackMap stack:
            iload 7 /* viewTravelCount */
            i2f
            iload 4 /* childCount */
            i2f
            fdiv
            fstore 8 /* screenTravelCount */
        start local 8 // float screenTravelCount
        26: .line 7437
            aload 0 /* this */
            fload 8 /* screenTravelCount */
            fconst_1
            fcmpg
            ifge 28
        27: .line 7438
            iload 3 /* duration */
            goto 29
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int int int int float
      StackMap stack: android.widget.AbsListView$PositionScroller
        28: iload 3 /* duration */
            i2f
            fload 8 /* screenTravelCount */
            fdiv
            f2i
        29: .line 7437
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int int int int float
      StackMap stack: android.widget.AbsListView$PositionScroller int
            putfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
        30: .line 7439
            aload 0 /* this */
            iconst_m1
            putfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
        31: .line 7441
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        32: .line 7442
            return
        end local 8 // float screenTravelCount
        end local 7 // int viewTravelCount
        end local 6 // int lastPos
        end local 5 // int firstPos
        end local 4 // int childCount
        end local 3 // int duration
        end local 2 // int offset
        end local 1 // int position
        end local 0 // android.widget.AbsListView$PositionScroller this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   33     0               this  Landroid/widget/AbsListView$PositionScroller;
            0   33     1           position  I
            0   33     2             offset  I
            0   33     3           duration  I
            3    5     4         postOffset  I
            6   33     4         childCount  I
           15   33     5           firstPos  I
           16   33     6            lastPos  I
           18   19     7    viewTravelCount  I
           21   22     7    viewTravelCount  I
           25   33     7    viewTravelCount  I
           23   25     8          targetTop  I
           26   33     8  screenTravelCount  F
    MethodParameters:
          Name  Flags
      position  final
      offset    
      duration  final

  private void scrollToVisible(int, int, int);
    descriptor: (III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=17, args_size=4
        start local 0 // android.widget.AbsListView$PositionScroller this
        start local 1 // int targetPos
        start local 2 // int boundPos
        start local 3 // int duration
         0: .line 7449
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mFirstPosition:I
            istore 4 /* firstPos */
        start local 4 // int firstPos
         1: .line 7450
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getChildCount:()I
            istore 5 /* childCount */
        start local 5 // int childCount
         2: .line 7451
            iload 4 /* firstPos */
            iload 5 /* childCount */
            iadd
            iconst_1
            isub
            istore 6 /* lastPos */
        start local 6 // int lastPos
         3: .line 7452
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mListPadding:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
            istore 7 /* paddedTop */
        start local 7 // int paddedTop
         4: .line 7453
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getHeight:()I
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mListPadding:Landroid/graphics/Rect;
            getfield android.graphics.Rect.bottom:I
            isub
            istore 8 /* paddedBottom */
        start local 8 // int paddedBottom
         5: .line 7455
            iload 1 /* targetPos */
            iload 4 /* firstPos */
            if_icmplt 6
            iload 1 /* targetPos */
            iload 6 /* lastPos */
            if_icmple 9
         6: .line 7456
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int int int int int
      StackMap stack:
            ldc "AbsListView"
            new java.lang.StringBuilder
            dup
            ldc "scrollToVisible called with targetPos "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* targetPos */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 7457
            ldc " not visible ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* firstPos */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 6 /* lastPos */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 7456
            invokestatic android.util.Log.w:(Ljava/lang/String;Ljava/lang/String;)I
            pop
         9: .line 7459
      StackMap locals:
      StackMap stack:
            iload 2 /* boundPos */
            iload 4 /* firstPos */
            if_icmplt 10
            iload 2 /* boundPos */
            iload 6 /* lastPos */
            if_icmple 11
        10: .line 7461
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 2 /* boundPos */
        11: .line 7464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 1 /* targetPos */
            iload 4 /* firstPos */
            isub
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            astore 9 /* targetChild */
        start local 9 // android.view.View targetChild
        12: .line 7465
            aload 9 /* targetChild */
            invokevirtual android.view.View.getTop:()I
            istore 10 /* targetTop */
        start local 10 // int targetTop
        13: .line 7466
            aload 9 /* targetChild */
            invokevirtual android.view.View.getBottom:()I
            istore 11 /* targetBottom */
        start local 11 // int targetBottom
        14: .line 7467
            iconst_0
            istore 12 /* scrollBy */
        start local 12 // int scrollBy
        15: .line 7469
            iload 11 /* targetBottom */
            iload 8 /* paddedBottom */
            if_icmple 17
        16: .line 7470
            iload 11 /* targetBottom */
            iload 8 /* paddedBottom */
            isub
            istore 12 /* scrollBy */
        17: .line 7472
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int int int int int android.view.View int int int
      StackMap stack:
            iload 10 /* targetTop */
            iload 7 /* paddedTop */
            if_icmpge 19
        18: .line 7473
            iload 10 /* targetTop */
            iload 7 /* paddedTop */
            isub
            istore 12 /* scrollBy */
        19: .line 7476
      StackMap locals:
      StackMap stack:
            iload 12 /* scrollBy */
            ifne 21
        20: .line 7477
            return
        21: .line 7480
      StackMap locals:
      StackMap stack:
            iload 2 /* boundPos */
            iflt 31
        22: .line 7481
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 2 /* boundPos */
            iload 4 /* firstPos */
            isub
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            astore 13 /* boundChild */
        start local 13 // android.view.View boundChild
        23: .line 7482
            aload 13 /* boundChild */
            invokevirtual android.view.View.getTop:()I
            istore 14 /* boundTop */
        start local 14 // int boundTop
        24: .line 7483
            aload 13 /* boundChild */
            invokevirtual android.view.View.getBottom:()I
            istore 15 /* boundBottom */
        start local 15 // int boundBottom
        25: .line 7484
            iload 12 /* scrollBy */
            invokestatic java.lang.Math.abs:(I)I
            istore 16 /* absScroll */
        start local 16 // int absScroll
        26: .line 7486
            iload 12 /* scrollBy */
            ifge 29
            iload 15 /* boundBottom */
            iload 16 /* absScroll */
            iadd
            iload 8 /* paddedBottom */
            if_icmple 29
        27: .line 7488
            iconst_0
            iload 15 /* boundBottom */
            iload 8 /* paddedBottom */
            isub
            invokestatic java.lang.Math.max:(II)I
            istore 12 /* scrollBy */
        28: .line 7489
            goto 31
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int int int int int android.view.View int int int android.view.View int int int
      StackMap stack:
        29: iload 12 /* scrollBy */
            ifle 31
            iload 14 /* boundTop */
            iload 16 /* absScroll */
            isub
            iload 7 /* paddedTop */
            if_icmpge 31
        30: .line 7491
            iconst_0
            iload 14 /* boundTop */
            iload 7 /* paddedTop */
            isub
            invokestatic java.lang.Math.min:(II)I
            istore 12 /* scrollBy */
        end local 16 // int absScroll
        end local 15 // int boundBottom
        end local 14 // int boundTop
        end local 13 // android.view.View boundChild
        31: .line 7495
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int int int int int android.view.View int int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 12 /* scrollBy */
            iload 3 /* duration */
            invokevirtual android.widget.AbsListView.smoothScrollBy:(II)V
        32: .line 7496
            return
        end local 12 // int scrollBy
        end local 11 // int targetBottom
        end local 10 // int targetTop
        end local 9 // android.view.View targetChild
        end local 8 // int paddedBottom
        end local 7 // int paddedTop
        end local 6 // int lastPos
        end local 5 // int childCount
        end local 4 // int firstPos
        end local 3 // int duration
        end local 2 // int boundPos
        end local 1 // int targetPos
        end local 0 // android.widget.AbsListView$PositionScroller this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   33     0          this  Landroid/widget/AbsListView$PositionScroller;
            0   33     1     targetPos  I
            0   33     2      boundPos  I
            0   33     3      duration  I
            1   33     4      firstPos  I
            2   33     5    childCount  I
            3   33     6       lastPos  I
            4   33     7     paddedTop  I
            5   33     8  paddedBottom  I
           12   33     9   targetChild  Landroid/view/View;
           13   33    10     targetTop  I
           14   33    11  targetBottom  I
           15   33    12      scrollBy  I
           23   31    13    boundChild  Landroid/view/View;
           24   31    14      boundTop  I
           25   31    15   boundBottom  I
           26   31    16     absScroll  I
    MethodParameters:
           Name  Flags
      targetPos  
      boundPos   
      duration   

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.AbsListView$PositionScroller this
         0: .line 7500
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.removeCallbacks:(Ljava/lang/Runnable;)Z
            pop
         1: .line 7501
            return
        end local 0 // android.widget.AbsListView$PositionScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/AbsListView$PositionScroller;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=18, args_size=1
        start local 0 // android.widget.AbsListView$PositionScroller this
         0: .line 7505
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getHeight:()I
            istore 1 /* listHeight */
        start local 1 // int listHeight
         1: .line 7506
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mFirstPosition:I
            istore 2 /* firstPos */
        start local 2 // int firstPos
         2: .line 7508
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mMode:I
            tableswitch { // 1 - 5
                    1: 3
                    2: 51
                    3: 26
                    4: 70
                    5: 96
              default: 142
          }
         3: .line 7510
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getChildCount:()I
            iconst_1
            isub
            istore 3 /* lastViewIndex */
        start local 3 // int lastViewIndex
         4: .line 7511
            iload 2 /* firstPos */
            iload 3 /* lastViewIndex */
            iadd
            istore 4 /* lastPos */
        start local 4 // int lastPos
         5: .line 7513
            iload 3 /* lastViewIndex */
            ifge 7
         6: .line 7514
            return
         7: .line 7517
      StackMap locals: int int
      StackMap stack:
            iload 4 /* lastPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
            if_icmpne 10
         8: .line 7519
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
         9: .line 7520
            return
        10: .line 7523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 3 /* lastViewIndex */
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            astore 5 /* lastView */
        start local 5 // android.view.View lastView
        11: .line 7524
            aload 5 /* lastView */
            invokevirtual android.view.View.getHeight:()I
            istore 6 /* lastViewHeight */
        start local 6 // int lastViewHeight
        12: .line 7525
            aload 5 /* lastView */
            invokevirtual android.view.View.getTop:()I
            istore 7 /* lastViewTop */
        start local 7 // int lastViewTop
        13: .line 7526
            iload 1 /* listHeight */
            iload 7 /* lastViewTop */
            isub
            istore 8 /* lastViewPixelsShowing */
        start local 8 // int lastViewPixelsShowing
        14: .line 7527
            iload 4 /* lastPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mItemCount:I
            iconst_1
            isub
            if_icmpge 16
        15: .line 7528
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mListPadding:Landroid/graphics/Rect;
            getfield android.graphics.Rect.bottom:I
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mExtraScroll:I
            invokestatic java.lang.Math.max:(II)I
            goto 17
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int android.view.View int int int
      StackMap stack:
        16: aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mListPadding:Landroid/graphics/Rect;
            getfield android.graphics.Rect.bottom:I
        17: .line 7527
      StackMap locals:
      StackMap stack: int
            istore 9 /* extraScroll */
        start local 9 // int extraScroll
        18: .line 7530
            iload 6 /* lastViewHeight */
            iload 8 /* lastViewPixelsShowing */
            isub
            iload 9 /* extraScroll */
            iadd
            istore 10 /* scrollBy */
        start local 10 // int scrollBy
        19: .line 7531
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 10 /* scrollBy */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
            iconst_1
            iload 4 /* lastPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mTargetPos:I
            if_icmpge 20
            iconst_1
            goto 21
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int android.view.View int int int int int
      StackMap stack: android.widget.AbsListView int int int
        20: iconst_0
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int android.view.View int int int int int
      StackMap stack: android.widget.AbsListView int int int int
        21: invokevirtual android.widget.AbsListView.smoothScrollBy:(IIZZ)V
        22: .line 7533
            aload 0 /* this */
            iload 4 /* lastPos */
            putfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
        23: .line 7534
            iload 4 /* lastPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mTargetPos:I
            if_icmpge 142
        24: .line 7535
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        25: .line 7537
            goto 142
        end local 10 // int scrollBy
        end local 9 // int extraScroll
        end local 8 // int lastViewPixelsShowing
        end local 7 // int lastViewTop
        end local 6 // int lastViewHeight
        end local 5 // android.view.View lastView
        end local 4 // int lastPos
        end local 3 // int lastViewIndex
        26: .line 7542
      StackMap locals: android.widget.AbsListView$PositionScroller int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getChildCount:()I
            istore 3 /* childCount */
        start local 3 // int childCount
        27: .line 7544
            iload 2 /* firstPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mBoundPos:I
            if_icmpeq 29
            iload 3 /* childCount */
            iconst_1
            if_icmple 29
        28: .line 7545
            iload 2 /* firstPos */
            iload 3 /* childCount */
            iadd
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mItemCount:I
            if_icmplt 31
        29: .line 7546
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iconst_0
            invokevirtual android.widget.AbsListView.reportScrollStateChange:(I)V
        30: .line 7547
            return
        31: .line 7549
      StackMap locals:
      StackMap stack:
            iload 2 /* firstPos */
            iconst_1
            iadd
            istore 4 /* nextPos */
        start local 4 // int nextPos
        32: .line 7551
            iload 4 /* nextPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
            if_icmpne 35
        33: .line 7553
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        34: .line 7554
            return
        35: .line 7557
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iconst_1
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            astore 5 /* nextView */
        start local 5 // android.view.View nextView
        36: .line 7558
            aload 5 /* nextView */
            invokevirtual android.view.View.getHeight:()I
            istore 6 /* nextViewHeight */
        start local 6 // int nextViewHeight
        37: .line 7559
            aload 5 /* nextView */
            invokevirtual android.view.View.getTop:()I
            istore 7 /* nextViewTop */
        start local 7 // int nextViewTop
        38: .line 7560
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mListPadding:Landroid/graphics/Rect;
            getfield android.graphics.Rect.bottom:I
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mExtraScroll:I
            invokestatic java.lang.Math.max:(II)I
            istore 8 /* extraScroll */
        start local 8 // int extraScroll
        39: .line 7561
            iload 4 /* nextPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mBoundPos:I
            if_icmpge 46
        40: .line 7562
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iconst_0
            iload 6 /* nextViewHeight */
            iload 7 /* nextViewTop */
            iadd
            iload 8 /* extraScroll */
            isub
            invokestatic java.lang.Math.max:(II)I
        41: .line 7563
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
            iconst_1
            iconst_1
        42: .line 7562
            invokevirtual android.widget.AbsListView.smoothScrollBy:(IIZZ)V
        43: .line 7565
            aload 0 /* this */
            iload 4 /* nextPos */
            putfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
        44: .line 7567
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        45: .line 7568
            goto 142
        46: .line 7569
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int android.view.View int int int
      StackMap stack:
            iload 7 /* nextViewTop */
            iload 8 /* extraScroll */
            if_icmple 49
        47: .line 7570
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 7 /* nextViewTop */
            iload 8 /* extraScroll */
            isub
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
            iconst_1
            iconst_0
            invokevirtual android.widget.AbsListView.smoothScrollBy:(IIZZ)V
        48: .line 7571
            goto 142
        49: .line 7572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iconst_0
            invokevirtual android.widget.AbsListView.reportScrollStateChange:(I)V
        50: .line 7575
            goto 142
        end local 8 // int extraScroll
        end local 7 // int nextViewTop
        end local 6 // int nextViewHeight
        end local 5 // android.view.View nextView
        end local 4 // int nextPos
        end local 3 // int childCount
        51: .line 7579
      StackMap locals: android.widget.AbsListView$PositionScroller int int
      StackMap stack:
            iload 2 /* firstPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
            if_icmpne 54
        52: .line 7581
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        53: .line 7582
            return
        54: .line 7585
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iconst_0
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            astore 3 /* firstView */
        start local 3 // android.view.View firstView
        55: .line 7586
            aload 3 /* firstView */
            ifnonnull 57
        56: .line 7587
            return
        57: .line 7589
      StackMap locals: android.view.View
      StackMap stack:
            aload 3 /* firstView */
            invokevirtual android.view.View.getTop:()I
            istore 4 /* firstViewTop */
        start local 4 // int firstViewTop
        58: .line 7590
            iload 2 /* firstPos */
            ifle 60
        59: .line 7591
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mExtraScroll:I
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mListPadding:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
            invokestatic java.lang.Math.max:(II)I
            goto 61
      StackMap locals: int
      StackMap stack:
        60: aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mListPadding:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
        61: .line 7590
      StackMap locals:
      StackMap stack: int
            istore 5 /* extraScroll */
        start local 5 // int extraScroll
        62: .line 7593
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 4 /* firstViewTop */
            iload 5 /* extraScroll */
            isub
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
            iconst_1
        63: .line 7594
            iload 2 /* firstPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mTargetPos:I
            if_icmple 64
            iconst_1
            goto 65
      StackMap locals: android.widget.AbsListView$PositionScroller int int android.view.View int int
      StackMap stack: android.widget.AbsListView int int int
        64: iconst_0
        65: .line 7593
      StackMap locals: android.widget.AbsListView$PositionScroller int int android.view.View int int
      StackMap stack: android.widget.AbsListView int int int int
            invokevirtual android.widget.AbsListView.smoothScrollBy:(IIZZ)V
        66: .line 7596
            aload 0 /* this */
            iload 2 /* firstPos */
            putfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
        67: .line 7598
            iload 2 /* firstPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mTargetPos:I
            if_icmple 142
        68: .line 7599
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        69: .line 7601
            goto 142
        end local 5 // int extraScroll
        end local 4 // int firstViewTop
        end local 3 // android.view.View firstView
        70: .line 7605
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getChildCount:()I
            iconst_2
            isub
            istore 3 /* lastViewIndex */
        start local 3 // int lastViewIndex
        71: .line 7606
            iload 3 /* lastViewIndex */
            ifge 73
        72: .line 7607
            return
        73: .line 7609
      StackMap locals: int
      StackMap stack:
            iload 2 /* firstPos */
            iload 3 /* lastViewIndex */
            iadd
            istore 4 /* lastPos */
        start local 4 // int lastPos
        74: .line 7611
            iload 4 /* lastPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
            if_icmpne 77
        75: .line 7613
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        76: .line 7614
            return
        77: .line 7617
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 3 /* lastViewIndex */
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            astore 5 /* lastView */
        start local 5 // android.view.View lastView
        78: .line 7618
            aload 5 /* lastView */
            invokevirtual android.view.View.getHeight:()I
            istore 6 /* lastViewHeight */
        start local 6 // int lastViewHeight
        79: .line 7619
            aload 5 /* lastView */
            invokevirtual android.view.View.getTop:()I
            istore 7 /* lastViewTop */
        start local 7 // int lastViewTop
        80: .line 7620
            iload 1 /* listHeight */
            iload 7 /* lastViewTop */
            isub
            istore 8 /* lastViewPixelsShowing */
        start local 8 // int lastViewPixelsShowing
        81: .line 7621
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            getfield android.widget.AbsListView.mListPadding:Landroid/graphics/Rect;
            getfield android.graphics.Rect.top:I
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mExtraScroll:I
            invokestatic java.lang.Math.max:(II)I
            istore 9 /* extraScroll */
        start local 9 // int extraScroll
        82: .line 7622
            aload 0 /* this */
            iload 4 /* lastPos */
            putfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
        83: .line 7623
            iload 4 /* lastPos */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mBoundPos:I
            if_icmple 89
        84: .line 7624
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 8 /* lastViewPixelsShowing */
            iload 9 /* extraScroll */
            isub
            ineg
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
            iconst_1
        85: .line 7625
            iconst_1
        86: .line 7624
            invokevirtual android.widget.AbsListView.smoothScrollBy:(IIZZ)V
        87: .line 7626
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        88: .line 7627
            goto 142
        89: .line 7628
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int android.view.View int int int int
      StackMap stack:
            iload 1 /* listHeight */
            iload 9 /* extraScroll */
            isub
            istore 10 /* bottom */
        start local 10 // int bottom
        90: .line 7629
            iload 7 /* lastViewTop */
            iload 6 /* lastViewHeight */
            iadd
            istore 11 /* lastViewBottom */
        start local 11 // int lastViewBottom
        91: .line 7630
            iload 10 /* bottom */
            iload 11 /* lastViewBottom */
            if_icmple 94
        92: .line 7631
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 10 /* bottom */
            iload 11 /* lastViewBottom */
            isub
            ineg
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
            iconst_1
            iconst_0
            invokevirtual android.widget.AbsListView.smoothScrollBy:(IIZZ)V
        93: .line 7632
            goto 142
        94: .line 7633
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iconst_0
            invokevirtual android.widget.AbsListView.reportScrollStateChange:(I)V
        end local 11 // int lastViewBottom
        end local 10 // int bottom
        95: .line 7636
            goto 142
        end local 9 // int extraScroll
        end local 8 // int lastViewPixelsShowing
        end local 7 // int lastViewTop
        end local 6 // int lastViewHeight
        end local 5 // android.view.View lastView
        end local 4 // int lastPos
        end local 3 // int lastViewIndex
        96: .line 7640
      StackMap locals: android.widget.AbsListView$PositionScroller int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
            iload 2 /* firstPos */
            if_icmpne 99
        97: .line 7642
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        98: .line 7643
            return
        99: .line 7646
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* firstPos */
            putfield android.widget.AbsListView$PositionScroller.mLastSeenPos:I
       100: .line 7648
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getChildCount:()I
            istore 3 /* childCount */
        start local 3 // int childCount
       101: .line 7649
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mTargetPos:I
            istore 4 /* position */
        start local 4 // int position
       102: .line 7650
            iload 2 /* firstPos */
            iload 3 /* childCount */
            iadd
            iconst_1
            isub
            istore 5 /* lastPos */
        start local 5 // int lastPos
       103: .line 7654
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iconst_0
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            astore 6 /* firstChild */
        start local 6 // android.view.View firstChild
       104: .line 7655
            aload 6 /* firstChild */
            invokevirtual android.view.View.getHeight:()I
            istore 7 /* firstChildHeight */
        start local 7 // int firstChildHeight
       105: .line 7656
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 3 /* childCount */
            iconst_1
            isub
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            astore 8 /* lastChild */
        start local 8 // android.view.View lastChild
       106: .line 7657
            aload 8 /* lastChild */
            invokevirtual android.view.View.getHeight:()I
            istore 9 /* lastChildHeight */
        start local 9 // int lastChildHeight
       107: .line 7658
            iload 7 /* firstChildHeight */
            i2f
            fconst_0
            fcmpl
            ifne 108
            fconst_1
            goto 109
       108: .line 7659
      StackMap locals: android.widget.AbsListView$PositionScroller int int int int int android.view.View int android.view.View int
      StackMap stack:
            iload 7 /* firstChildHeight */
            aload 6 /* firstChild */
            invokevirtual android.view.View.getTop:()I
            iadd
            i2f
            iload 7 /* firstChildHeight */
            i2f
            fdiv
       109: .line 7658
      StackMap locals:
      StackMap stack: float
            fstore 10 /* firstPositionVisiblePart */
        start local 10 // float firstPositionVisiblePart
       110: .line 7660
            iload 9 /* lastChildHeight */
            i2f
            fconst_0
            fcmpl
            ifne 111
            fconst_1
            goto 114
       111: .line 7661
      StackMap locals: float
      StackMap stack:
            iload 9 /* lastChildHeight */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getHeight:()I
            iadd
            aload 8 /* lastChild */
            invokevirtual android.view.View.getBottom:()I
            isub
            i2f
       112: .line 7662
            iload 9 /* lastChildHeight */
            i2f
       113: .line 7661
            fdiv
       114: .line 7660
      StackMap locals:
      StackMap stack: float
            fstore 11 /* lastPositionVisiblePart */
        start local 11 // float lastPositionVisiblePart
       115: .line 7664
            fconst_0
            fstore 12 /* viewTravelCount */
        start local 12 // float viewTravelCount
       116: .line 7665
            iload 4 /* position */
            iload 2 /* firstPos */
            if_icmpge 119
       117: .line 7666
            iload 2 /* firstPos */
            iload 4 /* position */
            isub
            i2f
            fconst_1
            fload 10 /* firstPositionVisiblePart */
            fsub
            fadd
            fconst_1
            fadd
            fstore 12 /* viewTravelCount */
       118: .line 7667
            goto 121
      StackMap locals: float float
      StackMap stack:
       119: iload 4 /* position */
            iload 5 /* lastPos */
            if_icmple 121
       120: .line 7668
            iload 4 /* position */
            iload 5 /* lastPos */
            isub
            i2f
            fconst_1
            fload 11 /* lastPositionVisiblePart */
            fsub
            fadd
            fstore 12 /* viewTravelCount */
       121: .line 7672
      StackMap locals:
      StackMap stack:
            fload 12 /* viewTravelCount */
            iload 3 /* childCount */
            i2f
            fdiv
            fstore 13 /* screenTravelCount */
        start local 13 // float screenTravelCount
       122: .line 7674
            fload 13 /* screenTravelCount */
            invokestatic java.lang.Math.abs:(F)F
            fconst_1
            invokestatic java.lang.Math.min:(FF)F
            fstore 14 /* modifier */
        start local 14 // float modifier
       123: .line 7675
            iload 4 /* position */
            iload 2 /* firstPos */
            if_icmpge 129
       124: .line 7676
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getHeight:()I
            ineg
            i2f
            fload 14 /* modifier */
            fmul
            f2i
            istore 15 /* distance */
        start local 15 // int distance
       125: .line 7677
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
            i2f
            fload 14 /* modifier */
            fmul
            f2i
            istore 16 /* duration */
        start local 16 // int duration
       126: .line 7678
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 15 /* distance */
            iload 16 /* duration */
            iconst_1
            iconst_1
            invokevirtual android.widget.AbsListView.smoothScrollBy:(IIZZ)V
       127: .line 7679
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        end local 16 // int duration
        end local 15 // int distance
       128: .line 7680
            goto 142
      StackMap locals: float float
      StackMap stack:
       129: iload 4 /* position */
            iload 5 /* lastPos */
            if_icmple 135
       130: .line 7681
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getHeight:()I
            i2f
            fload 14 /* modifier */
            fmul
            f2i
            istore 15 /* distance */
        start local 15 // int distance
       131: .line 7682
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
            i2f
            fload 14 /* modifier */
            fmul
            f2i
            istore 16 /* duration */
        start local 16 // int duration
       132: .line 7683
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 15 /* distance */
            iload 16 /* duration */
            iconst_1
            iconst_1
            invokevirtual android.widget.AbsListView.smoothScrollBy:(IIZZ)V
       133: .line 7684
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            aload 0 /* this */
            invokevirtual android.widget.AbsListView.postOnAnimation:(Ljava/lang/Runnable;)V
        end local 16 // int duration
        end local 15 // int distance
       134: .line 7685
            goto 142
       135: .line 7687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 4 /* position */
            iload 2 /* firstPos */
            isub
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            invokevirtual android.view.View.getTop:()I
            istore 15 /* targetTop */
        start local 15 // int targetTop
       136: .line 7688
            iload 15 /* targetTop */
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mOffsetFromTop:I
            isub
            istore 16 /* distance */
        start local 16 // int distance
       137: .line 7689
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.mScrollDuration:I
            i2f
       138: .line 7690
            iload 16 /* distance */
            invokestatic java.lang.Math.abs:(I)I
            i2f
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getHeight:()I
            i2f
            fdiv
       139: .line 7689
            fmul
            f2i
            istore 17 /* duration */
        start local 17 // int duration
       140: .line 7691
            aload 0 /* this */
            getfield android.widget.AbsListView$PositionScroller.this$0:Landroid/widget/AbsListView;
            iload 16 /* distance */
            iload 17 /* duration */
            iconst_1
            iconst_0
            invokevirtual android.widget.AbsListView.smoothScrollBy:(IIZZ)V
        end local 17 // int duration
        end local 16 // int distance
        end local 15 // int targetTop
       141: .line 7693
            goto 142
        end local 14 // float modifier
        end local 13 // float screenTravelCount
        end local 12 // float viewTravelCount
        end local 11 // float lastPositionVisiblePart
        end local 10 // float firstPositionVisiblePart
        end local 9 // int lastChildHeight
        end local 8 // android.view.View lastChild
        end local 7 // int firstChildHeight
        end local 6 // android.view.View firstChild
        end local 5 // int lastPos
        end local 4 // int position
        end local 3 // int childCount
       142: .line 7699
      StackMap locals: android.widget.AbsListView$PositionScroller int int
      StackMap stack:
            return
        end local 2 // int firstPos
        end local 1 // int listHeight
        end local 0 // android.widget.AbsListView$PositionScroller this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0  143     0                      this  Landroid/widget/AbsListView$PositionScroller;
            1  143     1                listHeight  I
            2  143     2                  firstPos  I
            4   26     3             lastViewIndex  I
            5   26     4                   lastPos  I
           11   26     5                  lastView  Landroid/view/View;
           12   26     6            lastViewHeight  I
           13   26     7               lastViewTop  I
           14   26     8     lastViewPixelsShowing  I
           18   26     9               extraScroll  I
           19   26    10                  scrollBy  I
           27   51     3                childCount  I
           32   51     4                   nextPos  I
           36   51     5                  nextView  Landroid/view/View;
           37   51     6            nextViewHeight  I
           38   51     7               nextViewTop  I
           39   51     8               extraScroll  I
           55   70     3                 firstView  Landroid/view/View;
           58   70     4              firstViewTop  I
           62   70     5               extraScroll  I
           71   96     3             lastViewIndex  I
           74   96     4                   lastPos  I
           78   96     5                  lastView  Landroid/view/View;
           79   96     6            lastViewHeight  I
           80   96     7               lastViewTop  I
           81   96     8     lastViewPixelsShowing  I
           82   96     9               extraScroll  I
           90   95    10                    bottom  I
           91   95    11            lastViewBottom  I
          101  142     3                childCount  I
          102  142     4                  position  I
          103  142     5                   lastPos  I
          104  142     6                firstChild  Landroid/view/View;
          105  142     7          firstChildHeight  I
          106  142     8                 lastChild  Landroid/view/View;
          107  142     9           lastChildHeight  I
          110  142    10  firstPositionVisiblePart  F
          115  142    11   lastPositionVisiblePart  F
          116  142    12           viewTravelCount  F
          122  142    13         screenTravelCount  F
          123  142    14                  modifier  F
          125  128    15                  distance  I
          126  128    16                  duration  I
          131  134    15                  distance  I
          132  134    16                  duration  I
          136  141    15                 targetTop  I
          137  141    16                  distance  I
          140  141    17                  duration  I
}
SourceFile: "AbsListView.java"
NestHost: android.widget.AbsListView
InnerClasses:
  abstract AbsPositionScroller = android.widget.AbsListView$AbsPositionScroller of android.widget.AbsListView
  PositionScroller = android.widget.AbsListView$PositionScroller of android.widget.AbsListView
  android.widget.AbsListView$PositionScroller$1
  android.widget.AbsListView$PositionScroller$2
  android.widget.AbsListView$PositionScroller$3