Home | History | Annotate | Download | only in carouseltest

Lines Matching refs:thumbnail

69         Bitmap thumbnail;
79 thumbnail = _thumbnail;
88 thumbnail = null;
145 Bitmap bitmap = desc.thumbnail == null ? mBlankBitmap : desc.thumbnail;
177 Log.v(TAG, "New thumbnail for id=" + id + ", dimensions=" + w + "x" + h
181 info.thumbnail = bitmap;
249 if (r.thumbnail != null) {
250 int thumbWidth = r.thumbnail.getWidth();
251 int thumbHeight = r.thumbnail.getHeight();
252 Log.v(TAG, "Got thumbnail " + thumbWidth + "x" + thumbHeight);
255 desc.thumbnail = r.thumbnail;
267 Log.v(TAG, "*** RUNNING THUMBNAIL WAS NULL ***");