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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java636 * @param origId original image or video id. use -1 to cancel all requests.
640 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, argument
643 .appendQueryParameter("orig_id", String.valueOf(origId))
655 * This method ensure thumbnails associated with origId are generated and decode the byte
662 * @param origId original image or video id
669 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, argument
672 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
679 long magic = thumbFile.getMagic(origId);
686 if (thumbFile.getMiniThumbFromFile(origId, sThumbBu
1052 queryMiniThumbnail(ContentResolver cr, long origId, int kind, String[] projection) argument
1067 cancelThumbnailRequest(ContentResolver cr, long origId) argument
1083 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
1099 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
1115 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2110 cancelThumbnailRequest(ContentResolver cr, long origId) argument
2126 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
2145 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2160 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
[all...]

Completed in 113 milliseconds