Home | History | Annotate | Download | only in provider

Lines Matching refs:Thumbnails

454      * This class is used internally by Images.Thumbnails and Video.Thumbnails, it's not intended
496 * @param baseUri the base URI of requested thumbnails
512 * This method ensure thumbnails associated with origId are generated and decode the byte
516 * thumbnails.
522 * @param baseUri the base URI of requested thumbnails
599 .toString().replaceFirst("thumbnails", "media"));
776 values.put(Images.Thumbnails.KIND, kind);
777 values.put(Images.Thumbnails.IMAGE_ID, (int)id);
778 values.put(Images.Thumbnails.HEIGHT, thumb.getHeight());
779 values.put(Images.Thumbnails.WIDTH, thumb.getWidth());
781 Uri url = cr.insert(Images.Thumbnails.EXTERNAL_CONTENT_URI, values);
831 Bitmap miniThumb = Images.Thumbnails.getThumbnail(cr, id,
832 Images.Thumbnails.MINI_KIND, null);
835 Images.Thumbnails.MICRO_KIND);
895 * This class allows developers to query and get two kinds of thumbnails:
899 public static class Thumbnails implements BaseColumns {
930 * This method checks if the thumbnails of the specified image (origId) has been created.
931 * It will be blocked until the thumbnails are generated.
961 * This method checks if the thumbnails of the specified image (origId) has been created.
962 * It will be blocked until the thumbnails are generated.
987 "/images/thumbnails");
1920 * This class allows developers to query and get two kinds of thumbnails:
1925 public static class Thumbnails implements BaseColumns {
1940 * This method checks if the thumbnails of the specified image (origId) has been created.
1941 * It will be blocked until the thumbnails are generated.
1958 * This method checks if the thumbnails of the specified image (origId) has been created.
1959 * It will be blocked until the thumbnails are generated.
1997 "/video/thumbnails");