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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java642 * @param origId original image or video id. use -1 to cancel all requests.
646 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, argument
649 .appendQueryParameter("orig_id", String.valueOf(origId))
661 * This method ensure thumbnails associated with origId are generated and decode the byte
668 * @param origId original image or video id
675 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, argument
678 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
685 long magic = thumbFile.getMagic(origId);
692 if (thumbFile.getMiniThumbFromFile(origId, sThumbBu
1058 queryMiniThumbnail(ContentResolver cr, long origId, int kind, String[] projection) argument
1073 cancelThumbnailRequest(ContentResolver cr, long origId) argument
1089 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
1105 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
1121 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2130 cancelThumbnailRequest(ContentResolver cr, long origId) argument
2146 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
2165 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
2180 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
[all...]

Completed in 103 milliseconds