Searched refs:thumbView (Results 1 – 3 of 3) sorted by relevance
109 private void zoomImageFromThumb(final View thumbView, int imageResId) { in zoomImageFromThumb() argument129 thumbView.getGlobalVisibleRect(startBounds); in zoomImageFromThumb()157 thumbView.setAlpha(0f); in zoomImageFromThumb()216 thumbView.setAlpha(1f); in zoomImageFromThumb()223 thumbView.setAlpha(1f); in zoomImageFromThumb()
78 final ImageView thumbView = mThumbs[index]; in zoomImageFromThumb() local88 thumbView.getGlobalVisibleRect(startBounds); in zoomImageFromThumb()180 thumbView.setAlpha(1f); in zoomImageFromThumb()
420 View thumbView = layoutView.findViewById(R.id.thumbImage); in newView() local431 layoutView.setTag(thumbView); in newView()