Searched refs:mThumbImage (Results 1 – 1 of 1) sorted by relevance
110 private final ImageView mThumbImage; field in FastScroller274 mThumbImage = new ImageView(context); in FastScroller()275 mThumbImage.setScaleType(ScaleType.FIT_XY); in FastScroller()290 overlay.add(mThumbImage); in FastScroller()311 mThumbImage.setImageDrawable(mThumbDrawable); in updateAppearance()312 mThumbImage.setMinimumWidth(mThumbMinWidth); in updateAppearance()313 mThumbImage.setMinimumHeight(mThumbMinHeight); in updateAppearance()408 mOverlay.remove(mThumbImage); in remove()637 measureViewToSide(v, mThumbImage, margins, out); in measurePreview()773 measureViewToSide(mThumbImage, null, null, bounds); in layoutThumb()[all …]