Searched refs:mThumbImage (Results 1 – 1 of 1) sorted by relevance
99 private final ImageView mThumbImage; field in FastScroller252 mThumbImage = new ImageView(context); in FastScroller()253 mThumbImage.setScaleType(ScaleType.FIT_XY); in FastScroller()268 overlay.add(mThumbImage); in FastScroller()290 mThumbImage.setImageDrawable(mThumbDrawable); in updateAppearance()291 mThumbImage.setMinimumWidth(mThumbMinWidth); in updateAppearance()292 mThumbImage.setMinimumHeight(mThumbMinHeight); in updateAppearance()387 mOverlay.remove(mThumbImage); in remove()611 measureViewToSide(v, mThumbImage, margins, out); in measurePreview()743 measureViewToSide(mThumbImage, null, null, bounds); in layoutThumb()[all …]