Searched defs:origId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DMediaStore.java658 * @param origId original image or video id. use -1 to cancel all requests.
662 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, argument
665 .appendQueryParameter("orig_id", String.valueOf(origId))
677 * This method ensure thumbnails associated with origId are generated and decode the byte
684 * @param origId original image or video id
691 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, argument
694 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
701 long magic = thumbFile.getMagic(origId);
708 if (thumbFile.getMiniThumbFromFile(origId, sThumbBu
1074 queryMiniThumbnail(ContentResolver cr, long origId, int kind, String[] projection) argument
1089 cancelThumbnailRequest(ContentResolver cr, long origId) argument
1105 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
1121 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
1137 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2147 cancelThumbnailRequest(ContentResolver cr, long origId) argument
2163 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
2182 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2197 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
[all...]

Completed in 50 milliseconds