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

/frameworks/base/core/java/android/provider/
H A DMediaStore.java476 * @param origId original image or video id. use -1 to cancel all requests.
480 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, argument
483 .appendQueryParameter("orig_id", String.valueOf(origId))
494 * This method ensure thumbnails associated with origId are generated and decode the byte
501 * @param origId original image or video id
508 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, argument
512 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo);
519 long magic = thumbFile.getMagic(origId);
526 if (thumbFile.getMiniThumbFromFile(origId, sThumbBu
891 queryMiniThumbnail(ContentResolver cr, long origId, int kind, String[] projection) argument
906 cancelThumbnailRequest(ContentResolver cr, long origId) argument
922 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
938 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
954 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
1916 cancelThumbnailRequest(ContentResolver cr, long origId) argument
1932 getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options) argument
1951 getThumbnail(ContentResolver cr, long origId, long groupId, int kind, BitmapFactory.Options options) argument
1966 cancelThumbnailRequest(ContentResolver cr, long origId, long groupId) argument
[all...]

Completed in 45 milliseconds