class android.widget.FastScroller
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.FastScroller
  super_class: java.lang.Object
{
  private static final int DURATION_FADE_OUT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 300

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

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

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

  private static final long FADE_TIMEOUT;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1500

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

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

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

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

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

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

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

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

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

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

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

  private static final long TAP_TIMEOUT;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final android.graphics.Rect mTempBounds;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.graphics.Rect mTempMargins;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.graphics.Rect mContainerRect;
    descriptor: Landroid/graphics/Rect;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.widget.AbsListView mList;
    descriptor: Landroid/widget/AbsListView;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.view.ViewGroupOverlay mOverlay;
    descriptor: Landroid/view/ViewGroupOverlay;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.widget.TextView mPrimaryText;
    descriptor: Landroid/widget/TextView;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.widget.TextView mSecondaryText;
    descriptor: Landroid/widget/TextView;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.widget.ImageView mThumbImage;
    descriptor: Landroid/widget/ImageView;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.widget.ImageView mTrackImage;
    descriptor: Landroid/widget/ImageView;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.view.View mPreviewImage;
    descriptor: Landroid/view/View;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int[] mPreviewResId;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

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

  private float mTextSize;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private android.content.res.ColorStateList mTextColor;
    descriptor: Landroid/content/res/ColorStateList;
    flags: (0x0002) ACC_PRIVATE

  private android.graphics.drawable.Drawable mThumbDrawable;
    descriptor: Landroid/graphics/drawable/Drawable;
    flags: (0x0002) ACC_PRIVATE

  private android.graphics.drawable.Drawable mTrackDrawable;
    descriptor: Landroid/graphics/drawable/Drawable;
    flags: (0x0002) ACC_PRIVATE

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

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

  private float mThumbOffset;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float mThumbRange;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

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

  private android.animation.AnimatorSet mDecorAnimation;
    descriptor: Landroid/animation/AnimatorSet;
    flags: (0x0002) ACC_PRIVATE

  private android.animation.AnimatorSet mPreviewAnimation;
    descriptor: Landroid/animation/AnimatorSet;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

  private java.lang.Object[] mSections;
    descriptor: [Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private android.widget.Adapter mListAdapter;
    descriptor: Landroid/widget/Adapter;
    flags: (0x0002) ACC_PRIVATE

  private android.widget.SectionIndexer mSectionIndexer;
    descriptor: Landroid/widget/SectionIndexer;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

  private float mInitialTouchY;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private long mPendingDrag;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private final java.lang.Runnable mDeferHide;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.animation.Animator$AnimatorListener mSwitchPrimaryListener;
    descriptor: Landroid/animation/Animator$AnimatorListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static android.util.Property<android.view.View, java.lang.Integer> LEFT;
    descriptor: Landroid/util/Property;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Landroid/util/Property<Landroid/view/View;Ljava/lang/Integer;>;

  private static android.util.Property<android.view.View, java.lang.Integer> TOP;
    descriptor: Landroid/util/Property;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Landroid/util/Property<Landroid/view/View;Ljava/lang/Integer;>;

  private static android.util.Property<android.view.View, java.lang.Integer> RIGHT;
    descriptor: Landroid/util/Property;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Landroid/util/Property<Landroid/view/View;Ljava/lang/Integer;>;

  private static android.util.Property<android.view.View, java.lang.Integer> BOTTOM;
    descriptor: Landroid/util/Property;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Landroid/util/Property<Landroid/view/View;Ljava/lang/Integer;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 97
            invokestatic android.view.ViewConfiguration.getTapTimeout:()I
            i2l
            putstatic android.widget.FastScroller.TAP_TIMEOUT:J
         1: .line 1611
            new android.widget.FastScroller$3
            dup
            ldc "left"
            invokespecial android.widget.FastScroller$3.<init>:(Ljava/lang/String;)V
            putstatic android.widget.FastScroller.LEFT:Landroid/util/Property;
         2: .line 1627
            new android.widget.FastScroller$4
            dup
            ldc "top"
            invokespecial android.widget.FastScroller$4.<init>:(Ljava/lang/String;)V
            putstatic android.widget.FastScroller.TOP:Landroid/util/Property;
         3: .line 1643
            new android.widget.FastScroller$5
            dup
            ldc "right"
            invokespecial android.widget.FastScroller$5.<init>:(Ljava/lang/String;)V
            putstatic android.widget.FastScroller.RIGHT:Landroid/util/Property;
         4: .line 1659
            new android.widget.FastScroller$6
            dup
            ldc "bottom"
            invokespecial android.widget.FastScroller$6.<init>:(Ljava/lang/String;)V
            putstatic android.widget.FastScroller.BOTTOM:Landroid/util/Property;
         5: .line 1669
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(android.widget.AbsListView, int);
    descriptor: (Landroid/widget/AbsListView;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.FastScroller this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.internal.R cannot be resolved\n\tcom.android.internal.R.dimen cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/FastScroller;
    MethodParameters:
            Name  Flags
      listView    
      styleResId  

  private void updateAppearance();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 292
            iconst_0
            istore 1 /* width */
        start local 1 // int width
         1: .line 295
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackImage:Landroid/widget/ImageView;
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackDrawable:Landroid/graphics/drawable/Drawable;
            invokevirtual android.widget.ImageView.setImageDrawable:(Landroid/graphics/drawable/Drawable;)V
         2: .line 296
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackDrawable:Landroid/graphics/drawable/Drawable;
            ifnull 4
         3: .line 297
            iload 1 /* width */
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackDrawable:Landroid/graphics/drawable/Drawable;
            invokevirtual android.graphics.drawable.Drawable.getIntrinsicWidth:()I
            invokestatic java.lang.Math.max:(II)I
            istore 1 /* width */
         4: .line 301
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbDrawable:Landroid/graphics/drawable/Drawable;
            invokevirtual android.widget.ImageView.setImageDrawable:(Landroid/graphics/drawable/Drawable;)V
         5: .line 302
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbMinWidth:I
            invokevirtual android.widget.ImageView.setMinimumWidth:(I)V
         6: .line 303
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbMinHeight:I
            invokevirtual android.widget.ImageView.setMinimumHeight:(I)V
         7: .line 304
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbDrawable:Landroid/graphics/drawable/Drawable;
            ifnull 9
         8: .line 305
            iload 1 /* width */
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbDrawable:Landroid/graphics/drawable/Drawable;
            invokevirtual android.graphics.drawable.Drawable.getIntrinsicWidth:()I
            invokestatic java.lang.Math.max:(II)I
            istore 1 /* width */
         9: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* width */
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbMinWidth:I
            invokestatic java.lang.Math.max:(II)I
            putfield android.widget.FastScroller.mWidth:I
        10: .line 311
            aload 0 /* this */
            getfield android.widget.FastScroller.mTextAppearance:I
            ifeq 13
        11: .line 312
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            aload 0 /* this */
            getfield android.widget.FastScroller.mTextAppearance:I
            invokevirtual android.widget.TextView.setTextAppearance:(I)V
        12: .line 313
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            aload 0 /* this */
            getfield android.widget.FastScroller.mTextAppearance:I
            invokevirtual android.widget.TextView.setTextAppearance:(I)V
        13: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mTextColor:Landroid/content/res/ColorStateList;
            ifnull 16
        14: .line 317
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            aload 0 /* this */
            getfield android.widget.FastScroller.mTextColor:Landroid/content/res/ColorStateList;
            invokevirtual android.widget.TextView.setTextColor:(Landroid/content/res/ColorStateList;)V
        15: .line 318
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            aload 0 /* this */
            getfield android.widget.FastScroller.mTextColor:Landroid/content/res/ColorStateList;
            invokevirtual android.widget.TextView.setTextColor:(Landroid/content/res/ColorStateList;)V
        16: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mTextSize:F
            fconst_0
            fcmpl
            ifle 19
        17: .line 322
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            iconst_0
            aload 0 /* this */
            getfield android.widget.FastScroller.mTextSize:F
            invokevirtual android.widget.TextView.setTextSize:(IF)V
        18: .line 323
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            iconst_0
            aload 0 /* this */
            getfield android.widget.FastScroller.mTextSize:F
            invokevirtual android.widget.TextView.setTextSize:(IF)V
        19: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewPadding:I
            istore 2 /* padding */
        start local 2 // int padding
        20: .line 327
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            iconst_0
            invokevirtual android.widget.TextView.setIncludeFontPadding:(Z)V
        21: .line 328
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            iload 2 /* padding */
            iload 2 /* padding */
            iload 2 /* padding */
            iload 2 /* padding */
            invokevirtual android.widget.TextView.setPadding:(IIII)V
        22: .line 329
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            iconst_0
            invokevirtual android.widget.TextView.setIncludeFontPadding:(Z)V
        23: .line 330
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            iload 2 /* padding */
            iload 2 /* padding */
            iload 2 /* padding */
            iload 2 /* padding */
            invokevirtual android.widget.TextView.setPadding:(IIII)V
        24: .line 332
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.refreshDrawablePressedState:()V
        25: .line 333
            return
        end local 2 // int padding
        end local 1 // int width
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Landroid/widget/FastScroller;
            1   26     1    width  I
           20   26     2  padding  I

  public void setStyle(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.FastScroller this
         0: .line 338
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/FastScroller;
    MethodParameters:
       Name  Flags
      resId  

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 396
            aload 0 /* this */
            getfield android.widget.FastScroller.mOverlay:Landroid/view/ViewGroupOverlay;
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackImage:Landroid/widget/ImageView;
            invokevirtual android.view.ViewGroupOverlay.remove:(Landroid/view/View;)V
         1: .line 397
            aload 0 /* this */
            getfield android.widget.FastScroller.mOverlay:Landroid/view/ViewGroupOverlay;
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.view.ViewGroupOverlay.remove:(Landroid/view/View;)V
         2: .line 398
            aload 0 /* this */
            getfield android.widget.FastScroller.mOverlay:Landroid/view/ViewGroupOverlay;
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.ViewGroupOverlay.remove:(Landroid/view/View;)V
         3: .line 399
            aload 0 /* this */
            getfield android.widget.FastScroller.mOverlay:Landroid/view/ViewGroupOverlay;
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            invokevirtual android.view.ViewGroupOverlay.remove:(Landroid/view/View;)V
         4: .line 400
            aload 0 /* this */
            getfield android.widget.FastScroller.mOverlay:Landroid/view/ViewGroupOverlay;
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            invokevirtual android.view.ViewGroupOverlay.remove:(Landroid/view/View;)V
         5: .line 401
            return
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/widget/FastScroller;

  public void setEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // boolean enabled
         0: .line 407
            aload 0 /* this */
            getfield android.widget.FastScroller.mEnabled:Z
            iload 1 /* enabled */
            if_icmpeq 3
         1: .line 408
            aload 0 /* this */
            iload 1 /* enabled */
            putfield android.widget.FastScroller.mEnabled:Z
         2: .line 410
            aload 0 /* this */
            iconst_1
            invokevirtual android.widget.FastScroller.onStateDependencyChanged:(Z)V
         3: .line 412
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean enabled
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/widget/FastScroller;
            0    4     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 418
            aload 0 /* this */
            getfield android.widget.FastScroller.mEnabled:Z
            ifeq 2
            aload 0 /* this */
            getfield android.widget.FastScroller.mLongList:Z
            ifne 1
            aload 0 /* this */
            getfield android.widget.FastScroller.mAlwaysShow:Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/FastScroller;

  public void setAlwaysShow(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // boolean alwaysShow
         0: .line 425
            aload 0 /* this */
            getfield android.widget.FastScroller.mAlwaysShow:Z
            iload 1 /* alwaysShow */
            if_icmpeq 3
         1: .line 426
            aload 0 /* this */
            iload 1 /* alwaysShow */
            putfield android.widget.FastScroller.mAlwaysShow:Z
         2: .line 428
            aload 0 /* this */
            iconst_0
            invokevirtual android.widget.FastScroller.onStateDependencyChanged:(Z)V
         3: .line 430
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean alwaysShow
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Landroid/widget/FastScroller;
            0    4     1  alwaysShow  Z
    MethodParameters:
            Name  Flags
      alwaysShow  

  public boolean isAlwaysShowEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 437
            aload 0 /* this */
            getfield android.widget.FastScroller.mAlwaysShow:Z
            ireturn
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/FastScroller;

  private void onStateDependencyChanged(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // boolean peekIfEnabled
         0: .line 446
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.isEnabled:()Z
            ifeq 11
         1: .line 447
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.isAlwaysShowEnabled:()Z
            ifeq 4
         2: .line 448
            aload 0 /* this */
            iconst_1
            invokevirtual android.widget.FastScroller.setState:(I)V
         3: .line 449
            goto 12
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield android.widget.FastScroller.mState:I
            iconst_1
            if_icmpne 7
         5: .line 450
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.postAutoHide:()V
         6: .line 451
            goto 12
      StackMap locals:
      StackMap stack:
         7: iload 1 /* peekIfEnabled */
            ifeq 12
         8: .line 452
            aload 0 /* this */
            iconst_1
            invokevirtual android.widget.FastScroller.setState:(I)V
         9: .line 453
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.postAutoHide:()V
        10: .line 455
            goto 12
        11: .line 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.stop:()V
        12: .line 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.resolvePadding:()V
        13: .line 460
            return
        end local 1 // boolean peekIfEnabled
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Landroid/widget/FastScroller;
            0   14     1  peekIfEnabled  Z
    MethodParameters:
               Name  Flags
      peekIfEnabled  

  public void setScrollBarStyle(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // int style
         0: .line 463
            aload 0 /* this */
            getfield android.widget.FastScroller.mScrollBarStyle:I
            iload 1 /* style */
            if_icmpeq 3
         1: .line 464
            aload 0 /* this */
            iload 1 /* style */
            putfield android.widget.FastScroller.mScrollBarStyle:I
         2: .line 466
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.updateLayout:()V
         3: .line 468
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int style
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/widget/FastScroller;
            0    4     1  style  I
    MethodParameters:
       Name  Flags
      style  

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 474
            aload 0 /* this */
            iconst_0
            invokevirtual android.widget.FastScroller.setState:(I)V
         1: .line 475
            return
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/FastScroller;

  public void setScrollbarPosition(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // int position
         0: .line 478
            iload 1 /* position */
            ifne 5
         1: .line 479
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.isLayoutRtl:()Z
            ifeq 3
         2: .line 480
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_2
         4: .line 479
      StackMap locals:
      StackMap stack: int
            istore 1 /* position */
         5: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mScrollbarPosition:I
            iload 1 /* position */
            if_icmpeq 25
         6: .line 484
            aload 0 /* this */
            iload 1 /* position */
            putfield android.widget.FastScroller.mScrollbarPosition:I
         7: .line 485
            aload 0 /* this */
            iload 1 /* position */
            iconst_1
            if_icmpeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack: android.widget.FastScroller
         8: iconst_0
      StackMap locals: android.widget.FastScroller int
      StackMap stack: android.widget.FastScroller int
         9: putfield android.widget.FastScroller.mLayoutFromRight:Z
        10: .line 487
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewResId:[I
            aload 0 /* this */
            getfield android.widget.FastScroller.mLayoutFromRight:Z
            ifeq 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack: int[]
        11: iconst_0
      StackMap locals: android.widget.FastScroller int
      StackMap stack: int[] int
        12: iaload
            istore 2 /* previewResId */
        start local 2 // int previewResId
        13: .line 488
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            iload 2 /* previewResId */
            invokevirtual android.view.View.setBackgroundResource:(I)V
        14: .line 491
            iconst_0
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewMinWidth:I
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingLeft:()I
            isub
        15: .line 492
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingRight:()I
            isub
        16: .line 491
            invokestatic java.lang.Math.max:(II)I
            istore 3 /* textMinWidth */
        start local 3 // int textMinWidth
        17: .line 493
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            iload 3 /* textMinWidth */
            invokevirtual android.widget.TextView.setMinimumWidth:(I)V
        18: .line 494
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            iload 3 /* textMinWidth */
            invokevirtual android.widget.TextView.setMinimumWidth:(I)V
        19: .line 496
            iconst_0
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewMinHeight:I
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingTop:()I
            isub
        20: .line 497
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingBottom:()I
            isub
        21: .line 496
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* textMinHeight */
        start local 4 // int textMinHeight
        22: .line 498
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            iload 4 /* textMinHeight */
            invokevirtual android.widget.TextView.setMinimumHeight:(I)V
        23: .line 499
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            iload 4 /* textMinHeight */
            invokevirtual android.widget.TextView.setMinimumHeight:(I)V
        24: .line 502
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.updateLayout:()V
        end local 4 // int textMinHeight
        end local 3 // int textMinWidth
        end local 2 // int previewResId
        25: .line 504
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int position
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   26     0           this  Landroid/widget/FastScroller;
            0   26     1       position  I
           13   25     2   previewResId  I
           17   25     3   textMinWidth  I
           22   25     4  textMinHeight  I
    MethodParameters:
          Name  Flags
      position  

  public int getWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 507
            aload 0 /* this */
            getfield android.widget.FastScroller.mWidth:I
            ireturn
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/FastScroller;

  public void onSizeChanged(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // android.widget.FastScroller this
        start local 1 // int w
        start local 2 // int h
        start local 3 // int oldw
        start local 4 // int oldh
         0: .line 511
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.updateLayout:()V
         1: .line 512
            return
        end local 4 // int oldh
        end local 3 // int oldw
        end local 2 // int h
        end local 1 // int w
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/FastScroller;
            0    2     1     w  I
            0    2     2     h  I
            0    2     3  oldw  I
            0    2     4  oldh  I
    MethodParameters:
      Name  Flags
      w     
      h     
      oldw  
      oldh  

  public void onItemCountChanged(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // android.widget.FastScroller this
        start local 1 // int childCount
        start local 2 // int itemCount
         0: .line 515
            aload 0 /* this */
            getfield android.widget.FastScroller.mOldItemCount:I
            iload 2 /* itemCount */
            if_icmpne 1
            aload 0 /* this */
            getfield android.widget.FastScroller.mOldChildCount:I
            iload 1 /* childCount */
            if_icmpeq 10
         1: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* itemCount */
            putfield android.widget.FastScroller.mOldItemCount:I
         2: .line 517
            aload 0 /* this */
            iload 1 /* childCount */
            putfield android.widget.FastScroller.mOldChildCount:I
         3: .line 519
            iload 2 /* itemCount */
            iload 1 /* childCount */
            isub
            ifle 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* hasMoreItems */
        start local 3 // boolean hasMoreItems
         6: .line 520
            iload 3 /* hasMoreItems */
            ifeq 9
            aload 0 /* this */
            getfield android.widget.FastScroller.mState:I
            iconst_2
            if_icmpeq 9
         7: .line 521
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getFirstVisiblePosition:()I
            istore 4 /* firstVisibleItem */
        start local 4 // int firstVisibleItem
         8: .line 522
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* firstVisibleItem */
            iload 1 /* childCount */
            iload 2 /* itemCount */
            invokevirtual android.widget.FastScroller.getPosFromItemCount:(III)F
            invokevirtual android.widget.FastScroller.setThumbPos:(F)V
        end local 4 // int firstVisibleItem
         9: .line 525
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* childCount */
            iload 2 /* itemCount */
            invokevirtual android.widget.FastScroller.updateLongList:(II)V
        end local 3 // boolean hasMoreItems
        10: .line 527
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int itemCount
        end local 1 // int childCount
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Landroid/widget/FastScroller;
            0   11     1        childCount  I
            0   11     2         itemCount  I
            6   10     3      hasMoreItems  Z
            8    9     4  firstVisibleItem  I
    MethodParameters:
            Name  Flags
      childCount  
      itemCount   

  private void updateLongList(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // android.widget.FastScroller this
        start local 1 // int childCount
        start local 2 // int itemCount
         0: .line 530
            iload 1 /* childCount */
            ifle 1
            iload 2 /* itemCount */
            iload 1 /* childCount */
            idiv
            iconst_4
            if_icmplt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* longList */
        start local 3 // boolean longList
         3: .line 531
            aload 0 /* this */
            getfield android.widget.FastScroller.mLongList:Z
            iload 3 /* longList */
            if_icmpeq 6
         4: .line 532
            aload 0 /* this */
            iload 3 /* longList */
            putfield android.widget.FastScroller.mLongList:Z
         5: .line 534
            aload 0 /* this */
            iconst_0
            invokevirtual android.widget.FastScroller.onStateDependencyChanged:(Z)V
         6: .line 536
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // boolean longList
        end local 2 // int itemCount
        end local 1 // int childCount
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Landroid/widget/FastScroller;
            0    7     1  childCount  I
            0    7     2   itemCount  I
            3    7     3    longList  Z
    MethodParameters:
            Name  Flags
      childCount  
      itemCount   

  private android.widget.TextView createPreviewTextView(android.content.Context);
    descriptor: (Landroid/content/Context;)Landroid/widget/TextView;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // android.content.Context context
         0: .line 542
            new android.view.ViewGroup$LayoutParams
            dup
         1: .line 543
            bipush -2
            bipush -2
         2: .line 542
            invokespecial android.view.ViewGroup$LayoutParams.<init>:(II)V
            astore 2 /* params */
        start local 2 // android.view.ViewGroup$LayoutParams params
         3: .line 544
            new android.widget.TextView
            dup
            aload 1 /* context */
            invokespecial android.widget.TextView.<init>:(Landroid/content/Context;)V
            astore 3 /* textView */
        start local 3 // android.widget.TextView textView
         4: .line 545
            aload 3 /* textView */
            aload 2 /* params */
            invokevirtual android.widget.TextView.setLayoutParams:(Landroid/view/ViewGroup$LayoutParams;)V
         5: .line 546
            aload 3 /* textView */
            iconst_1
            invokevirtual android.widget.TextView.setSingleLine:(Z)V
         6: .line 547
            aload 3 /* textView */
            getstatic android.text.TextUtils$TruncateAt.MIDDLE:Landroid/text/TextUtils$TruncateAt;
            invokevirtual android.widget.TextView.setEllipsize:(Landroid/text/TextUtils$TruncateAt;)V
         7: .line 548
            aload 3 /* textView */
            bipush 17
            invokevirtual android.widget.TextView.setGravity:(I)V
         8: .line 549
            aload 3 /* textView */
            fconst_0
            invokevirtual android.widget.TextView.setAlpha:(F)V
         9: .line 552
            aload 3 /* textView */
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getLayoutDirection:()I
            invokevirtual android.widget.TextView.setLayoutDirection:(I)V
        10: .line 554
            aload 3 /* textView */
            areturn
        end local 3 // android.widget.TextView textView
        end local 2 // android.view.ViewGroup$LayoutParams params
        end local 1 // android.content.Context context
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Landroid/widget/FastScroller;
            0   11     1   context  Landroid/content/Context;
            3   11     2    params  Landroid/view/ViewGroup$LayoutParams;
            4   11     3  textView  Landroid/widget/TextView;
    MethodParameters:
         Name  Flags
      context  

  public void updateLayout();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 563
            aload 0 /* this */
            getfield android.widget.FastScroller.mUpdatingLayout:Z
            ifeq 2
         1: .line 564
            return
         2: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield android.widget.FastScroller.mUpdatingLayout:Z
         3: .line 569
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.updateContainerRect:()V
         4: .line 571
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.layoutThumb:()V
         5: .line 572
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.layoutTrack:()V
         6: .line 574
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.updateOffsetAndRange:()V
         7: .line 576
            aload 0 /* this */
            getfield android.widget.FastScroller.mTempBounds:Landroid/graphics/Rect;
            astore 1 /* bounds */
        start local 1 // android.graphics.Rect bounds
         8: .line 577
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            aload 1 /* bounds */
            invokevirtual android.widget.FastScroller.measurePreview:(Landroid/view/View;Landroid/graphics/Rect;)V
         9: .line 578
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            aload 1 /* bounds */
            invokevirtual android.widget.FastScroller.applyLayout:(Landroid/view/View;Landroid/graphics/Rect;)V
        10: .line 579
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            aload 1 /* bounds */
            invokevirtual android.widget.FastScroller.measurePreview:(Landroid/view/View;Landroid/graphics/Rect;)V
        11: .line 580
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            aload 1 /* bounds */
            invokevirtual android.widget.FastScroller.applyLayout:(Landroid/view/View;Landroid/graphics/Rect;)V
        12: .line 582
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            ifnull 18
        13: .line 584
            aload 1 /* bounds */
            dup
            getfield android.graphics.Rect.left:I
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingLeft:()I
            isub
            putfield android.graphics.Rect.left:I
        14: .line 585
            aload 1 /* bounds */
            dup
            getfield android.graphics.Rect.top:I
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingTop:()I
            isub
            putfield android.graphics.Rect.top:I
        15: .line 586
            aload 1 /* bounds */
            dup
            getfield android.graphics.Rect.right:I
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingRight:()I
            iadd
            putfield android.graphics.Rect.right:I
        16: .line 587
            aload 1 /* bounds */
            dup
            getfield android.graphics.Rect.bottom:I
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingBottom:()I
            iadd
            putfield android.graphics.Rect.bottom:I
        17: .line 588
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            aload 1 /* bounds */
            invokevirtual android.widget.FastScroller.applyLayout:(Landroid/view/View;Landroid/graphics/Rect;)V
        18: .line 591
      StackMap locals: android.graphics.Rect
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield android.widget.FastScroller.mUpdatingLayout:Z
        19: .line 592
            return
        end local 1 // android.graphics.Rect bounds
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Landroid/widget/FastScroller;
            8   20     1  bounds  Landroid/graphics/Rect;

  private void applyLayout(android.view.View, android.graphics.Rect);
    descriptor: (Landroid/view/View;Landroid/graphics/Rect;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // android.widget.FastScroller this
        start local 1 // android.view.View view
        start local 2 // android.graphics.Rect bounds
         0: .line 602
            aload 1 /* view */
            aload 2 /* bounds */
            getfield android.graphics.Rect.left:I
            aload 2 /* bounds */
            getfield android.graphics.Rect.top:I
            aload 2 /* bounds */
            getfield android.graphics.Rect.right:I
            aload 2 /* bounds */
            getfield android.graphics.Rect.bottom:I
            invokevirtual android.view.View.layout:(IIII)V
         1: .line 603
            aload 1 /* view */
            aload 0 /* this */
            getfield android.widget.FastScroller.mLayoutFromRight:Z
            ifeq 2
            aload 2 /* bounds */
            getfield android.graphics.Rect.right:I
            aload 2 /* bounds */
            getfield android.graphics.Rect.left:I
            isub
            goto 3
      StackMap locals:
      StackMap stack: android.view.View
         2: iconst_0
      StackMap locals: android.widget.FastScroller android.view.View android.graphics.Rect
      StackMap stack: android.view.View int
         3: i2f
            invokevirtual android.view.View.setPivotX:(F)V
         4: .line 604
            return
        end local 2 // android.graphics.Rect bounds
        end local 1 // android.view.View view
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/widget/FastScroller;
            0    5     1    view  Landroid/view/View;
            0    5     2  bounds  Landroid/graphics/Rect;
    MethodParameters:
        Name  Flags
      view    
      bounds  

  private void measurePreview(android.view.View, android.graphics.Rect);
    descriptor: (Landroid/view/View;Landroid/graphics/Rect;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // android.widget.FastScroller this
        start local 1 // android.view.View v
        start local 2 // android.graphics.Rect out
         0: .line 616
            aload 0 /* this */
            getfield android.widget.FastScroller.mTempMargins:Landroid/graphics/Rect;
            astore 3 /* margins */
        start local 3 // android.graphics.Rect margins
         1: .line 617
            aload 3 /* margins */
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingLeft:()I
            putfield android.graphics.Rect.left:I
         2: .line 618
            aload 3 /* margins */
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingTop:()I
            putfield android.graphics.Rect.top:I
         3: .line 619
            aload 3 /* margins */
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingRight:()I
            putfield android.graphics.Rect.right:I
         4: .line 620
            aload 3 /* margins */
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            invokevirtual android.view.View.getPaddingBottom:()I
            putfield android.graphics.Rect.bottom:I
         5: .line 622
            aload 0 /* this */
            getfield android.widget.FastScroller.mOverlayPosition:I
            ifne 8
         6: .line 623
            aload 0 /* this */
            aload 1 /* v */
            aload 3 /* margins */
            aload 2 /* out */
            invokevirtual android.widget.FastScroller.measureFloating:(Landroid/view/View;Landroid/graphics/Rect;Landroid/graphics/Rect;)V
         7: .line 624
            goto 9
         8: .line 625
      StackMap locals: android.graphics.Rect
      StackMap stack:
            aload 0 /* this */
            aload 1 /* v */
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aload 3 /* margins */
            aload 2 /* out */
            invokevirtual android.widget.FastScroller.measureViewToSide:(Landroid/view/View;Landroid/view/View;Landroid/graphics/Rect;Landroid/graphics/Rect;)V
         9: .line 627
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.graphics.Rect margins
        end local 2 // android.graphics.Rect out
        end local 1 // android.view.View v
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Landroid/widget/FastScroller;
            0   10     1        v  Landroid/view/View;
            0   10     2      out  Landroid/graphics/Rect;
            1   10     3  margins  Landroid/graphics/Rect;
    MethodParameters:
      Name  Flags
      v     
      out   

  private void measureViewToSide(android.view.View, android.view.View, android.graphics.Rect, android.graphics.Rect);
    descriptor: (Landroid/view/View;Landroid/view/View;Landroid/graphics/Rect;Landroid/graphics/Rect;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=20, args_size=5
        start local 0 // android.widget.FastScroller this
        start local 1 // android.view.View view
        start local 2 // android.view.View adjacent
        start local 3 // android.graphics.Rect margins
        start local 4 // android.graphics.Rect out
         0: .line 644
            aload 3 /* margins */
            ifnonnull 5
         1: .line 645
            iconst_0
            istore 5 /* marginLeft */
        start local 5 // int marginLeft
         2: .line 646
            iconst_0
            istore 6 /* marginTop */
        start local 6 // int marginTop
         3: .line 647
            iconst_0
            istore 7 /* marginRight */
        start local 7 // int marginRight
         4: .line 648
            goto 8
        end local 7 // int marginRight
        end local 6 // int marginTop
        end local 5 // int marginLeft
         5: .line 649
      StackMap locals:
      StackMap stack:
            aload 3 /* margins */
            getfield android.graphics.Rect.left:I
            istore 5 /* marginLeft */
        start local 5 // int marginLeft
         6: .line 650
            aload 3 /* margins */
            getfield android.graphics.Rect.top:I
            istore 6 /* marginTop */
        start local 6 // int marginTop
         7: .line 651
            aload 3 /* margins */
            getfield android.graphics.Rect.right:I
            istore 7 /* marginRight */
        start local 7 // int marginRight
         8: .line 654
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mContainerRect:Landroid/graphics/Rect;
            astore 8 /* container */
        start local 8 // android.graphics.Rect container
         9: .line 655
            aload 8 /* container */
            invokevirtual android.graphics.Rect.width:()I
            istore 9 /* containerWidth */
        start local 9 // int containerWidth
        10: .line 657
            aload 2 /* adjacent */
            ifnonnull 13
        11: .line 658
            iload 9 /* containerWidth */
            istore 10 /* maxWidth */
        start local 10 // int maxWidth
        12: .line 659
            goto 17
        end local 10 // int maxWidth
      StackMap locals: android.graphics.Rect int
      StackMap stack:
        13: aload 0 /* this */
            getfield android.widget.FastScroller.mLayoutFromRight:Z
            ifeq 16
        14: .line 660
            aload 2 /* adjacent */
            invokevirtual android.view.View.getLeft:()I
            istore 10 /* maxWidth */
        start local 10 // int maxWidth
        15: .line 661
            goto 17
        end local 10 // int maxWidth
        16: .line 662
      StackMap locals:
      StackMap stack:
            iload 9 /* containerWidth */
            aload 2 /* adjacent */
            invokevirtual android.view.View.getRight:()I
            isub
            istore 10 /* maxWidth */
        start local 10 // int maxWidth
        17: .line 665
      StackMap locals: int
      StackMap stack:
            iconst_0
            aload 8 /* container */
            invokevirtual android.graphics.Rect.height:()I
            invokestatic java.lang.Math.max:(II)I
            istore 11 /* adjMaxHeight */
        start local 11 // int adjMaxHeight
        18: .line 666
            iconst_0
            iload 10 /* maxWidth */
            iload 5 /* marginLeft */
            isub
            iload 7 /* marginRight */
            isub
            invokestatic java.lang.Math.max:(II)I
            istore 12 /* adjMaxWidth */
        start local 12 // int adjMaxWidth
        19: .line 667
            iload 12 /* adjMaxWidth */
            ldc -2147483648
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 13 /* widthMeasureSpec */
        start local 13 // int widthMeasureSpec
        20: .line 669
            iload 11 /* adjMaxHeight */
            iconst_0
        21: .line 668
            invokestatic android.view.View$MeasureSpec.makeSafeMeasureSpec:(II)I
            istore 14 /* heightMeasureSpec */
        start local 14 // int heightMeasureSpec
        22: .line 670
            aload 1 /* view */
            iload 13 /* widthMeasureSpec */
            iload 14 /* heightMeasureSpec */
            invokevirtual android.view.View.measure:(II)V
        23: .line 673
            iload 12 /* adjMaxWidth */
            aload 1 /* view */
            invokevirtual android.view.View.getMeasuredWidth:()I
            invokestatic java.lang.Math.min:(II)I
            istore 15 /* width */
        start local 15 // int width
        24: .line 676
            aload 0 /* this */
            getfield android.widget.FastScroller.mLayoutFromRight:Z
            ifeq 30
        25: .line 677
            aload 2 /* adjacent */
            ifnonnull 26
            aload 8 /* container */
            getfield android.graphics.Rect.right:I
            goto 27
      StackMap locals: android.widget.FastScroller android.view.View android.view.View android.graphics.Rect android.graphics.Rect int int int android.graphics.Rect int int int int int int int
      StackMap stack:
        26: aload 2 /* adjacent */
            invokevirtual android.view.View.getLeft:()I
      StackMap locals:
      StackMap stack: int
        27: iload 7 /* marginRight */
            isub
            istore 17 /* right */
        start local 17 // int right
        28: .line 678
            iload 17 /* right */
            iload 15 /* width */
            isub
            istore 16 /* left */
        start local 16 // int left
        29: .line 679
            goto 34
        end local 17 // int right
        end local 16 // int left
        30: .line 680
      StackMap locals:
      StackMap stack:
            aload 2 /* adjacent */
            ifnonnull 31
            aload 8 /* container */
            getfield android.graphics.Rect.left:I
            goto 32
      StackMap locals:
      StackMap stack:
        31: aload 2 /* adjacent */
            invokevirtual android.view.View.getRight:()I
      StackMap locals:
      StackMap stack: int
        32: iload 5 /* marginLeft */
            iadd
            istore 16 /* left */
        start local 16 // int left
        33: .line 681
            iload 16 /* left */
            iload 15 /* width */
            iadd
            istore 17 /* right */
        start local 17 // int right
        34: .line 685
      StackMap locals: int int
      StackMap stack:
            iload 6 /* marginTop */
            istore 18 /* top */
        start local 18 // int top
        35: .line 686
            iload 18 /* top */
            aload 1 /* view */
            invokevirtual android.view.View.getMeasuredHeight:()I
            iadd
            istore 19 /* bottom */
        start local 19 // int bottom
        36: .line 687
            aload 4 /* out */
            iload 16 /* left */
            iload 18 /* top */
            iload 17 /* right */
            iload 19 /* bottom */
            invokevirtual android.graphics.Rect.set:(IIII)V
        37: .line 688
            return
        end local 19 // int bottom
        end local 18 // int top
        end local 17 // int right
        end local 16 // int left
        end local 15 // int width
        end local 14 // int heightMeasureSpec
        end local 13 // int widthMeasureSpec
        end local 12 // int adjMaxWidth
        end local 11 // int adjMaxHeight
        end local 10 // int maxWidth
        end local 9 // int containerWidth
        end local 8 // android.graphics.Rect container
        end local 7 // int marginRight
        end local 6 // int marginTop
        end local 5 // int marginLeft
        end local 4 // android.graphics.Rect out
        end local 3 // android.graphics.Rect margins
        end local 2 // android.view.View adjacent
        end local 1 // android.view.View view
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   38     0               this  Landroid/widget/FastScroller;
            0   38     1               view  Landroid/view/View;
            0   38     2           adjacent  Landroid/view/View;
            0   38     3            margins  Landroid/graphics/Rect;
            0   38     4                out  Landroid/graphics/Rect;
            2    5     5         marginLeft  I
            6   38     5         marginLeft  I
            3    5     6          marginTop  I
            7   38     6          marginTop  I
            4    5     7        marginRight  I
            8   38     7        marginRight  I
            9   38     8          container  Landroid/graphics/Rect;
           10   38     9     containerWidth  I
           12   13    10           maxWidth  I
           15   16    10           maxWidth  I
           17   38    10           maxWidth  I
           18   38    11       adjMaxHeight  I
           19   38    12        adjMaxWidth  I
           20   38    13   widthMeasureSpec  I
           22   38    14  heightMeasureSpec  I
           24   38    15              width  I
           29   30    16               left  I
           33   38    16               left  I
           28   30    17              right  I
           34   38    17              right  I
           35   38    18                top  I
           36   38    19             bottom  I
    MethodParameters:
          Name  Flags
      view      
      adjacent  
      margins   
      out       

  private void measureFloating(android.view.View, android.graphics.Rect, android.graphics.Rect);
    descriptor: (Landroid/view/View;Landroid/graphics/Rect;Landroid/graphics/Rect;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=19, args_size=4
        start local 0 // android.widget.FastScroller this
        start local 1 // android.view.View preview
        start local 2 // android.graphics.Rect margins
        start local 3 // android.graphics.Rect out
         0: .line 694
            aload 2 /* margins */
            ifnonnull 5
         1: .line 695
            iconst_0
            istore 4 /* marginLeft */
        start local 4 // int marginLeft
         2: .line 696
            iconst_0
            istore 5 /* marginTop */
        start local 5 // int marginTop
         3: .line 697
            iconst_0
            istore 6 /* marginRight */
        start local 6 // int marginRight
         4: .line 698
            goto 8
        end local 6 // int marginRight
        end local 5 // int marginTop
        end local 4 // int marginLeft
         5: .line 699
      StackMap locals:
      StackMap stack:
            aload 2 /* margins */
            getfield android.graphics.Rect.left:I
            istore 4 /* marginLeft */
        start local 4 // int marginLeft
         6: .line 700
            aload 2 /* margins */
            getfield android.graphics.Rect.top:I
            istore 5 /* marginTop */
        start local 5 // int marginTop
         7: .line 701
            aload 2 /* margins */
            getfield android.graphics.Rect.right:I
            istore 6 /* marginRight */
        start local 6 // int marginRight
         8: .line 704
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mContainerRect:Landroid/graphics/Rect;
            astore 7 /* container */
        start local 7 // android.graphics.Rect container
         9: .line 705
            aload 7 /* container */
            invokevirtual android.graphics.Rect.width:()I
            istore 8 /* containerWidth */
        start local 8 // int containerWidth
        10: .line 706
            iconst_0
            aload 7 /* container */
            invokevirtual android.graphics.Rect.height:()I
            invokestatic java.lang.Math.max:(II)I
            istore 9 /* adjMaxHeight */
        start local 9 // int adjMaxHeight
        11: .line 707
            iconst_0
            iload 8 /* containerWidth */
            iload 4 /* marginLeft */
            isub
            iload 6 /* marginRight */
            isub
            invokestatic java.lang.Math.max:(II)I
            istore 10 /* adjMaxWidth */
        start local 10 // int adjMaxWidth
        12: .line 708
            iload 10 /* adjMaxWidth */
            ldc -2147483648
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 11 /* widthMeasureSpec */
        start local 11 // int widthMeasureSpec
        13: .line 710
            iload 9 /* adjMaxHeight */
            iconst_0
        14: .line 709
            invokestatic android.view.View$MeasureSpec.makeSafeMeasureSpec:(II)I
            istore 12 /* heightMeasureSpec */
        start local 12 // int heightMeasureSpec
        15: .line 711
            aload 1 /* preview */
            iload 11 /* widthMeasureSpec */
            iload 12 /* heightMeasureSpec */
            invokevirtual android.view.View.measure:(II)V
        16: .line 714
            aload 7 /* container */
            invokevirtual android.graphics.Rect.height:()I
            istore 13 /* containerHeight */
        start local 13 // int containerHeight
        17: .line 715
            aload 1 /* preview */
            invokevirtual android.view.View.getMeasuredWidth:()I
            istore 14 /* width */
        start local 14 // int width
        18: .line 716
            iload 13 /* containerHeight */
            bipush 10
            idiv
            iload 5 /* marginTop */
            iadd
            aload 7 /* container */
            getfield android.graphics.Rect.top:I
            iadd
            istore 15 /* top */
        start local 15 // int top
        19: .line 717
            iload 15 /* top */
            aload 1 /* preview */
            invokevirtual android.view.View.getMeasuredHeight:()I
            iadd
            istore 16 /* bottom */
        start local 16 // int bottom
        20: .line 718
            iload 8 /* containerWidth */
            iload 14 /* width */
            isub
            iconst_2
            idiv
            aload 7 /* container */
            getfield android.graphics.Rect.left:I
            iadd
            istore 17 /* left */
        start local 17 // int left
        21: .line 719
            iload 17 /* left */
            iload 14 /* width */
            iadd
            istore 18 /* right */
        start local 18 // int right
        22: .line 720
            aload 3 /* out */
            iload 17 /* left */
            iload 15 /* top */
            iload 18 /* right */
            iload 16 /* bottom */
            invokevirtual android.graphics.Rect.set:(IIII)V
        23: .line 721
            return
        end local 18 // int right
        end local 17 // int left
        end local 16 // int bottom
        end local 15 // int top
        end local 14 // int width
        end local 13 // int containerHeight
        end local 12 // int heightMeasureSpec
        end local 11 // int widthMeasureSpec
        end local 10 // int adjMaxWidth
        end local 9 // int adjMaxHeight
        end local 8 // int containerWidth
        end local 7 // android.graphics.Rect container
        end local 6 // int marginRight
        end local 5 // int marginTop
        end local 4 // int marginLeft
        end local 3 // android.graphics.Rect out
        end local 2 // android.graphics.Rect margins
        end local 1 // android.view.View preview
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   24     0               this  Landroid/widget/FastScroller;
            0   24     1            preview  Landroid/view/View;
            0   24     2            margins  Landroid/graphics/Rect;
            0   24     3                out  Landroid/graphics/Rect;
            2    5     4         marginLeft  I
            6   24     4         marginLeft  I
            3    5     5          marginTop  I
            7   24     5          marginTop  I
            4    5     6        marginRight  I
            8   24     6        marginRight  I
            9   24     7          container  Landroid/graphics/Rect;
           10   24     8     containerWidth  I
           11   24     9       adjMaxHeight  I
           12   24    10        adjMaxWidth  I
           13   24    11   widthMeasureSpec  I
           15   24    12  heightMeasureSpec  I
           17   24    13    containerHeight  I
           18   24    14              width  I
           19   24    15                top  I
           20   24    16             bottom  I
           21   24    17               left  I
           22   24    18              right  I
    MethodParameters:
         Name  Flags
      preview  
      margins  
      out      

  private void updateContainerRect();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 727
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            astore 1 /* list */
        start local 1 // android.widget.AbsListView list
         1: .line 728
            aload 1 /* list */
            invokevirtual android.widget.AbsListView.resolvePadding:()V
         2: .line 730
            aload 0 /* this */
            getfield android.widget.FastScroller.mContainerRect:Landroid/graphics/Rect;
            astore 2 /* container */
        start local 2 // android.graphics.Rect container
         3: .line 731
            aload 2 /* container */
            iconst_0
            putfield android.graphics.Rect.left:I
         4: .line 732
            aload 2 /* container */
            iconst_0
            putfield android.graphics.Rect.top:I
         5: .line 733
            aload 2 /* container */
            aload 1 /* list */
            invokevirtual android.widget.AbsListView.getWidth:()I
            putfield android.graphics.Rect.right:I
         6: .line 734
            aload 2 /* container */
            aload 1 /* list */
            invokevirtual android.widget.AbsListView.getHeight:()I
            putfield android.graphics.Rect.bottom:I
         7: .line 736
            aload 0 /* this */
            getfield android.widget.FastScroller.mScrollBarStyle:I
            istore 3 /* scrollbarStyle */
        start local 3 // int scrollbarStyle
         8: .line 737
            iload 3 /* scrollbarStyle */
            ldc 16777216
            if_icmpeq 10
         9: .line 738
            iload 3 /* scrollbarStyle */
            ifne 20
        10: .line 739
      StackMap locals: android.widget.AbsListView android.graphics.Rect int
      StackMap stack:
            aload 2 /* container */
            dup
            getfield android.graphics.Rect.left:I
            aload 1 /* list */
            invokevirtual android.widget.AbsListView.getPaddingLeft:()I
            iadd
            putfield android.graphics.Rect.left:I
        11: .line 740
            aload 2 /* container */
            dup
            getfield android.graphics.Rect.top:I
            aload 1 /* list */
            invokevirtual android.widget.AbsListView.getPaddingTop:()I
            iadd
            putfield android.graphics.Rect.top:I
        12: .line 741
            aload 2 /* container */
            dup
            getfield android.graphics.Rect.right:I
            aload 1 /* list */
            invokevirtual android.widget.AbsListView.getPaddingRight:()I
            isub
            putfield android.graphics.Rect.right:I
        13: .line 742
            aload 2 /* container */
            dup
            getfield android.graphics.Rect.bottom:I
            aload 1 /* list */
            invokevirtual android.widget.AbsListView.getPaddingBottom:()I
            isub
            putfield android.graphics.Rect.bottom:I
        14: .line 745
            iload 3 /* scrollbarStyle */
            ldc 16777216
            if_icmpne 20
        15: .line 746
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.getWidth:()I
            istore 4 /* width */
        start local 4 // int width
        16: .line 747
            aload 0 /* this */
            getfield android.widget.FastScroller.mScrollbarPosition:I
            iconst_2
            if_icmpne 19
        17: .line 748
            aload 2 /* container */
            dup
            getfield android.graphics.Rect.right:I
            iload 4 /* width */
            iadd
            putfield android.graphics.Rect.right:I
        18: .line 749
            goto 20
        19: .line 750
      StackMap locals: int
      StackMap stack:
            aload 2 /* container */
            dup
            getfield android.graphics.Rect.left:I
            iload 4 /* width */
            isub
            putfield android.graphics.Rect.left:I
        end local 4 // int width
        20: .line 754
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int scrollbarStyle
        end local 2 // android.graphics.Rect container
        end local 1 // android.widget.AbsListView list
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   21     0            this  Landroid/widget/FastScroller;
            1   21     1            list  Landroid/widget/AbsListView;
            3   21     2       container  Landroid/graphics/Rect;
            8   21     3  scrollbarStyle  I
           16   20     4           width  I

  private void layoutThumb();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 760
            aload 0 /* this */
            getfield android.widget.FastScroller.mTempBounds:Landroid/graphics/Rect;
            astore 1 /* bounds */
        start local 1 // android.graphics.Rect bounds
         1: .line 761
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aconst_null
            aconst_null
            aload 1 /* bounds */
            invokevirtual android.widget.FastScroller.measureViewToSide:(Landroid/view/View;Landroid/view/View;Landroid/graphics/Rect;Landroid/graphics/Rect;)V
         2: .line 762
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aload 1 /* bounds */
            invokevirtual android.widget.FastScroller.applyLayout:(Landroid/view/View;Landroid/graphics/Rect;)V
         3: .line 763
            return
        end local 1 // android.graphics.Rect bounds
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/widget/FastScroller;
            1    4     1  bounds  Landroid/graphics/Rect;

  private void layoutTrack();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=13, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 770
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackImage:Landroid/widget/ImageView;
            astore 1 /* track */
        start local 1 // android.view.View track
         1: .line 771
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            astore 2 /* thumb */
        start local 2 // android.view.View thumb
         2: .line 772
            aload 0 /* this */
            getfield android.widget.FastScroller.mContainerRect:Landroid/graphics/Rect;
            astore 3 /* container */
        start local 3 // android.graphics.Rect container
         3: .line 773
            iconst_0
            aload 3 /* container */
            invokevirtual android.graphics.Rect.width:()I
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* maxWidth */
        start local 4 // int maxWidth
         4: .line 774
            iconst_0
            aload 3 /* container */
            invokevirtual android.graphics.Rect.height:()I
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* maxHeight */
        start local 5 // int maxHeight
         5: .line 775
            iload 4 /* maxWidth */
            ldc -2147483648
            invokestatic android.view.View$MeasureSpec.makeMeasureSpec:(II)I
            istore 6 /* widthMeasureSpec */
        start local 6 // int widthMeasureSpec
         6: .line 777
            iload 5 /* maxHeight */
            iconst_0
         7: .line 776
            invokestatic android.view.View$MeasureSpec.makeSafeMeasureSpec:(II)I
            istore 7 /* heightMeasureSpec */
        start local 7 // int heightMeasureSpec
         8: .line 778
            aload 1 /* track */
            iload 6 /* widthMeasureSpec */
            iload 7 /* heightMeasureSpec */
            invokevirtual android.view.View.measure:(II)V
         9: .line 782
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbPosition:I
            iconst_1
            if_icmpne 13
        10: .line 783
            aload 3 /* container */
            getfield android.graphics.Rect.top:I
            istore 8 /* top */
        start local 8 // int top
        11: .line 784
            aload 3 /* container */
            getfield android.graphics.Rect.bottom:I
            istore 9 /* bottom */
        start local 9 // int bottom
        12: .line 785
            goto 16
        end local 9 // int bottom
        end local 8 // int top
        13: .line 786
      StackMap locals: android.widget.FastScroller android.view.View android.view.View android.graphics.Rect int int int int
      StackMap stack:
            aload 2 /* thumb */
            invokevirtual android.view.View.getHeight:()I
            iconst_2
            idiv
            istore 10 /* thumbHalfHeight */
        start local 10 // int thumbHalfHeight
        14: .line 787
            aload 3 /* container */
            getfield android.graphics.Rect.top:I
            iload 10 /* thumbHalfHeight */
            iadd
            istore 8 /* top */
        start local 8 // int top
        15: .line 788
            aload 3 /* container */
            getfield android.graphics.Rect.bottom:I
            iload 10 /* thumbHalfHeight */
            isub
            istore 9 /* bottom */
        end local 10 // int thumbHalfHeight
        start local 9 // int bottom
        16: .line 791
      StackMap locals: int int
      StackMap stack:
            aload 1 /* track */
            invokevirtual android.view.View.getMeasuredWidth:()I
            istore 10 /* trackWidth */
        start local 10 // int trackWidth
        17: .line 792
            aload 2 /* thumb */
            invokevirtual android.view.View.getLeft:()I
            aload 2 /* thumb */
            invokevirtual android.view.View.getWidth:()I
            iload 10 /* trackWidth */
            isub
            iconst_2
            idiv
            iadd
            istore 11 /* left */
        start local 11 // int left
        18: .line 793
            iload 11 /* left */
            iload 10 /* trackWidth */
            iadd
            istore 12 /* right */
        start local 12 // int right
        19: .line 794
            aload 1 /* track */
            iload 11 /* left */
            iload 8 /* top */
            iload 12 /* right */
            iload 9 /* bottom */
            invokevirtual android.view.View.layout:(IIII)V
        20: .line 795
            return
        end local 12 // int right
        end local 11 // int left
        end local 10 // int trackWidth
        end local 9 // int bottom
        end local 8 // int top
        end local 7 // int heightMeasureSpec
        end local 6 // int widthMeasureSpec
        end local 5 // int maxHeight
        end local 4 // int maxWidth
        end local 3 // android.graphics.Rect container
        end local 2 // android.view.View thumb
        end local 1 // android.view.View track
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   21     0               this  Landroid/widget/FastScroller;
            1   21     1              track  Landroid/view/View;
            2   21     2              thumb  Landroid/view/View;
            3   21     3          container  Landroid/graphics/Rect;
            4   21     4           maxWidth  I
            5   21     5          maxHeight  I
            6   21     6   widthMeasureSpec  I
            8   21     7  heightMeasureSpec  I
           11   13     8                top  I
           15   21     8                top  I
           12   13     9             bottom  I
           16   21     9             bottom  I
           14   16    10    thumbHalfHeight  I
           17   21    10         trackWidth  I
           18   21    11               left  I
           19   21    12              right  I

  private void updateOffsetAndRange();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 802
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackImage:Landroid/widget/ImageView;
            astore 1 /* trackImage */
        start local 1 // android.view.View trackImage
         1: .line 803
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            astore 2 /* thumbImage */
        start local 2 // android.view.View thumbImage
         2: .line 806
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbPosition:I
            iconst_1
            if_icmpne 7
         3: .line 807
            aload 2 /* thumbImage */
            invokevirtual android.view.View.getHeight:()I
            i2f
            fconst_2
            fdiv
            fstore 5 /* halfThumbHeight */
        start local 5 // float halfThumbHeight
         4: .line 808
            aload 1 /* trackImage */
            invokevirtual android.view.View.getTop:()I
            i2f
            fload 5 /* halfThumbHeight */
            fadd
            fstore 3 /* min */
        start local 3 // float min
         5: .line 809
            aload 1 /* trackImage */
            invokevirtual android.view.View.getBottom:()I
            i2f
            fload 5 /* halfThumbHeight */
            fsub
            fstore 4 /* max */
        end local 5 // float halfThumbHeight
        start local 4 // float max
         6: .line 810
            goto 9
        end local 4 // float max
        end local 3 // float min
         7: .line 811
      StackMap locals: android.view.View android.view.View
      StackMap stack:
            aload 1 /* trackImage */
            invokevirtual android.view.View.getTop:()I
            i2f
            fstore 3 /* min */
        start local 3 // float min
         8: .line 812
            aload 1 /* trackImage */
            invokevirtual android.view.View.getBottom:()I
            i2f
            fstore 4 /* max */
        start local 4 // float max
         9: .line 815
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            fload 3 /* min */
            putfield android.widget.FastScroller.mThumbOffset:F
        10: .line 816
            aload 0 /* this */
            fload 4 /* max */
            fload 3 /* min */
            fsub
            putfield android.widget.FastScroller.mThumbRange:F
        11: .line 817
            return
        end local 4 // float max
        end local 3 // float min
        end local 2 // android.view.View thumbImage
        end local 1 // android.view.View trackImage
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Landroid/widget/FastScroller;
            1   12     1       trackImage  Landroid/view/View;
            2   12     2       thumbImage  Landroid/view/View;
            5    7     3              min  F
            8   12     3              min  F
            6    7     4              max  F
            9   12     4              max  F
            4    6     5  halfThumbHeight  F

  private void setState(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // int state
         0: .line 820
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            aload 0 /* this */
            getfield android.widget.FastScroller.mDeferHide:Ljava/lang/Runnable;
            invokevirtual android.widget.AbsListView.removeCallbacks:(Ljava/lang/Runnable;)Z
            pop
         1: .line 822
            aload 0 /* this */
            getfield android.widget.FastScroller.mAlwaysShow:Z
            ifeq 3
            iload 1 /* state */
            ifne 3
         2: .line 823
            iconst_1
            istore 1 /* state */
         3: .line 826
      StackMap locals:
      StackMap stack:
            iload 1 /* state */
            aload 0 /* this */
            getfield android.widget.FastScroller.mState:I
            if_icmpne 5
         4: .line 827
            return
         5: .line 830
      StackMap locals:
      StackMap stack:
            iload 1 /* state */
            tableswitch { // 0 - 2
                    0: 6
                    1: 8
                    2: 10
              default: 14
          }
         6: .line 832
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.transitionToHidden:()V
         7: .line 833
            goto 14
         8: .line 835
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.transitionToVisible:()V
         9: .line 836
            goto 14
        10: .line 838
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.FastScroller.mCurrentSection:I
            invokevirtual android.widget.FastScroller.transitionPreviewLayout:(I)Z
            ifeq 13
        11: .line 839
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.transitionToDragging:()V
        12: .line 840
            goto 14
        13: .line 841
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.transitionToVisible:()V
        14: .line 846
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* state */
            putfield android.widget.FastScroller.mState:I
        15: .line 848
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.refreshDrawablePressedState:()V
        16: .line 849
            return
        end local 1 // int state
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Landroid/widget/FastScroller;
            0   17     1  state  I
    MethodParameters:
       Name  Flags
      state  

  private void refreshDrawablePressedState();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 852
            aload 0 /* this */
            getfield android.widget.FastScroller.mState:I
            iconst_2
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* isPressed */
        start local 1 // boolean isPressed
         3: .line 853
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            iload 1 /* isPressed */
            invokevirtual android.widget.ImageView.setPressed:(Z)V
         4: .line 854
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackImage:Landroid/widget/ImageView;
            iload 1 /* isPressed */
            invokevirtual android.widget.ImageView.setPressed:(Z)V
         5: .line 855
            return
        end local 1 // boolean isPressed
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Landroid/widget/FastScroller;
            3    6     1  isPressed  Z

  private void transitionToHidden();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 861
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            ifnull 2
         1: .line 862
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            invokevirtual android.animation.AnimatorSet.cancel:()V
         2: .line 865
      StackMap locals:
      StackMap stack:
            getstatic android.view.View.ALPHA:Landroid/util/Property;
            fconst_0
            iconst_5
            anewarray android.view.View
            dup
            iconst_0
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackImage:Landroid/widget/ImageView;
            aastore
            dup
            iconst_2
         3: .line 866
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            aastore
            dup
            iconst_4
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            aastore
         4: .line 865
            invokestatic android.widget.FastScroller.groupAnimatorOfFloat:(Landroid/util/Property;F[Landroid/view/View;)Landroid/animation/Animator;
         5: .line 866
            ldc 300
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
         6: .line 865
            astore 1 /* fadeOut */
        start local 1 // android.animation.Animator fadeOut
         7: .line 869
            aload 0 /* this */
            getfield android.widget.FastScroller.mLayoutFromRight:Z
            ifeq 8
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.widget.ImageView.getWidth:()I
            goto 9
      StackMap locals: android.animation.Animator
      StackMap stack:
         8: aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.widget.ImageView.getWidth:()I
            ineg
      StackMap locals:
      StackMap stack: int
         9: i2f
            fstore 2 /* offset */
        start local 2 // float offset
        10: .line 871
            getstatic android.view.View.TRANSLATION_X:Landroid/util/Property;
            fload 2 /* offset */
            iconst_2
            anewarray android.view.View
            dup
            iconst_0
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackImage:Landroid/widget/ImageView;
            aastore
        11: .line 870
            invokestatic android.widget.FastScroller.groupAnimatorOfFloat:(Landroid/util/Property;F[Landroid/view/View;)Landroid/animation/Animator;
        12: .line 872
            ldc 300
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
        13: .line 870
            astore 3 /* slideOut */
        start local 3 // android.animation.Animator slideOut
        14: .line 874
            aload 0 /* this */
            new android.animation.AnimatorSet
            dup
            invokespecial android.animation.AnimatorSet.<init>:()V
            putfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
        15: .line 875
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            iconst_2
            anewarray android.animation.Animator
            dup
            iconst_0
            aload 1 /* fadeOut */
            aastore
            dup
            iconst_1
            aload 3 /* slideOut */
            aastore
            invokevirtual android.animation.AnimatorSet.playTogether:([Landroid/animation/Animator;)V
        16: .line 876
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            invokevirtual android.animation.AnimatorSet.start:()V
        17: .line 878
            aload 0 /* this */
            iconst_0
            putfield android.widget.FastScroller.mShowingPreview:Z
        18: .line 879
            return
        end local 3 // android.animation.Animator slideOut
        end local 2 // float offset
        end local 1 // android.animation.Animator fadeOut
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Landroid/widget/FastScroller;
            7   19     1   fadeOut  Landroid/animation/Animator;
           10   19     2    offset  F
           14   19     3  slideOut  Landroid/animation/Animator;

  private void transitionToVisible();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 885
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            ifnull 2
         1: .line 886
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            invokevirtual android.animation.AnimatorSet.cancel:()V
         2: .line 889
      StackMap locals:
      StackMap stack:
            getstatic android.view.View.ALPHA:Landroid/util/Property;
            fconst_1
            iconst_2
            anewarray android.view.View
            dup
            iconst_0
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackImage:Landroid/widget/ImageView;
            aastore
            invokestatic android.widget.FastScroller.groupAnimatorOfFloat:(Landroid/util/Property;F[Landroid/view/View;)Landroid/animation/Animator;
         3: .line 890
            ldc 150
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
         4: .line 889
            astore 1 /* fadeIn */
        start local 1 // android.animation.Animator fadeIn
         5: .line 892
            getstatic android.view.View.ALPHA:Landroid/util/Property;
            fconst_0
            iconst_3
            anewarray android.view.View
            dup
            iconst_0
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            aastore
         6: .line 891
            invokestatic android.widget.FastScroller.groupAnimatorOfFloat:(Landroid/util/Property;F[Landroid/view/View;)Landroid/animation/Animator;
         7: .line 893
            ldc 300
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
         8: .line 891
            astore 2 /* fadeOut */
        start local 2 // android.animation.Animator fadeOut
         9: .line 895
            getstatic android.view.View.TRANSLATION_X:Landroid/util/Property;
            fconst_0
            iconst_2
            anewarray android.view.View
            dup
            iconst_0
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackImage:Landroid/widget/ImageView;
            aastore
        10: .line 894
            invokestatic android.widget.FastScroller.groupAnimatorOfFloat:(Landroid/util/Property;F[Landroid/view/View;)Landroid/animation/Animator;
        11: .line 895
            ldc 150
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
        12: .line 894
            astore 3 /* slideIn */
        start local 3 // android.animation.Animator slideIn
        13: .line 897
            aload 0 /* this */
            new android.animation.AnimatorSet
            dup
            invokespecial android.animation.AnimatorSet.<init>:()V
            putfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
        14: .line 898
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            iconst_3
            anewarray android.animation.Animator
            dup
            iconst_0
            aload 1 /* fadeIn */
            aastore
            dup
            iconst_1
            aload 2 /* fadeOut */
            aastore
            dup
            iconst_2
            aload 3 /* slideIn */
            aastore
            invokevirtual android.animation.AnimatorSet.playTogether:([Landroid/animation/Animator;)V
        15: .line 899
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            invokevirtual android.animation.AnimatorSet.start:()V
        16: .line 901
            aload 0 /* this */
            iconst_0
            putfield android.widget.FastScroller.mShowingPreview:Z
        17: .line 902
            return
        end local 3 // android.animation.Animator slideIn
        end local 2 // android.animation.Animator fadeOut
        end local 1 // android.animation.Animator fadeIn
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Landroid/widget/FastScroller;
            5   18     1   fadeIn  Landroid/animation/Animator;
            9   18     2  fadeOut  Landroid/animation/Animator;
           13   18     3  slideIn  Landroid/animation/Animator;

  private void transitionToDragging();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 908
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            ifnull 2
         1: .line 909
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            invokevirtual android.animation.AnimatorSet.cancel:()V
         2: .line 913
      StackMap locals:
      StackMap stack:
            getstatic android.view.View.ALPHA:Landroid/util/Property;
            fconst_1
            iconst_3
            anewarray android.view.View
            dup
            iconst_0
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackImage:Landroid/widget/ImageView;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            aastore
         3: .line 912
            invokestatic android.widget.FastScroller.groupAnimatorOfFloat:(Landroid/util/Property;F[Landroid/view/View;)Landroid/animation/Animator;
         4: .line 914
            ldc 150
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
         5: .line 912
            astore 1 /* fadeIn */
        start local 1 // android.animation.Animator fadeIn
         6: .line 916
            getstatic android.view.View.TRANSLATION_X:Landroid/util/Property;
            fconst_0
            iconst_2
            anewarray android.view.View
            dup
            iconst_0
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackImage:Landroid/widget/ImageView;
            aastore
         7: .line 915
            invokestatic android.widget.FastScroller.groupAnimatorOfFloat:(Landroid/util/Property;F[Landroid/view/View;)Landroid/animation/Animator;
         8: .line 916
            ldc 150
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
         9: .line 915
            astore 2 /* slideIn */
        start local 2 // android.animation.Animator slideIn
        10: .line 918
            aload 0 /* this */
            new android.animation.AnimatorSet
            dup
            invokespecial android.animation.AnimatorSet.<init>:()V
            putfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
        11: .line 919
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            iconst_2
            anewarray android.animation.Animator
            dup
            iconst_0
            aload 1 /* fadeIn */
            aastore
            dup
            iconst_1
            aload 2 /* slideIn */
            aastore
            invokevirtual android.animation.AnimatorSet.playTogether:([Landroid/animation/Animator;)V
        12: .line 920
            aload 0 /* this */
            getfield android.widget.FastScroller.mDecorAnimation:Landroid/animation/AnimatorSet;
            invokevirtual android.animation.AnimatorSet.start:()V
        13: .line 922
            aload 0 /* this */
            iconst_1
            putfield android.widget.FastScroller.mShowingPreview:Z
        14: .line 923
            return
        end local 2 // android.animation.Animator slideIn
        end local 1 // android.animation.Animator fadeIn
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Landroid/widget/FastScroller;
            6   15     1   fadeIn  Landroid/animation/Animator;
           10   15     2  slideIn  Landroid/animation/Animator;

  private void postAutoHide();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 926
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            aload 0 /* this */
            getfield android.widget.FastScroller.mDeferHide:Ljava/lang/Runnable;
            invokevirtual android.widget.AbsListView.removeCallbacks:(Ljava/lang/Runnable;)Z
            pop
         1: .line 927
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            aload 0 /* this */
            getfield android.widget.FastScroller.mDeferHide:Ljava/lang/Runnable;
            ldc 1500
            invokevirtual android.widget.AbsListView.postDelayed:(Ljava/lang/Runnable;J)Z
            pop
         2: .line 928
            return
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/FastScroller;

  public void onScroll(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // android.widget.FastScroller this
        start local 1 // int firstVisibleItem
        start local 2 // int visibleItemCount
        start local 3 // int totalItemCount
         0: .line 931
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.isEnabled:()Z
            ifne 3
         1: .line 932
            aload 0 /* this */
            iconst_0
            invokevirtual android.widget.FastScroller.setState:(I)V
         2: .line 933
            return
         3: .line 936
      StackMap locals:
      StackMap stack:
            iload 3 /* totalItemCount */
            iload 2 /* visibleItemCount */
            isub
            ifle 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 4 /* hasMoreItems */
        start local 4 // boolean hasMoreItems
         6: .line 937
            iload 4 /* hasMoreItems */
            ifeq 8
            aload 0 /* this */
            getfield android.widget.FastScroller.mState:I
            iconst_2
            if_icmpeq 8
         7: .line 938
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* firstVisibleItem */
            iload 2 /* visibleItemCount */
            iload 3 /* totalItemCount */
            invokevirtual android.widget.FastScroller.getPosFromItemCount:(III)F
            invokevirtual android.widget.FastScroller.setThumbPos:(F)V
         8: .line 941
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield android.widget.FastScroller.mScrollCompleted:Z
         9: .line 943
            aload 0 /* this */
            getfield android.widget.FastScroller.mFirstVisibleItem:I
            iload 1 /* firstVisibleItem */
            if_icmpeq 14
        10: .line 944
            aload 0 /* this */
            iload 1 /* firstVisibleItem */
            putfield android.widget.FastScroller.mFirstVisibleItem:I
        11: .line 947
            aload 0 /* this */
            getfield android.widget.FastScroller.mState:I
            iconst_2
            if_icmpeq 14
        12: .line 948
            aload 0 /* this */
            iconst_1
            invokevirtual android.widget.FastScroller.setState:(I)V
        13: .line 949
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.postAutoHide:()V
        14: .line 952
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean hasMoreItems
        end local 3 // int totalItemCount
        end local 2 // int visibleItemCount
        end local 1 // int firstVisibleItem
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   15     0              this  Landroid/widget/FastScroller;
            0   15     1  firstVisibleItem  I
            0   15     2  visibleItemCount  I
            0   15     3    totalItemCount  I
            6   15     4      hasMoreItems  Z
    MethodParameters:
                  Name  Flags
      firstVisibleItem  
      visibleItemCount  
      totalItemCount    

  private void getSectionsFromIndexer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 955
            aload 0 /* this */
            aconst_null
            putfield android.widget.FastScroller.mSectionIndexer:Landroid/widget/SectionIndexer;
         1: .line 957
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getAdapter:()Landroid/widget/Adapter;
            astore 1 /* adapter */
        start local 1 // android.widget.Adapter adapter
         2: .line 958
            aload 1 /* adapter */
            instanceof android.widget.HeaderViewListAdapter
            ifeq 5
         3: .line 959
            aload 0 /* this */
            aload 1 /* adapter */
            checkcast android.widget.HeaderViewListAdapter
            invokevirtual android.widget.HeaderViewListAdapter.getHeadersCount:()I
            putfield android.widget.FastScroller.mHeaderCount:I
         4: .line 960
            aload 1 /* adapter */
            checkcast android.widget.HeaderViewListAdapter
            invokevirtual android.widget.HeaderViewListAdapter.getWrappedAdapter:()Landroid/widget/ListAdapter;
            astore 1 /* adapter */
         5: .line 963
      StackMap locals: android.widget.Adapter
      StackMap stack:
            aload 1 /* adapter */
            instanceof android.widget.ExpandableListConnector
            ifeq 14
         6: .line 964
            aload 1 /* adapter */
            checkcast android.widget.ExpandableListConnector
         7: .line 965
            invokevirtual android.widget.ExpandableListConnector.getAdapter:()Landroid/widget/ExpandableListAdapter;
         8: .line 964
            astore 2 /* expAdapter */
        start local 2 // android.widget.ExpandableListAdapter expAdapter
         9: .line 966
            aload 2 /* expAdapter */
            instanceof android.widget.SectionIndexer
            ifeq 21
        10: .line 967
            aload 0 /* this */
            aload 2 /* expAdapter */
            checkcast android.widget.SectionIndexer
            putfield android.widget.FastScroller.mSectionIndexer:Landroid/widget/SectionIndexer;
        11: .line 968
            aload 0 /* this */
            aload 1 /* adapter */
            putfield android.widget.FastScroller.mListAdapter:Landroid/widget/Adapter;
        12: .line 969
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.FastScroller.mSectionIndexer:Landroid/widget/SectionIndexer;
            invokeinterface android.widget.SectionIndexer.getSections:()[Ljava/lang/Object;
            putfield android.widget.FastScroller.mSections:[Ljava/lang/Object;
        end local 2 // android.widget.ExpandableListAdapter expAdapter
        13: .line 971
            goto 21
      StackMap locals:
      StackMap stack:
        14: aload 1 /* adapter */
            instanceof android.widget.SectionIndexer
            ifeq 19
        15: .line 972
            aload 0 /* this */
            aload 1 /* adapter */
            putfield android.widget.FastScroller.mListAdapter:Landroid/widget/Adapter;
        16: .line 973
            aload 0 /* this */
            aload 1 /* adapter */
            checkcast android.widget.SectionIndexer
            putfield android.widget.FastScroller.mSectionIndexer:Landroid/widget/SectionIndexer;
        17: .line 974
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.FastScroller.mSectionIndexer:Landroid/widget/SectionIndexer;
            invokeinterface android.widget.SectionIndexer.getSections:()[Ljava/lang/Object;
            putfield android.widget.FastScroller.mSections:[Ljava/lang/Object;
        18: .line 975
            goto 21
        19: .line 976
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* adapter */
            putfield android.widget.FastScroller.mListAdapter:Landroid/widget/Adapter;
        20: .line 977
            aload 0 /* this */
            aconst_null
            putfield android.widget.FastScroller.mSections:[Ljava/lang/Object;
        21: .line 979
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.widget.Adapter adapter
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   22     0        this  Landroid/widget/FastScroller;
            2   22     1     adapter  Landroid/widget/Adapter;
            9   13     2  expAdapter  Landroid/widget/ExpandableListAdapter;

  public void onSectionsChanged();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 982
            aload 0 /* this */
            aconst_null
            putfield android.widget.FastScroller.mListAdapter:Landroid/widget/Adapter;
         1: .line 983
            return
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/FastScroller;

  private void scrollTo(float);
    descriptor: (F)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=18, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // float position
         0: .line 990
            aload 0 /* this */
            iconst_0
            putfield android.widget.FastScroller.mScrollCompleted:Z
         1: .line 992
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getCount:()I
            istore 2 /* count */
        start local 2 // int count
         2: .line 993
            aload 0 /* this */
            getfield android.widget.FastScroller.mSections:[Ljava/lang/Object;
            astore 3 /* sections */
        start local 3 // java.lang.Object[] sections
         3: .line 994
            aload 3 /* sections */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals: int java.lang.Object[]
      StackMap stack:
         4: aload 3 /* sections */
            arraylength
      StackMap locals:
      StackMap stack: int
         5: istore 4 /* sectionCount */
        start local 4 // int sectionCount
         6: .line 996
            aload 3 /* sections */
            ifnull 61
            iload 4 /* sectionCount */
            iconst_1
            if_icmple 61
         7: .line 998
            fload 1 /* position */
            iload 4 /* sectionCount */
            i2f
            fmul
            f2i
            iconst_0
            iload 4 /* sectionCount */
            iconst_1
            isub
         8: .line 997
            invokestatic android.util.MathUtils.constrain:(III)I
            istore 6 /* exactSection */
        start local 6 // int exactSection
         9: .line 999
            iload 6 /* exactSection */
            istore 7 /* targetSection */
        start local 7 // int targetSection
        10: .line 1000
            aload 0 /* this */
            getfield android.widget.FastScroller.mSectionIndexer:Landroid/widget/SectionIndexer;
            iload 7 /* targetSection */
            invokeinterface android.widget.SectionIndexer.getPositionForSection:(I)I
            istore 8 /* targetIndex */
        start local 8 // int targetIndex
        11: .line 1001
            iload 7 /* targetSection */
            istore 5 /* sectionIndex */
        start local 5 // int sectionIndex
        12: .line 1009
            iload 2 /* count */
            istore 9 /* nextIndex */
        start local 9 // int nextIndex
        13: .line 1010
            iload 8 /* targetIndex */
            istore 10 /* prevIndex */
        start local 10 // int prevIndex
        14: .line 1011
            iload 7 /* targetSection */
            istore 11 /* prevSection */
        start local 11 // int prevSection
        15: .line 1012
            iload 7 /* targetSection */
            iconst_1
            iadd
            istore 12 /* nextSection */
        start local 12 // int nextSection
        16: .line 1015
            iload 7 /* targetSection */
            iload 4 /* sectionCount */
            iconst_1
            isub
            if_icmpge 18
        17: .line 1016
            aload 0 /* this */
            getfield android.widget.FastScroller.mSectionIndexer:Landroid/widget/SectionIndexer;
            iload 7 /* targetSection */
            iconst_1
            iadd
            invokeinterface android.widget.SectionIndexer.getPositionForSection:(I)I
            istore 9 /* nextIndex */
        18: .line 1020
      StackMap locals: android.widget.FastScroller float int java.lang.Object[] int int int int int int int int int
      StackMap stack:
            iload 9 /* nextIndex */
            iload 8 /* targetIndex */
            if_icmpne 30
        19: .line 1022
            goto 29
        20: .line 1023
      StackMap locals:
      StackMap stack:
            iinc 7 /* targetSection */ -1
        21: .line 1024
            aload 0 /* this */
            getfield android.widget.FastScroller.mSectionIndexer:Landroid/widget/SectionIndexer;
            iload 7 /* targetSection */
            invokeinterface android.widget.SectionIndexer.getPositionForSection:(I)I
            istore 10 /* prevIndex */
        22: .line 1025
            iload 10 /* prevIndex */
            iload 8 /* targetIndex */
            if_icmpeq 26
        23: .line 1026
            iload 7 /* targetSection */
            istore 11 /* prevSection */
        24: .line 1027
            iload 7 /* targetSection */
            istore 5 /* sectionIndex */
        25: .line 1028
            goto 30
        26: .line 1029
      StackMap locals:
      StackMap stack:
            iload 7 /* targetSection */
            ifne 29
        27: .line 1032
            iconst_0
            istore 5 /* sectionIndex */
        28: .line 1033
            goto 30
        29: .line 1022
      StackMap locals:
      StackMap stack:
            iload 7 /* targetSection */
            ifgt 20
        30: .line 1043
      StackMap locals:
      StackMap stack:
            iload 12 /* nextSection */
            iconst_1
            iadd
            istore 13 /* nextNextSection */
        start local 13 // int nextNextSection
        31: .line 1044
            goto 34
        32: .line 1046
      StackMap locals: int
      StackMap stack:
            iinc 13 /* nextNextSection */ 1
        33: .line 1047
            iinc 12 /* nextSection */ 1
        34: .line 1044
      StackMap locals:
      StackMap stack:
            iload 13 /* nextNextSection */
            iload 4 /* sectionCount */
            if_icmpge 36
        35: .line 1045
            aload 0 /* this */
            getfield android.widget.FastScroller.mSectionIndexer:Landroid/widget/SectionIndexer;
            iload 13 /* nextNextSection */
            invokeinterface android.widget.SectionIndexer.getPositionForSection:(I)I
            iload 9 /* nextIndex */
            if_icmpeq 32
        36: .line 1054
      StackMap locals:
      StackMap stack:
            iload 11 /* prevSection */
            i2f
            iload 4 /* sectionCount */
            i2f
            fdiv
            fstore 14 /* prevPosition */
        start local 14 // float prevPosition
        37: .line 1055
            iload 12 /* nextSection */
            i2f
            iload 4 /* sectionCount */
            i2f
            fdiv
            fstore 15 /* nextPosition */
        start local 15 // float nextPosition
        38: .line 1056
            iload 2 /* count */
            ifne 39
            ldc 3.4028235E38
            goto 40
      StackMap locals: float float
      StackMap stack:
        39: ldc 0.125
            iload 2 /* count */
            i2f
            fdiv
      StackMap locals:
      StackMap stack: float
        40: fstore 16 /* snapThreshold */
        start local 16 // float snapThreshold
        41: .line 1057
            iload 11 /* prevSection */
            iload 6 /* exactSection */
            if_icmpne 44
            fload 1 /* position */
            fload 14 /* prevPosition */
            fsub
            fload 16 /* snapThreshold */
            fcmpg
            ifge 44
        42: .line 1058
            iload 10 /* prevIndex */
            istore 8 /* targetIndex */
        43: .line 1059
            goto 47
        44: .line 1060
      StackMap locals: float
      StackMap stack:
            iload 10 /* prevIndex */
            iload 9 /* nextIndex */
            iload 10 /* prevIndex */
            isub
            i2f
            fload 1 /* position */
            fload 14 /* prevPosition */
            fsub
            fmul
        45: .line 1061
            fload 15 /* nextPosition */
            fload 14 /* prevPosition */
            fsub
            fdiv
            f2i
        46: .line 1060
            iadd
            istore 8 /* targetIndex */
        47: .line 1065
      StackMap locals:
      StackMap stack:
            iload 8 /* targetIndex */
            iconst_0
            iload 2 /* count */
            iconst_1
            isub
            invokestatic android.util.MathUtils.constrain:(III)I
            istore 8 /* targetIndex */
        48: .line 1067
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            instanceof android.widget.ExpandableListView
            ifeq 56
        49: .line 1068
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            checkcast android.widget.ExpandableListView
            astore 17 /* expList */
        start local 17 // android.widget.ExpandableListView expList
        50: .line 1069
            aload 17 /* expList */
            aload 17 /* expList */
        51: .line 1070
            iload 8 /* targetIndex */
            aload 0 /* this */
            getfield android.widget.FastScroller.mHeaderCount:I
            iadd
            invokestatic android.widget.ExpandableListView.getPackedPositionForGroup:(I)J
        52: .line 1069
            invokevirtual android.widget.ExpandableListView.getFlatListPosition:(J)I
        53: .line 1071
            iconst_0
        54: .line 1069
            invokevirtual android.widget.ExpandableListView.setSelectionFromTop:(II)V
        end local 17 // android.widget.ExpandableListView expList
        55: .line 1072
            goto 75
      StackMap locals:
      StackMap stack:
        56: aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            instanceof android.widget.ListView
            ifeq 59
        57: .line 1073
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            checkcast android.widget.ListView
            iload 8 /* targetIndex */
            aload 0 /* this */
            getfield android.widget.FastScroller.mHeaderCount:I
            iadd
            iconst_0
            invokevirtual android.widget.ListView.setSelectionFromTop:(II)V
        58: .line 1074
            goto 75
        59: .line 1075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            iload 8 /* targetIndex */
            aload 0 /* this */
            getfield android.widget.FastScroller.mHeaderCount:I
            iadd
            invokevirtual android.widget.AbsListView.setSelection:(I)V
        end local 16 // float snapThreshold
        end local 15 // float nextPosition
        end local 14 // float prevPosition
        end local 13 // int nextNextSection
        end local 12 // int nextSection
        end local 11 // int prevSection
        end local 10 // int prevIndex
        end local 9 // int nextIndex
        end local 8 // int targetIndex
        end local 7 // int targetSection
        end local 6 // int exactSection
        60: .line 1077
            goto 75
        end local 5 // int sectionIndex
        61: .line 1078
      StackMap locals: android.widget.FastScroller float int java.lang.Object[] int
      StackMap stack:
            fload 1 /* position */
            iload 2 /* count */
            i2f
            fmul
            f2i
            iconst_0
            iload 2 /* count */
            iconst_1
            isub
            invokestatic android.util.MathUtils.constrain:(III)I
            istore 6 /* index */
        start local 6 // int index
        62: .line 1080
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            instanceof android.widget.ExpandableListView
            ifeq 70
        63: .line 1081
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            checkcast android.widget.ExpandableListView
            astore 7 /* expList */
        start local 7 // android.widget.ExpandableListView expList
        64: .line 1082
            aload 7 /* expList */
            aload 7 /* expList */
        65: .line 1083
            iload 6 /* index */
            aload 0 /* this */
            getfield android.widget.FastScroller.mHeaderCount:I
            iadd
            invokestatic android.widget.ExpandableListView.getPackedPositionForGroup:(I)J
        66: .line 1082
            invokevirtual android.widget.ExpandableListView.getFlatListPosition:(J)I
        67: .line 1083
            iconst_0
        68: .line 1082
            invokevirtual android.widget.ExpandableListView.setSelectionFromTop:(II)V
        end local 7 // android.widget.ExpandableListView expList
        69: .line 1084
            goto 74
      StackMap locals: android.widget.FastScroller float int java.lang.Object[] int top int
      StackMap stack:
        70: aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            instanceof android.widget.ListView
            ifeq 73
        71: .line 1085
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            checkcast android.widget.ListView
            iload 6 /* index */
            aload 0 /* this */
            getfield android.widget.FastScroller.mHeaderCount:I
            iadd
            iconst_0
            invokevirtual android.widget.ListView.setSelectionFromTop:(II)V
        72: .line 1086
            goto 74
        73: .line 1087
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            iload 6 /* index */
            aload 0 /* this */
            getfield android.widget.FastScroller.mHeaderCount:I
            iadd
            invokevirtual android.widget.AbsListView.setSelection:(I)V
        74: .line 1090
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 5 /* sectionIndex */
        end local 6 // int index
        start local 5 // int sectionIndex
        75: .line 1093
      StackMap locals: android.widget.FastScroller float int java.lang.Object[] int int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mCurrentSection:I
            iload 5 /* sectionIndex */
            if_icmpeq 83
        76: .line 1094
            aload 0 /* this */
            iload 5 /* sectionIndex */
            putfield android.widget.FastScroller.mCurrentSection:I
        77: .line 1096
            aload 0 /* this */
            iload 5 /* sectionIndex */
            invokevirtual android.widget.FastScroller.transitionPreviewLayout:(I)Z
            istore 6 /* hasPreview */
        start local 6 // boolean hasPreview
        78: .line 1097
            aload 0 /* this */
            getfield android.widget.FastScroller.mShowingPreview:Z
            ifne 81
            iload 6 /* hasPreview */
            ifeq 81
        79: .line 1098
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.transitionToDragging:()V
        80: .line 1099
            goto 83
      StackMap locals: int
      StackMap stack:
        81: aload 0 /* this */
            getfield android.widget.FastScroller.mShowingPreview:Z
            ifeq 83
            iload 6 /* hasPreview */
            ifne 83
        82: .line 1100
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.transitionToVisible:()V
        end local 6 // boolean hasPreview
        83: .line 1103
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int sectionIndex
        end local 4 // int sectionCount
        end local 3 // java.lang.Object[] sections
        end local 2 // int count
        end local 1 // float position
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   84     0             this  Landroid/widget/FastScroller;
            0   84     1         position  F
            2   84     2            count  I
            3   84     3         sections  [Ljava/lang/Object;
            6   84     4     sectionCount  I
           12   61     5     sectionIndex  I
           75   84     5     sectionIndex  I
            9   60     6     exactSection  I
           10   60     7    targetSection  I
           11   60     8      targetIndex  I
           13   60     9        nextIndex  I
           14   60    10        prevIndex  I
           15   60    11      prevSection  I
           16   60    12      nextSection  I
           31   60    13  nextNextSection  I
           37   60    14     prevPosition  F
           38   60    15     nextPosition  F
           41   60    16    snapThreshold  F
           50   55    17          expList  Landroid/widget/ExpandableListView;
           62   75     6            index  I
           64   69     7          expList  Landroid/widget/ExpandableListView;
           78   83     6       hasPreview  Z
    MethodParameters:
          Name  Flags
      position  

  private boolean transitionPreviewLayout(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=17, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // int sectionIndex
         0: .line 1114
            aload 0 /* this */
            getfield android.widget.FastScroller.mSections:[Ljava/lang/Object;
            astore 2 /* sections */
        start local 2 // java.lang.Object[] sections
         1: .line 1115
            aconst_null
            astore 3 /* text */
        start local 3 // java.lang.String text
         2: .line 1116
            aload 2 /* sections */
            ifnull 6
            iload 1 /* sectionIndex */
            iflt 6
            iload 1 /* sectionIndex */
            aload 2 /* sections */
            arraylength
            if_icmpge 6
         3: .line 1117
            aload 2 /* sections */
            iload 1 /* sectionIndex */
            aaload
            astore 4 /* section */
        start local 4 // java.lang.Object section
         4: .line 1118
            aload 4 /* section */
            ifnull 6
         5: .line 1119
            aload 4 /* section */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 3 /* text */
        end local 4 // java.lang.Object section
         6: .line 1123
      StackMap locals: java.lang.Object[] java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mTempBounds:Landroid/graphics/Rect;
            astore 4 /* bounds */
        start local 4 // android.graphics.Rect bounds
         7: .line 1124
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            astore 5 /* preview */
        start local 5 // android.view.View preview
         8: .line 1127
            aload 0 /* this */
            getfield android.widget.FastScroller.mShowingPrimary:Z
            ifeq 12
         9: .line 1128
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            astore 6 /* showing */
        start local 6 // android.widget.TextView showing
        10: .line 1129
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            astore 7 /* target */
        start local 7 // android.widget.TextView target
        11: .line 1130
            goto 14
        end local 7 // android.widget.TextView target
        end local 6 // android.widget.TextView showing
        12: .line 1131
      StackMap locals: android.graphics.Rect android.view.View
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            astore 6 /* showing */
        start local 6 // android.widget.TextView showing
        13: .line 1132
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            astore 7 /* target */
        start local 7 // android.widget.TextView target
        14: .line 1136
      StackMap locals: android.widget.TextView android.widget.TextView
      StackMap stack:
            aload 7 /* target */
            aload 3 /* text */
            invokevirtual android.widget.TextView.setText:(Ljava/lang/CharSequence;)V
        15: .line 1137
            aload 0 /* this */
            aload 7 /* target */
            aload 4 /* bounds */
            invokevirtual android.widget.FastScroller.measurePreview:(Landroid/view/View;Landroid/graphics/Rect;)V
        16: .line 1138
            aload 0 /* this */
            aload 7 /* target */
            aload 4 /* bounds */
            invokevirtual android.widget.FastScroller.applyLayout:(Landroid/view/View;Landroid/graphics/Rect;)V
        17: .line 1140
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewAnimation:Landroid/animation/AnimatorSet;
            ifnull 19
        18: .line 1141
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewAnimation:Landroid/animation/AnimatorSet;
            invokevirtual android.animation.AnimatorSet.cancel:()V
        19: .line 1145
      StackMap locals:
      StackMap stack:
            aload 7 /* target */
            fconst_1
            invokestatic android.widget.FastScroller.animateAlpha:(Landroid/view/View;F)Landroid/animation/Animator;
            ldc 50
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
            astore 8 /* showTarget */
        start local 8 // android.animation.Animator showTarget
        20: .line 1146
            aload 6 /* showing */
            fconst_0
            invokestatic android.widget.FastScroller.animateAlpha:(Landroid/view/View;F)Landroid/animation/Animator;
            ldc 50
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
            astore 9 /* hideShowing */
        start local 9 // android.animation.Animator hideShowing
        21: .line 1147
            aload 9 /* hideShowing */
            aload 0 /* this */
            getfield android.widget.FastScroller.mSwitchPrimaryListener:Landroid/animation/Animator$AnimatorListener;
            invokevirtual android.animation.Animator.addListener:(Landroid/animation/Animator$AnimatorListener;)V
        22: .line 1150
            aload 4 /* bounds */
            dup
            getfield android.graphics.Rect.left:I
            aload 5 /* preview */
            invokevirtual android.view.View.getPaddingLeft:()I
            isub
            putfield android.graphics.Rect.left:I
        23: .line 1151
            aload 4 /* bounds */
            dup
            getfield android.graphics.Rect.top:I
            aload 5 /* preview */
            invokevirtual android.view.View.getPaddingTop:()I
            isub
            putfield android.graphics.Rect.top:I
        24: .line 1152
            aload 4 /* bounds */
            dup
            getfield android.graphics.Rect.right:I
            aload 5 /* preview */
            invokevirtual android.view.View.getPaddingRight:()I
            iadd
            putfield android.graphics.Rect.right:I
        25: .line 1153
            aload 4 /* bounds */
            dup
            getfield android.graphics.Rect.bottom:I
            aload 5 /* preview */
            invokevirtual android.view.View.getPaddingBottom:()I
            iadd
            putfield android.graphics.Rect.bottom:I
        26: .line 1154
            aload 5 /* preview */
            aload 4 /* bounds */
            invokestatic android.widget.FastScroller.animateBounds:(Landroid/view/View;Landroid/graphics/Rect;)Landroid/animation/Animator;
            astore 10 /* resizePreview */
        start local 10 // android.animation.Animator resizePreview
        27: .line 1155
            aload 10 /* resizePreview */
            ldc 100
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
            pop
        28: .line 1157
            aload 0 /* this */
            new android.animation.AnimatorSet
            dup
            invokespecial android.animation.AnimatorSet.<init>:()V
            putfield android.widget.FastScroller.mPreviewAnimation:Landroid/animation/AnimatorSet;
        29: .line 1158
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewAnimation:Landroid/animation/AnimatorSet;
            aload 9 /* hideShowing */
            invokevirtual android.animation.AnimatorSet.play:(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;
            aload 8 /* showTarget */
            invokevirtual android.animation.AnimatorSet$Builder.with:(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;
            astore 11 /* builder */
        start local 11 // android.animation.AnimatorSet$Builder builder
        30: .line 1159
            aload 11 /* builder */
            aload 10 /* resizePreview */
            invokevirtual android.animation.AnimatorSet$Builder.with:(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;
            pop
        31: .line 1163
            aload 5 /* preview */
            invokevirtual android.view.View.getWidth:()I
            aload 5 /* preview */
            invokevirtual android.view.View.getPaddingLeft:()I
            isub
        32: .line 1164
            aload 5 /* preview */
            invokevirtual android.view.View.getPaddingRight:()I
        33: .line 1163
            isub
            istore 12 /* previewWidth */
        start local 12 // int previewWidth
        34: .line 1168
            aload 7 /* target */
            invokevirtual android.widget.TextView.getWidth:()I
            istore 13 /* targetWidth */
        start local 13 // int targetWidth
        35: .line 1169
            iload 13 /* targetWidth */
            iload 12 /* previewWidth */
            if_icmple 40
        36: .line 1170
            aload 7 /* target */
            iload 12 /* previewWidth */
            i2f
            iload 13 /* targetWidth */
            i2f
            fdiv
            invokevirtual android.widget.TextView.setScaleX:(F)V
        37: .line 1171
            aload 7 /* target */
            fconst_1
            invokestatic android.widget.FastScroller.animateScaleX:(Landroid/view/View;F)Landroid/animation/Animator;
            ldc 100
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
            astore 14 /* scaleAnim */
        start local 14 // android.animation.Animator scaleAnim
        38: .line 1172
            aload 11 /* builder */
            aload 14 /* scaleAnim */
            invokevirtual android.animation.AnimatorSet$Builder.with:(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;
            pop
        end local 14 // android.animation.Animator scaleAnim
        39: .line 1173
            goto 41
        40: .line 1174
      StackMap locals: android.widget.FastScroller int java.lang.Object[] java.lang.String android.graphics.Rect android.view.View android.widget.TextView android.widget.TextView android.animation.Animator android.animation.Animator android.animation.Animator android.animation.AnimatorSet$Builder int int
      StackMap stack:
            aload 7 /* target */
            fconst_1
            invokevirtual android.widget.TextView.setScaleX:(F)V
        41: .line 1178
      StackMap locals:
      StackMap stack:
            aload 6 /* showing */
            invokevirtual android.widget.TextView.getWidth:()I
            istore 14 /* showingWidth */
        start local 14 // int showingWidth
        42: .line 1179
            iload 14 /* showingWidth */
            iload 13 /* targetWidth */
            if_icmple 46
        43: .line 1180
            iload 13 /* targetWidth */
            i2f
            iload 14 /* showingWidth */
            i2f
            fdiv
            fstore 15 /* scale */
        start local 15 // float scale
        44: .line 1181
            aload 6 /* showing */
            fload 15 /* scale */
            invokestatic android.widget.FastScroller.animateScaleX:(Landroid/view/View;F)Landroid/animation/Animator;
            ldc 100
            invokevirtual android.animation.Animator.setDuration:(J)Landroid/animation/Animator;
            astore 16 /* scaleAnim */
        start local 16 // android.animation.Animator scaleAnim
        45: .line 1182
            aload 11 /* builder */
            aload 16 /* scaleAnim */
            invokevirtual android.animation.AnimatorSet$Builder.with:(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;
            pop
        end local 16 // android.animation.Animator scaleAnim
        end local 15 // float scale
        46: .line 1185
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewAnimation:Landroid/animation/AnimatorSet;
            invokevirtual android.animation.AnimatorSet.start:()V
        47: .line 1187
            aload 3 /* text */
            invokestatic android.text.TextUtils.isEmpty:(Ljava/lang/CharSequence;)Z
            ifeq 48
            iconst_0
            goto 49
      StackMap locals:
      StackMap stack:
        48: iconst_1
      StackMap locals:
      StackMap stack: int
        49: ireturn
        end local 14 // int showingWidth
        end local 13 // int targetWidth
        end local 12 // int previewWidth
        end local 11 // android.animation.AnimatorSet$Builder builder
        end local 10 // android.animation.Animator resizePreview
        end local 9 // android.animation.Animator hideShowing
        end local 8 // android.animation.Animator showTarget
        end local 7 // android.widget.TextView target
        end local 6 // android.widget.TextView showing
        end local 5 // android.view.View preview
        end local 4 // android.graphics.Rect bounds
        end local 3 // java.lang.String text
        end local 2 // java.lang.Object[] sections
        end local 1 // int sectionIndex
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   50     0           this  Landroid/widget/FastScroller;
            0   50     1   sectionIndex  I
            1   50     2       sections  [Ljava/lang/Object;
            2   50     3           text  Ljava/lang/String;
            4    6     4        section  Ljava/lang/Object;
            7   50     4         bounds  Landroid/graphics/Rect;
            8   50     5        preview  Landroid/view/View;
           10   12     6        showing  Landroid/widget/TextView;
           13   50     6        showing  Landroid/widget/TextView;
           11   12     7         target  Landroid/widget/TextView;
           14   50     7         target  Landroid/widget/TextView;
           20   50     8     showTarget  Landroid/animation/Animator;
           21   50     9    hideShowing  Landroid/animation/Animator;
           27   50    10  resizePreview  Landroid/animation/Animator;
           30   50    11        builder  Landroid/animation/AnimatorSet$Builder;
           34   50    12   previewWidth  I
           35   50    13    targetWidth  I
           38   39    14      scaleAnim  Landroid/animation/Animator;
           42   50    14   showingWidth  I
           44   46    15          scale  F
           45   46    16      scaleAnim  Landroid/animation/Animator;
    MethodParameters:
              Name  Flags
      sectionIndex  

  private void setThumbPos(float);
    descriptor: (F)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=13, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // float position
         0: .line 1197
            fload 1 /* position */
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbRange:F
            fmul
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbOffset:F
            fadd
            fstore 2 /* thumbMiddle */
        start local 2 // float thumbMiddle
         1: .line 1198
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            fload 2 /* thumbMiddle */
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.widget.ImageView.getHeight:()I
            i2f
            fconst_2
            fdiv
            fsub
            invokevirtual android.widget.ImageView.setTranslationY:(F)V
         2: .line 1200
            aload 0 /* this */
            getfield android.widget.FastScroller.mPreviewImage:Landroid/view/View;
            astore 3 /* previewImage */
        start local 3 // android.view.View previewImage
         3: .line 1201
            aload 3 /* previewImage */
            invokevirtual android.view.View.getHeight:()I
            i2f
            fconst_2
            fdiv
            fstore 4 /* previewHalfHeight */
        start local 4 // float previewHalfHeight
         4: .line 1203
            aload 0 /* this */
            getfield android.widget.FastScroller.mOverlayPosition:I
            tableswitch { // 0 - 2
                    0: 9
                    1: 5
                    2: 7
              default: 9
          }
         5: .line 1205
      StackMap locals: float android.view.View float
      StackMap stack:
            fload 2 /* thumbMiddle */
            fstore 5 /* previewPos */
        start local 5 // float previewPos
         6: .line 1206
            goto 10
        end local 5 // float previewPos
         7: .line 1208
      StackMap locals:
      StackMap stack:
            fload 2 /* thumbMiddle */
            fload 4 /* previewHalfHeight */
            fsub
            fstore 5 /* previewPos */
        start local 5 // float previewPos
         8: .line 1209
            goto 10
        end local 5 // float previewPos
         9: .line 1212
      StackMap locals:
      StackMap stack:
            fconst_0
            fstore 5 /* previewPos */
        start local 5 // float previewPos
        10: .line 1217
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mContainerRect:Landroid/graphics/Rect;
            astore 6 /* container */
        start local 6 // android.graphics.Rect container
        11: .line 1218
            aload 6 /* container */
            getfield android.graphics.Rect.top:I
            istore 7 /* top */
        start local 7 // int top
        12: .line 1219
            aload 6 /* container */
            getfield android.graphics.Rect.bottom:I
            istore 8 /* bottom */
        start local 8 // int bottom
        13: .line 1220
            iload 7 /* top */
            i2f
            fload 4 /* previewHalfHeight */
            fadd
            fstore 9 /* minP */
        start local 9 // float minP
        14: .line 1221
            iload 8 /* bottom */
            i2f
            fload 4 /* previewHalfHeight */
            fsub
            fstore 10 /* maxP */
        start local 10 // float maxP
        15: .line 1222
            fload 5 /* previewPos */
            fload 9 /* minP */
            fload 10 /* maxP */
            invokestatic android.util.MathUtils.constrain:(FFF)F
            fstore 11 /* previewMiddle */
        start local 11 // float previewMiddle
        16: .line 1223
            fload 11 /* previewMiddle */
            fload 4 /* previewHalfHeight */
            fsub
            fstore 12 /* previewTop */
        start local 12 // float previewTop
        17: .line 1224
            aload 3 /* previewImage */
            fload 12 /* previewTop */
            invokevirtual android.view.View.setTranslationY:(F)V
        18: .line 1226
            aload 0 /* this */
            getfield android.widget.FastScroller.mPrimaryText:Landroid/widget/TextView;
            fload 12 /* previewTop */
            invokevirtual android.widget.TextView.setTranslationY:(F)V
        19: .line 1227
            aload 0 /* this */
            getfield android.widget.FastScroller.mSecondaryText:Landroid/widget/TextView;
            fload 12 /* previewTop */
            invokevirtual android.widget.TextView.setTranslationY:(F)V
        20: .line 1228
            return
        end local 12 // float previewTop
        end local 11 // float previewMiddle
        end local 10 // float maxP
        end local 9 // float minP
        end local 8 // int bottom
        end local 7 // int top
        end local 6 // android.graphics.Rect container
        end local 5 // float previewPos
        end local 4 // float previewHalfHeight
        end local 3 // android.view.View previewImage
        end local 2 // float thumbMiddle
        end local 1 // float position
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   21     0               this  Landroid/widget/FastScroller;
            0   21     1           position  F
            1   21     2        thumbMiddle  F
            3   21     3       previewImage  Landroid/view/View;
            4   21     4  previewHalfHeight  F
            6    7     5         previewPos  F
            8    9     5         previewPos  F
           10   21     5         previewPos  F
           11   21     6          container  Landroid/graphics/Rect;
           12   21     7                top  I
           13   21     8             bottom  I
           14   21     9               minP  F
           15   21    10               maxP  F
           16   21    11      previewMiddle  F
           17   21    12         previewTop  F
    MethodParameters:
          Name  Flags
      position  

  private float getPosFromMotionEvent(float);
    descriptor: (F)F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // float y
         0: .line 1233
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbRange:F
            fconst_0
            fcmpg
            ifgt 2
         1: .line 1234
            fconst_0
            freturn
         2: .line 1237
      StackMap locals:
      StackMap stack:
            fload 1 /* y */
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbOffset:F
            fsub
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbRange:F
            fdiv
            fconst_0
            fconst_1
            invokestatic android.util.MathUtils.constrain:(FFF)F
            freturn
        end local 1 // float y
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/FastScroller;
            0    3     1     y  F
    MethodParameters:
      Name  Flags
      y     

  private float getPosFromItemCount(int, int, int);
    descriptor: (III)F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=18, args_size=4
        start local 0 // android.widget.FastScroller this
        start local 1 // int firstVisibleItem
        start local 2 // int visibleItemCount
        start local 3 // int totalItemCount
         0: .line 1250
            aload 0 /* this */
            getfield android.widget.FastScroller.mSectionIndexer:Landroid/widget/SectionIndexer;
            astore 4 /* sectionIndexer */
        start local 4 // android.widget.SectionIndexer sectionIndexer
         1: .line 1251
            aload 4 /* sectionIndexer */
            ifnull 2
            aload 0 /* this */
            getfield android.widget.FastScroller.mListAdapter:Landroid/widget/Adapter;
            ifnonnull 3
         2: .line 1252
      StackMap locals: android.widget.SectionIndexer
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.getSectionsFromIndexer:()V
         3: .line 1255
      StackMap locals:
      StackMap stack:
            iload 2 /* visibleItemCount */
            ifeq 4
            iload 3 /* totalItemCount */
            ifne 5
         4: .line 1257
      StackMap locals:
      StackMap stack:
            fconst_0
            freturn
         5: .line 1260
      StackMap locals:
      StackMap stack:
            aload 4 /* sectionIndexer */
            ifnull 8
            aload 0 /* this */
            getfield android.widget.FastScroller.mSections:[Ljava/lang/Object;
            ifnull 8
         6: .line 1261
            aload 0 /* this */
            getfield android.widget.FastScroller.mSections:[Ljava/lang/Object;
            arraylength
         7: .line 1260
            ifle 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 5 /* hasSections */
        start local 5 // boolean hasSections
        10: .line 1262
            iload 5 /* hasSections */
            ifeq 11
            aload 0 /* this */
            getfield android.widget.FastScroller.mMatchDragPosition:Z
            ifne 14
        11: .line 1263
      StackMap locals: int
      StackMap stack:
            iload 2 /* visibleItemCount */
            iload 3 /* totalItemCount */
            if_icmpne 13
        12: .line 1265
            fconst_0
            freturn
        13: .line 1267
      StackMap locals:
      StackMap stack:
            iload 1 /* firstVisibleItem */
            i2f
            iload 3 /* totalItemCount */
            iload 2 /* visibleItemCount */
            isub
            i2f
            fdiv
            freturn
        14: .line 1272
      StackMap locals:
      StackMap stack:
            iload 1 /* firstVisibleItem */
            aload 0 /* this */
            getfield android.widget.FastScroller.mHeaderCount:I
            isub
            istore 1 /* firstVisibleItem */
        15: .line 1273
            iload 1 /* firstVisibleItem */
            ifge 17
        16: .line 1274
            fconst_0
            freturn
        17: .line 1276
      StackMap locals:
      StackMap stack:
            iload 3 /* totalItemCount */
            aload 0 /* this */
            getfield android.widget.FastScroller.mHeaderCount:I
            isub
            istore 3 /* totalItemCount */
        18: .line 1279
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            iconst_0
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            astore 6 /* child */
        start local 6 // android.view.View child
        19: .line 1281
            aload 6 /* child */
            ifnull 20
            aload 6 /* child */
            invokevirtual android.view.View.getHeight:()I
            ifne 22
        20: .line 1282
      StackMap locals: android.view.View
      StackMap stack:
            fconst_0
            fstore 7 /* incrementalPos */
        start local 7 // float incrementalPos
        21: .line 1283
            goto 23
        end local 7 // float incrementalPos
        22: .line 1284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getPaddingTop:()I
            aload 6 /* child */
            invokevirtual android.view.View.getTop:()I
            isub
            i2f
            aload 6 /* child */
            invokevirtual android.view.View.getHeight:()I
            i2f
            fdiv
            fstore 7 /* incrementalPos */
        start local 7 // float incrementalPos
        23: .line 1288
      StackMap locals: float
      StackMap stack:
            aload 4 /* sectionIndexer */
            iload 1 /* firstVisibleItem */
            invokeinterface android.widget.SectionIndexer.getSectionForPosition:(I)I
            istore 8 /* section */
        start local 8 // int section
        24: .line 1289
            aload 4 /* sectionIndexer */
            iload 8 /* section */
            invokeinterface android.widget.SectionIndexer.getPositionForSection:(I)I
            istore 9 /* sectionPos */
        start local 9 // int sectionPos
        25: .line 1290
            aload 0 /* this */
            getfield android.widget.FastScroller.mSections:[Ljava/lang/Object;
            arraylength
            istore 10 /* sectionCount */
        start local 10 // int sectionCount
        26: .line 1292
            iload 8 /* section */
            iload 10 /* sectionCount */
            iconst_1
            isub
            if_icmpge 33
        27: .line 1294
            iload 8 /* section */
            iconst_1
            iadd
            iload 10 /* sectionCount */
            if_icmpge 30
        28: .line 1295
            aload 4 /* sectionIndexer */
            iload 8 /* section */
            iconst_1
            iadd
            invokeinterface android.widget.SectionIndexer.getPositionForSection:(I)I
            istore 12 /* nextSectionPos */
        start local 12 // int nextSectionPos
        29: .line 1296
            goto 31
        end local 12 // int nextSectionPos
        30: .line 1297
      StackMap locals: int int int
      StackMap stack:
            iload 3 /* totalItemCount */
            iconst_1
            isub
            istore 12 /* nextSectionPos */
        start local 12 // int nextSectionPos
        31: .line 1299
      StackMap locals: android.widget.FastScroller int int int android.widget.SectionIndexer int android.view.View float int int int top int
      StackMap stack:
            iload 12 /* nextSectionPos */
            iload 9 /* sectionPos */
            isub
            istore 11 /* positionsInSection */
        end local 12 // int nextSectionPos
        start local 11 // int positionsInSection
        32: .line 1300
            goto 34
        end local 11 // int positionsInSection
        33: .line 1301
      StackMap locals: android.widget.FastScroller int int int android.widget.SectionIndexer int android.view.View float int int int
      StackMap stack:
            iload 3 /* totalItemCount */
            iload 9 /* sectionPos */
            isub
            istore 11 /* positionsInSection */
        start local 11 // int positionsInSection
        34: .line 1306
      StackMap locals: int
      StackMap stack:
            iload 11 /* positionsInSection */
            ifne 37
        35: .line 1307
            fconst_0
            fstore 12 /* posWithinSection */
        start local 12 // float posWithinSection
        36: .line 1308
            goto 40
        end local 12 // float posWithinSection
        37: .line 1309
      StackMap locals:
      StackMap stack:
            iload 1 /* firstVisibleItem */
            i2f
            fload 7 /* incrementalPos */
            fadd
            iload 9 /* sectionPos */
            i2f
            fsub
        38: .line 1310
            iload 11 /* positionsInSection */
            i2f
        39: .line 1309
            fdiv
            fstore 12 /* posWithinSection */
        start local 12 // float posWithinSection
        40: .line 1313
      StackMap locals: float
      StackMap stack:
            iload 8 /* section */
            i2f
            fload 12 /* posWithinSection */
            fadd
            iload 10 /* sectionCount */
            i2f
            fdiv
            fstore 13 /* result */
        start local 13 // float result
        41: .line 1318
            iload 1 /* firstVisibleItem */
            ifle 52
            iload 1 /* firstVisibleItem */
            iload 2 /* visibleItemCount */
            iadd
            iload 3 /* totalItemCount */
            if_icmpne 52
        42: .line 1319
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            iload 2 /* visibleItemCount */
            iconst_1
            isub
            invokevirtual android.widget.AbsListView.getChildAt:(I)Landroid/view/View;
            astore 14 /* lastChild */
        start local 14 // android.view.View lastChild
        43: .line 1320
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getPaddingBottom:()I
            istore 15 /* bottomPadding */
        start local 15 // int bottomPadding
        44: .line 1323
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getClipToPadding:()Z
            ifeq 48
        45: .line 1324
            aload 14 /* lastChild */
            invokevirtual android.view.View.getHeight:()I
            istore 16 /* maxSize */
        start local 16 // int maxSize
        46: .line 1325
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getHeight:()I
            iload 15 /* bottomPadding */
            isub
            aload 14 /* lastChild */
            invokevirtual android.view.View.getTop:()I
            isub
            istore 17 /* currentVisibleSize */
        start local 17 // int currentVisibleSize
        47: .line 1326
            goto 50
        end local 17 // int currentVisibleSize
        end local 16 // int maxSize
        48: .line 1327
      StackMap locals: float android.view.View int
      StackMap stack:
            aload 14 /* lastChild */
            invokevirtual android.view.View.getHeight:()I
            iload 15 /* bottomPadding */
            iadd
            istore 16 /* maxSize */
        start local 16 // int maxSize
        49: .line 1328
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getHeight:()I
            aload 14 /* lastChild */
            invokevirtual android.view.View.getTop:()I
            isub
            istore 17 /* currentVisibleSize */
        start local 17 // int currentVisibleSize
        50: .line 1330
      StackMap locals: int int
      StackMap stack:
            iload 17 /* currentVisibleSize */
            ifle 52
            iload 16 /* maxSize */
            ifle 52
        51: .line 1331
            fload 13 /* result */
            fconst_1
            fload 13 /* result */
            fsub
            iload 17 /* currentVisibleSize */
            i2f
            iload 16 /* maxSize */
            i2f
            fdiv
            fmul
            fadd
            fstore 13 /* result */
        end local 17 // int currentVisibleSize
        end local 16 // int maxSize
        end local 15 // int bottomPadding
        end local 14 // android.view.View lastChild
        52: .line 1335
      StackMap locals: android.widget.FastScroller int int int android.widget.SectionIndexer int android.view.View float int int int int float float
      StackMap stack:
            fload 13 /* result */
            freturn
        end local 13 // float result
        end local 12 // float posWithinSection
        end local 11 // int positionsInSection
        end local 10 // int sectionCount
        end local 9 // int sectionPos
        end local 8 // int section
        end local 7 // float incrementalPos
        end local 6 // android.view.View child
        end local 5 // boolean hasSections
        end local 4 // android.widget.SectionIndexer sectionIndexer
        end local 3 // int totalItemCount
        end local 2 // int visibleItemCount
        end local 1 // int firstVisibleItem
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   53     0                this  Landroid/widget/FastScroller;
            0   53     1    firstVisibleItem  I
            0   53     2    visibleItemCount  I
            0   53     3      totalItemCount  I
            1   53     4      sectionIndexer  Landroid/widget/SectionIndexer;
           10   53     5         hasSections  Z
           19   53     6               child  Landroid/view/View;
           21   22     7      incrementalPos  F
           23   53     7      incrementalPos  F
           24   53     8             section  I
           25   53     9          sectionPos  I
           26   53    10        sectionCount  I
           32   33    11  positionsInSection  I
           34   53    11  positionsInSection  I
           29   30    12      nextSectionPos  I
           31   32    12      nextSectionPos  I
           36   37    12    posWithinSection  F
           40   53    12    posWithinSection  F
           41   53    13              result  F
           43   52    14           lastChild  Landroid/view/View;
           44   52    15       bottomPadding  I
           46   48    16             maxSize  I
           49   52    16             maxSize  I
           47   48    17  currentVisibleSize  I
           50   52    17  currentVisibleSize  I
    MethodParameters:
                  Name  Flags
      firstVisibleItem  
      visibleItemCount  
      totalItemCount    

  private void cancelFling();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 1344
            lconst_0
            lconst_0
            iconst_3
            fconst_0
            fconst_0
            iconst_0
         1: .line 1343
            invokestatic android.view.MotionEvent.obtain:(JJIFFI)Landroid/view/MotionEvent;
            astore 1 /* cancelFling */
        start local 1 // android.view.MotionEvent cancelFling
         2: .line 1345
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            aload 1 /* cancelFling */
            invokevirtual android.widget.AbsListView.onTouchEvent:(Landroid/view/MotionEvent;)Z
            pop
         3: .line 1346
            aload 1 /* cancelFling */
            invokevirtual android.view.MotionEvent.recycle:()V
         4: .line 1347
            return
        end local 1 // android.view.MotionEvent cancelFling
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/widget/FastScroller;
            2    5     1  cancelFling  Landroid/view/MotionEvent;

  private void cancelPendingDrag();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 1355
            aload 0 /* this */
            ldc -1
            putfield android.widget.FastScroller.mPendingDrag:J
         1: .line 1356
            return
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/FastScroller;

  private void startPendingDrag();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 1363
            aload 0 /* this */
            invokestatic android.os.SystemClock.uptimeMillis:()J
            getstatic android.widget.FastScroller.TAP_TIMEOUT:J
            ladd
            putfield android.widget.FastScroller.mPendingDrag:J
         1: .line 1364
            return
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/FastScroller;

  private void beginDrag();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.widget.FastScroller this
         0: .line 1367
            aload 0 /* this */
            ldc -1
            putfield android.widget.FastScroller.mPendingDrag:J
         1: .line 1369
            aload 0 /* this */
            iconst_2
            invokevirtual android.widget.FastScroller.setState:(I)V
         2: .line 1371
            aload 0 /* this */
            getfield android.widget.FastScroller.mListAdapter:Landroid/widget/Adapter;
            ifnonnull 4
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            ifnull 4
         3: .line 1372
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.getSectionsFromIndexer:()V
         4: .line 1375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            ifnull 7
         5: .line 1376
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            iconst_1
            invokevirtual android.widget.AbsListView.requestDisallowInterceptTouchEvent:(Z)V
         6: .line 1377
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            iconst_1
            invokevirtual android.widget.AbsListView.reportScrollStateChange:(I)V
         7: .line 1380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.cancelFling:()V
         8: .line 1381
            return
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Landroid/widget/FastScroller;

  public boolean onInterceptTouchEvent(android.view.MotionEvent);
    descriptor: (Landroid/view/MotionEvent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // android.view.MotionEvent ev
         0: .line 1384
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.isEnabled:()Z
            ifne 2
         1: .line 1385
            iconst_0
            ireturn
         2: .line 1388
      StackMap locals:
      StackMap stack:
            aload 1 /* ev */
            invokevirtual android.view.MotionEvent.getActionMasked:()I
            tableswitch { // 0 - 3
                    0: 3
                    1: 17
                    2: 9
                    3: 17
              default: 18
          }
         3: .line 1390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ev */
            invokevirtual android.view.MotionEvent.getX:()F
            aload 1 /* ev */
            invokevirtual android.view.MotionEvent.getY:()F
            invokevirtual android.widget.FastScroller.isPointInside:(FF)Z
            ifeq 18
         4: .line 1396
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.isInScrollingContainer:()Z
            ifne 6
         5: .line 1399
            iconst_1
            ireturn
         6: .line 1402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ev */
            invokevirtual android.view.MotionEvent.getY:()F
            putfield android.widget.FastScroller.mInitialTouchY:F
         7: .line 1403
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.startPendingDrag:()V
         8: .line 1405
            goto 18
         9: .line 1407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ev */
            invokevirtual android.view.MotionEvent.getX:()F
            aload 1 /* ev */
            invokevirtual android.view.MotionEvent.getY:()F
            invokevirtual android.widget.FastScroller.isPointInside:(FF)Z
            ifne 12
        10: .line 1408
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.cancelPendingDrag:()V
        11: .line 1409
            goto 18
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield android.widget.FastScroller.mPendingDrag:J
            lconst_0
            lcmp
            iflt 18
            aload 0 /* this */
            getfield android.widget.FastScroller.mPendingDrag:J
            invokestatic android.os.SystemClock.uptimeMillis:()J
            lcmp
            ifgt 18
        13: .line 1410
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.beginDrag:()V
        14: .line 1412
            aload 0 /* this */
            aload 0 /* this */
            getfield android.widget.FastScroller.mInitialTouchY:F
            invokevirtual android.widget.FastScroller.getPosFromMotionEvent:(F)F
            fstore 2 /* pos */
        start local 2 // float pos
        15: .line 1413
            aload 0 /* this */
            fload 2 /* pos */
            invokevirtual android.widget.FastScroller.scrollTo:(F)V
        16: .line 1417
            aload 0 /* this */
            aload 1 /* ev */
            invokevirtual android.widget.FastScroller.onTouchEvent:(Landroid/view/MotionEvent;)Z
            ireturn
        end local 2 // float pos
        17: .line 1422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.cancelPendingDrag:()V
        18: .line 1426
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // android.view.MotionEvent ev
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Landroid/widget/FastScroller;
            0   19     1    ev  Landroid/view/MotionEvent;
           15   17     2   pos  F
    MethodParameters:
      Name  Flags
      ev    

  public boolean onInterceptHoverEvent(android.view.MotionEvent);
    descriptor: (Landroid/view/MotionEvent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // android.view.MotionEvent ev
         0: .line 1430
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.isEnabled:()Z
            ifne 2
         1: .line 1431
            iconst_0
            ireturn
         2: .line 1434
      StackMap locals:
      StackMap stack:
            aload 1 /* ev */
            invokevirtual android.view.MotionEvent.getActionMasked:()I
            istore 2 /* actionMasked */
        start local 2 // int actionMasked
         3: .line 1435
            iload 2 /* actionMasked */
            bipush 9
            if_icmpeq 5
         4: .line 1436
            iload 2 /* actionMasked */
            bipush 7
            if_icmpne 9
      StackMap locals: int
      StackMap stack:
         5: aload 0 /* this */
            getfield android.widget.FastScroller.mState:I
            ifne 9
         6: .line 1437
            aload 0 /* this */
            aload 1 /* ev */
            invokevirtual android.view.MotionEvent.getX:()F
            aload 1 /* ev */
            invokevirtual android.view.MotionEvent.getY:()F
            invokevirtual android.widget.FastScroller.isPointInside:(FF)Z
            ifeq 9
         7: .line 1438
            aload 0 /* this */
            iconst_1
            invokevirtual android.widget.FastScroller.setState:(I)V
         8: .line 1439
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.postAutoHide:()V
         9: .line 1442
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int actionMasked
        end local 1 // android.view.MotionEvent ev
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Landroid/widget/FastScroller;
            0   10     1            ev  Landroid/view/MotionEvent;
            3   10     2  actionMasked  I
    MethodParameters:
      Name  Flags
      ev    

  public android.view.PointerIcon onResolvePointerIcon(android.view.MotionEvent, int);
    descriptor: (Landroid/view/MotionEvent;I)Landroid/view/PointerIcon;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.FastScroller this
        start local 1 // android.view.MotionEvent event
        start local 2 // int pointerIndex
         0: .line 1446
            aload 0 /* this */
            getfield android.widget.FastScroller.mState:I
            iconst_2
            if_icmpeq 1
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual android.view.MotionEvent.getX:()F
            aload 1 /* event */
            invokevirtual android.view.MotionEvent.getY:()F
            invokevirtual android.widget.FastScroller.isPointInside:(FF)Z
            ifeq 2
         1: .line 1447
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.getContext:()Landroid/content/Context;
            sipush 1000
            invokestatic android.view.PointerIcon.getSystemIcon:(Landroid/content/Context;I)Landroid/view/PointerIcon;
            areturn
         2: .line 1449
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int pointerIndex
        end local 1 // android.view.MotionEvent event
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Landroid/widget/FastScroller;
            0    3     1         event  Landroid/view/MotionEvent;
            0    3     2  pointerIndex  I
    MethodParameters:
              Name  Flags
      event         
      pointerIndex  

  public boolean onTouchEvent(android.view.MotionEvent);
    descriptor: (Landroid/view/MotionEvent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // android.view.MotionEvent me
         0: .line 1453
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.isEnabled:()Z
            ifne 2
         1: .line 1454
            iconst_0
            ireturn
         2: .line 1457
      StackMap locals:
      StackMap stack:
            aload 1 /* me */
            invokevirtual android.view.MotionEvent.getActionMasked:()I
            tableswitch { // 0 - 3
                    0: 3
                    1: 7
                    2: 19
                    3: 27
              default: 28
          }
         3: .line 1459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* me */
            invokevirtual android.view.MotionEvent.getX:()F
            aload 1 /* me */
            invokevirtual android.view.MotionEvent.getY:()F
            invokevirtual android.widget.FastScroller.isPointInside:(FF)Z
            ifeq 28
         4: .line 1460
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            invokevirtual android.widget.AbsListView.isInScrollingContainer:()Z
            ifne 28
         5: .line 1461
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.beginDrag:()V
         6: .line 1462
            iconst_1
            ireturn
         7: .line 1468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mPendingDrag:J
            lconst_0
            lcmp
            iflt 12
         8: .line 1470
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.beginDrag:()V
         9: .line 1472
            aload 0 /* this */
            aload 1 /* me */
            invokevirtual android.view.MotionEvent.getY:()F
            invokevirtual android.widget.FastScroller.getPosFromMotionEvent:(F)F
            fstore 2 /* pos */
        start local 2 // float pos
        10: .line 1473
            aload 0 /* this */
            fload 2 /* pos */
            invokevirtual android.widget.FastScroller.setThumbPos:(F)V
        11: .line 1474
            aload 0 /* this */
            fload 2 /* pos */
            invokevirtual android.widget.FastScroller.scrollTo:(F)V
        end local 2 // float pos
        12: .line 1479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mState:I
            iconst_2
            if_icmpne 28
        13: .line 1480
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            ifnull 16
        14: .line 1484
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            iconst_0
            invokevirtual android.widget.AbsListView.requestDisallowInterceptTouchEvent:(Z)V
        15: .line 1485
            aload 0 /* this */
            getfield android.widget.FastScroller.mList:Landroid/widget/AbsListView;
            iconst_0
            invokevirtual android.widget.AbsListView.reportScrollStateChange:(I)V
        16: .line 1488
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual android.widget.FastScroller.setState:(I)V
        17: .line 1489
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.postAutoHide:()V
        18: .line 1491
            iconst_1
            ireturn
        19: .line 1496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mPendingDrag:J
            lconst_0
            lcmp
            iflt 21
            aload 1 /* me */
            invokevirtual android.view.MotionEvent.getY:()F
            aload 0 /* this */
            getfield android.widget.FastScroller.mInitialTouchY:F
            fsub
            invokestatic java.lang.Math.abs:(F)F
            aload 0 /* this */
            getfield android.widget.FastScroller.mScaledTouchSlop:I
            i2f
            fcmpl
            ifle 21
        20: .line 1497
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.beginDrag:()V
        21: .line 1502
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.FastScroller.mState:I
            iconst_2
            if_icmpne 28
        22: .line 1504
            aload 0 /* this */
            aload 1 /* me */
            invokevirtual android.view.MotionEvent.getY:()F
            invokevirtual android.widget.FastScroller.getPosFromMotionEvent:(F)F
            fstore 2 /* pos */
        start local 2 // float pos
        23: .line 1505
            aload 0 /* this */
            fload 2 /* pos */
            invokevirtual android.widget.FastScroller.setThumbPos:(F)V
        24: .line 1508
            aload 0 /* this */
            getfield android.widget.FastScroller.mScrollCompleted:Z
            ifeq 26
        25: .line 1509
            aload 0 /* this */
            fload 2 /* pos */
            invokevirtual android.widget.FastScroller.scrollTo:(F)V
        26: .line 1512
      StackMap locals: float
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // float pos
        27: .line 1517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.widget.FastScroller.cancelPendingDrag:()V
        28: .line 1521
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // android.view.MotionEvent me
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Landroid/widget/FastScroller;
            0   29     1    me  Landroid/view/MotionEvent;
           10   12     2   pos  F
           23   27     2   pos  F
    MethodParameters:
      Name  Flags
      me    

  private boolean isPointInside(float, float);
    descriptor: (FF)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.widget.FastScroller this
        start local 1 // float x
        start local 2 // float y
         0: .line 1535
            aload 0 /* this */
            fload 1 /* x */
            invokevirtual android.widget.FastScroller.isPointInsideX:(F)Z
            ifeq 2
            aload 0 /* this */
            getfield android.widget.FastScroller.mTrackDrawable:Landroid/graphics/drawable/Drawable;
            ifnonnull 1
            aload 0 /* this */
            fload 2 /* y */
            invokevirtual android.widget.FastScroller.isPointInsideY:(F)Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // float y
        end local 1 // float x
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/FastScroller;
            0    3     1     x  F
            0    3     2     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  private boolean isPointInsideX(float);
    descriptor: (F)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // float x
         0: .line 1539
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.widget.ImageView.getTranslationX:()F
            fstore 2 /* offset */
        start local 2 // float offset
         1: .line 1540
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.widget.ImageView.getLeft:()I
            i2f
            fload 2 /* offset */
            fadd
            fstore 3 /* left */
        start local 3 // float left
         2: .line 1541
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.widget.ImageView.getRight:()I
            i2f
            fload 2 /* offset */
            fadd
            fstore 4 /* right */
        start local 4 // float right
         3: .line 1544
            aload 0 /* this */
            getfield android.widget.FastScroller.mMinimumTouchTarget:I
            i2f
            fload 4 /* right */
            fload 3 /* left */
            fsub
            fsub
            fstore 5 /* targetSizeDiff */
        start local 5 // float targetSizeDiff
         4: .line 1545
            fload 5 /* targetSizeDiff */
            fconst_0
            fcmpl
            ifle 5
            fload 5 /* targetSizeDiff */
            goto 6
      StackMap locals: android.widget.FastScroller float float float float float
      StackMap stack:
         5: fconst_0
      StackMap locals:
      StackMap stack: float
         6: fstore 6 /* adjust */
        start local 6 // float adjust
         7: .line 1547
            aload 0 /* this */
            getfield android.widget.FastScroller.mLayoutFromRight:Z
            ifeq 10
         8: .line 1548
            fload 1 /* x */
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.widget.ImageView.getLeft:()I
            i2f
            fload 6 /* adjust */
            fsub
            fcmpl
            iflt 9
            iconst_1
            ireturn
      StackMap locals: float
      StackMap stack:
         9: iconst_0
            ireturn
        10: .line 1550
      StackMap locals:
      StackMap stack:
            fload 1 /* x */
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.widget.ImageView.getRight:()I
            i2f
            fload 6 /* adjust */
            fadd
            fcmpg
            ifgt 11
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        11: iconst_0
            ireturn
        end local 6 // float adjust
        end local 5 // float targetSizeDiff
        end local 4 // float right
        end local 3 // float left
        end local 2 // float offset
        end local 1 // float x
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Landroid/widget/FastScroller;
            0   12     1               x  F
            1   12     2          offset  F
            2   12     3            left  F
            3   12     4           right  F
            4   12     5  targetSizeDiff  F
            7   12     6          adjust  F
    MethodParameters:
      Name  Flags
      x     

  private boolean isPointInsideY(float);
    descriptor: (F)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // android.widget.FastScroller this
        start local 1 // float y
         0: .line 1555
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.widget.ImageView.getTranslationY:()F
            fstore 2 /* offset */
        start local 2 // float offset
         1: .line 1556
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.widget.ImageView.getTop:()I
            i2f
            fload 2 /* offset */
            fadd
            fstore 3 /* top */
        start local 3 // float top
         2: .line 1557
            aload 0 /* this */
            getfield android.widget.FastScroller.mThumbImage:Landroid/widget/ImageView;
            invokevirtual android.widget.ImageView.getBottom:()I
            i2f
            fload 2 /* offset */
            fadd
            fstore 4 /* bottom */
        start local 4 // float bottom
         3: .line 1560
            aload 0 /* this */
            getfield android.widget.FastScroller.mMinimumTouchTarget:I
            i2f
            fload 4 /* bottom */
            fload 3 /* top */
            fsub
            fsub
            fstore 5 /* targetSizeDiff */
        start local 5 // float targetSizeDiff
         4: .line 1561
            fload 5 /* targetSizeDiff */
            fconst_0
            fcmpl
            ifle 5
            fload 5 /* targetSizeDiff */
            fconst_2
            fdiv
            goto 6
      StackMap locals: android.widget.FastScroller float float float float float
      StackMap stack:
         5: fconst_0
      StackMap locals:
      StackMap stack: float
         6: fstore 6 /* adjust */
        start local 6 // float adjust
         7: .line 1563
            fload 1 /* y */
            fload 3 /* top */
            fload 6 /* adjust */
            fsub
            fcmpl
            iflt 8
            fload 1 /* y */
            fload 4 /* bottom */
            fload 6 /* adjust */
            fadd
            fcmpg
            ifgt 8
            iconst_1
            ireturn
      StackMap locals: float
      StackMap stack:
         8: iconst_0
            ireturn
        end local 6 // float adjust
        end local 5 // float targetSizeDiff
        end local 4 // float bottom
        end local 3 // float top
        end local 2 // float offset
        end local 1 // float y
        end local 0 // android.widget.FastScroller this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Landroid/widget/FastScroller;
            0    9     1               y  F
            1    9     2          offset  F
            2    9     3             top  F
            3    9     4          bottom  F
            4    9     5  targetSizeDiff  F
            7    9     6          adjust  F
    MethodParameters:
      Name  Flags
      y     

  private static android.animation.Animator groupAnimatorOfFloat(android.util.Property<android.view.View, java.lang.Float>, float, android.view.View[]);
    descriptor: (Landroid/util/Property;F[Landroid/view/View;)Landroid/animation/Animator;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // android.util.Property property
        start local 1 // float value
        start local 2 // android.view.View[] views
         0: .line 1578
            new android.animation.AnimatorSet
            dup
            invokespecial android.animation.AnimatorSet.<init>:()V
            astore 3 /* animSet */
        start local 3 // android.animation.AnimatorSet animSet
         1: .line 1579
            aconst_null
            astore 4 /* builder */
        start local 4 // android.animation.AnimatorSet$Builder builder
         2: .line 1581
            aload 2 /* views */
            arraylength
            iconst_1
            isub
            istore 5 /* i */
        start local 5 // int i
         3: goto 10
         4: .line 1582
      StackMap locals: android.animation.AnimatorSet android.animation.AnimatorSet$Builder int
      StackMap stack:
            aload 2 /* views */
            iload 5 /* i */
            aaload
            aload 0 /* property */
            iconst_1
            newarray 6
            dup
            iconst_0
            fload 1 /* value */
            fastore
            invokestatic android.animation.ObjectAnimator.ofFloat:(Ljava/lang/Object;Landroid/util/Property;[F)Landroid/animation/ObjectAnimator;
            astore 6 /* anim */
        start local 6 // android.animation.Animator anim
         5: .line 1583
            aload 4 /* builder */
            ifnonnull 8
         6: .line 1584
            aload 3 /* animSet */
            aload 6 /* anim */
            invokevirtual android.animation.AnimatorSet.play:(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;
            astore 4 /* builder */
         7: .line 1585
            goto 9
         8: .line 1586
      StackMap locals: android.animation.Animator
      StackMap stack:
            aload 4 /* builder */
            aload 6 /* anim */
            invokevirtual android.animation.AnimatorSet$Builder.with:(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;
            pop
        end local 6 // android.animation.Animator anim
         9: .line 1581
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            ifge 4
        end local 5 // int i
        11: .line 1590
            aload 3 /* animSet */
            areturn
        end local 4 // android.animation.AnimatorSet$Builder builder
        end local 3 // android.animation.AnimatorSet animSet
        end local 2 // android.view.View[] views
        end local 1 // float value
        end local 0 // android.util.Property property
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0  property  Landroid/util/Property<Landroid/view/View;Ljava/lang/Float;>;
            0   12     1     value  F
            0   12     2     views  [Landroid/view/View;
            1   12     3   animSet  Landroid/animation/AnimatorSet;
            2   12     4   builder  Landroid/animation/AnimatorSet$Builder;
            3   11     5         i  I
            5    9     6      anim  Landroid/animation/Animator;
    Signature: (Landroid/util/Property<Landroid/view/View;Ljava/lang/Float;>;F[Landroid/view/View;)Landroid/animation/Animator;
    MethodParameters:
          Name  Flags
      property  
      value     
      views     

  private static android.animation.Animator animateScaleX(android.view.View, float);
    descriptor: (Landroid/view/View;F)Landroid/animation/Animator;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // android.view.View v
        start local 1 // float target
         0: .line 1597
            aload 0 /* v */
            getstatic android.view.View.SCALE_X:Landroid/util/Property;
            iconst_1
            newarray 6
            dup
            iconst_0
            fload 1 /* target */
            fastore
            invokestatic android.animation.ObjectAnimator.ofFloat:(Ljava/lang/Object;Landroid/util/Property;[F)Landroid/animation/ObjectAnimator;
            areturn
        end local 1 // float target
        end local 0 // android.view.View v
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0       v  Landroid/view/View;
            0    1     1  target  F
    MethodParameters:
        Name  Flags
      v       
      target  

  private static android.animation.Animator animateAlpha(android.view.View, float);
    descriptor: (Landroid/view/View;F)Landroid/animation/Animator;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // android.view.View v
        start local 1 // float alpha
         0: .line 1604
            aload 0 /* v */
            getstatic android.view.View.ALPHA:Landroid/util/Property;
            iconst_1
            newarray 6
            dup
            iconst_0
            fload 1 /* alpha */
            fastore
            invokestatic android.animation.ObjectAnimator.ofFloat:(Ljava/lang/Object;Landroid/util/Property;[F)Landroid/animation/ObjectAnimator;
            areturn
        end local 1 // float alpha
        end local 0 // android.view.View v
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0      v  Landroid/view/View;
            0    1     1  alpha  F
    MethodParameters:
       Name  Flags
      v      
      alpha  

  private static android.animation.Animator animateBounds(android.view.View, android.graphics.Rect);
    descriptor: (Landroid/view/View;Landroid/graphics/Rect;)Landroid/animation/Animator;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // android.view.View v
        start local 1 // android.graphics.Rect bounds
         0: .line 1675
            getstatic android.widget.FastScroller.LEFT:Landroid/util/Property;
            iconst_1
            newarray 10
            dup
            iconst_0
            aload 1 /* bounds */
            getfield android.graphics.Rect.left:I
            iastore
            invokestatic android.animation.PropertyValuesHolder.ofInt:(Landroid/util/Property;[I)Landroid/animation/PropertyValuesHolder;
            astore 2 /* left */
        start local 2 // android.animation.PropertyValuesHolder left
         1: .line 1676
            getstatic android.widget.FastScroller.TOP:Landroid/util/Property;
            iconst_1
            newarray 10
            dup
            iconst_0
            aload 1 /* bounds */
            getfield android.graphics.Rect.top:I
            iastore
            invokestatic android.animation.PropertyValuesHolder.ofInt:(Landroid/util/Property;[I)Landroid/animation/PropertyValuesHolder;
            astore 3 /* top */
        start local 3 // android.animation.PropertyValuesHolder top
         2: .line 1677
            getstatic android.widget.FastScroller.RIGHT:Landroid/util/Property;
            iconst_1
            newarray 10
            dup
            iconst_0
            aload 1 /* bounds */
            getfield android.graphics.Rect.right:I
            iastore
            invokestatic android.animation.PropertyValuesHolder.ofInt:(Landroid/util/Property;[I)Landroid/animation/PropertyValuesHolder;
            astore 4 /* right */
        start local 4 // android.animation.PropertyValuesHolder right
         3: .line 1678
            getstatic android.widget.FastScroller.BOTTOM:Landroid/util/Property;
            iconst_1
            newarray 10
            dup
            iconst_0
            aload 1 /* bounds */
            getfield android.graphics.Rect.bottom:I
            iastore
            invokestatic android.animation.PropertyValuesHolder.ofInt:(Landroid/util/Property;[I)Landroid/animation/PropertyValuesHolder;
            astore 5 /* bottom */
        start local 5 // android.animation.PropertyValuesHolder bottom
         4: .line 1679
            aload 0 /* v */
            iconst_4
            anewarray android.animation.PropertyValuesHolder
            dup
            iconst_0
            aload 2 /* left */
            aastore
            dup
            iconst_1
            aload 3 /* top */
            aastore
            dup
            iconst_2
            aload 4 /* right */
            aastore
            dup
            iconst_3
            aload 5 /* bottom */
            aastore
            invokestatic android.animation.ObjectAnimator.ofPropertyValuesHolder:(Ljava/lang/Object;[Landroid/animation/PropertyValuesHolder;)Landroid/animation/ObjectAnimator;
            areturn
        end local 5 // android.animation.PropertyValuesHolder bottom
        end local 4 // android.animation.PropertyValuesHolder right
        end local 3 // android.animation.PropertyValuesHolder top
        end local 2 // android.animation.PropertyValuesHolder left
        end local 1 // android.graphics.Rect bounds
        end local 0 // android.view.View v
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0       v  Landroid/view/View;
            0    5     1  bounds  Landroid/graphics/Rect;
            1    5     2    left  Landroid/animation/PropertyValuesHolder;
            2    5     3     top  Landroid/animation/PropertyValuesHolder;
            3    5     4   right  Landroid/animation/PropertyValuesHolder;
            4    5     5  bottom  Landroid/animation/PropertyValuesHolder;
    MethodParameters:
        Name  Flags
      v       
      bounds  
}
SourceFile: "FastScroller.java"
NestMembers:
  android.widget.FastScroller$1  android.widget.FastScroller$2  android.widget.FastScroller$3  android.widget.FastScroller$4  android.widget.FastScroller$5  android.widget.FastScroller$6
InnerClasses:
  public abstract AnimatorListener = android.animation.Animator$AnimatorListener of android.animation.Animator
  public Builder = android.animation.AnimatorSet$Builder of android.animation.AnimatorSet
  public final TruncateAt = android.text.TextUtils$TruncateAt of android.text.TextUtils
  public MeasureSpec = android.view.View$MeasureSpec of android.view.View
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  android.widget.FastScroller$3
  android.widget.FastScroller$4
  android.widget.FastScroller$5
  android.widget.FastScroller$6