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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java563 * @param origId original image or video id. use -1 to cancel all requests.
567 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, argument
570 .appendQueryParameter("orig_id", String.valueOf(origId))
581 * This method ensure thumbnails associated with origId are generated and decode the byte
588 * @param origId original image or video id
595 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, argument
599 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
606 long magic = thumbFile.getMagic(origId);
613 if (thumbFile.getMiniThumbFromFile(origId, sThumbBu
978 queryMiniThumbnail(ContentResolver cr, long origId, int kind, String[] projection) argument
993 cancelThumbnailRequest(ContentResolver cr, long origId) argument
1009 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
1025 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
1041 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2003 cancelThumbnailRequest(ContentResolver cr, long origId) argument
2019 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
2038 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2053 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
[all...]

Completed in 769 milliseconds