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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java605 * @param origId original image or video id. use -1 to cancel all requests.
609 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, argument
612 .appendQueryParameter("orig_id", String.valueOf(origId))
624 * This method ensure thumbnails associated with origId are generated and decode the byte
631 * @param origId original image or video id
638 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, argument
641 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
648 long magic = thumbFile.getMagic(origId);
655 if (thumbFile.getMiniThumbFromFile(origId, sThumbBu
1021 queryMiniThumbnail(ContentResolver cr, long origId, int kind, String[] projection) argument
1036 cancelThumbnailRequest(ContentResolver cr, long origId) argument
1052 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
1068 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
1084 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2079 cancelThumbnailRequest(ContentResolver cr, long origId) argument
2095 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
2114 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2129 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
[all...]

Completed in 143 milliseconds