The
methods
of Android.Provider.MediaStore.Images.Thumbnails are listed below. For a list of all members, see the MediaStore+Images+Thumbnails Members list.
See Also: Inherited members from Java.Lang.Object
Public Methods
static | CancelThumbnailRequest(Android.Content.ContentResolver, long)This method cancels the thumbnail request so clients waiting for getThumbnail will be
interrupted and return immediately. |
static | CancelThumbnailRequest(Android.Content.ContentResolver, long, long)This method cancels the thumbnail request so clients waiting for getThumbnail will be
interrupted and return immediately. |
static | GetContentUri(string) : Android.Net.UriGet the content:// style URI for the image media table on the
given volume. |
static | GetThumbnail(Android.Content.ContentResolver, long, ThumbnailKind, Android.Graphics.BitmapFactory.Options) : Android.Graphics.BitmapThis method checks if the thumbnails of the specified image (origId) has been created. |
static | GetThumbnail(Android.Content.ContentResolver, long, long, ThumbnailKind, Android.Graphics.BitmapFactory.Options) : Android.Graphics.BitmapThis method checks if the thumbnails of the specified image (origId) has been created. |
static | Query(Android.Content.ContentResolver, Android.Net.Uri, string[]) : Android.Database.ICursor
|
static | QueryMiniThumbnail(Android.Content.ContentResolver, long, ThumbnailKind, string[]) : Android.Database.ICursor
|
static | QueryMiniThumbnails(Android.Content.ContentResolver, Android.Net.Uri, ThumbnailKind, string[]) : Android.Database.ICursor
|