Home | History | Annotate | Download | only in data

Lines Matching refs:thumbWidth

203             int thumbWidth, int thumbHeight, int placeHolderResourceId,
219 public View getView(Context context, View recycled, int thumbWidth, int thumbHeight,
231 return fillImageView(context, imageView, thumbWidth, thumbHeight,
236 public void loadFullImage(Context context, int thumbWidth, int thumbHeight, View view,
509 protected ImageView fillImageView(Context context, final ImageView v, final int thumbWidth,
512 loadImage(context, v, thumbWidth, thumbHeight, placeHolderResourceId, false);
532 private void loadImage(Context context, ImageView imageView, int thumbWidth,
536 if (thumbWidth <= 0 || thumbHeight <=0) {
549 // then a medium quality thumbWidth/thumbHeight image. Using two thumbnails ensures
552 .override(thumbWidth, thumbHeight)
556 // Load a medium quality thumbWidth/thumbHeight image.
557 overrideWidth = thumbWidth;
600 public void loadFullImage(Context context, int thumbWidth, int thumbHeight, View v,
603 loadImage(context, (ImageView) v, thumbWidth, thumbHeight, 0, true);
814 protected ImageView fillImageView(Context context, final ImageView v, final int thumbWidth,
819 if (thumbWidth <= 0 || thumbHeight <=0) {
834 .override(thumbWidth, thumbHeight)
845 int thumbWidth, int thumbHeight, int placeHolderResourceId,
863 fillImageView(context, viewHolder.mVideoView, thumbWidth, thumbHeight,