Home | History | Annotate | Download | only in provider

Lines Matching refs:getThumbnail

653          * This method cancels the thumbnail request so clients waiting for getThumbnail will be
654 * interrupted and return immediately. Only the original process which made the getThumbnail
659 * @param groupId the same groupId used in getThumbnail
691 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind,
694 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
996 Bitmap miniThumb = Images.Thumbnails.getThumbnail(cr, id,
1082 * This method cancels the thumbnail request so clients waiting for getThumbnail will be
1083 * interrupted and return immediately. Only the original process which made the getThumbnail
1105 public static Bitmap getThumbnail(ContentResolver cr, long origId, int kind,
1107 return InternalThumbnails.getThumbnail(cr, origId,
1113 * This method cancels the thumbnail request so clients waiting for getThumbnail will be
1114 * interrupted and return immediately. Only the original process which made the getThumbnail
1119 getThumbnail.
1137 public static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId,
1139 return InternalThumbnails.getThumbnail(cr, origId, groupId, kind, options,
2140 * This method cancels the thumbnail request so clients waiting for getThumbnail will be
2141 * interrupted and return immediately. Only the original process which made the getThumbnail
2163 public static Bitmap getThumbnail(ContentResolver cr, long origId, int kind,
2165 return InternalThumbnails.getThumbnail(cr, origId,
2182 public static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId,
2184 return InternalThumbnails.getThumbnail(cr, origId, groupId, kind, options,
2189 * This method cancels the thumbnail request so clients waiting for getThumbnail will be
2190 * interrupted and return immediately. Only the original process which made the getThumbnail
2195 * @param groupId the same groupId used in getThumbnail.