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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java656 * @param origId original image or video id. use -1 to cancel all requests.
660 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, argument
663 .appendQueryParameter("orig_id", String.valueOf(origId))
675 * This method ensure thumbnails associated with origId are generated and decode the byte
682 * @param origId original image or video id
689 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, argument
692 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
699 long magic = thumbFile.getMagic(origId);
706 if (thumbFile.getMiniThumbFromFile(origId, sThumbBu
1072 queryMiniThumbnail(ContentResolver cr, long origId, int kind, String[] projection) argument
1087 cancelThumbnailRequest(ContentResolver cr, long origId) argument
1103 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
1119 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
1135 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2157 cancelThumbnailRequest(ContentResolver cr, long origId) argument
2173 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
2192 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2207 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
[all...]

Completed in 11 milliseconds