Home | History | Annotate | Download | only in cache

Lines Matching refs:Thumbnails

530             Log.i(TAG, "Preparing DiskCache for all thumbnails.");
558 Log.i(TAG, "DiskCache ready for all thumbnails.");
593 MediaStore.Video.Thumbnails.cancelThumbnailRequest(context.getContentResolver(), origId);
595 MediaStore.Images.Thumbnails.cancelThumbnailRequest(context.getContentResolver(), origId);
603 bitmap = MediaStore.Video.Thumbnails.getThumbnail(context.getContentResolver(), origId,
604 MediaStore.Video.Thumbnails.MINI_KIND, null);
606 bitmap = MediaStore.Images.Thumbnails.getThumbnail(context.getContentResolver(), origId,
607 MediaStore.Images.Thumbnails.MINI_KIND, null);