[]Struct jni_android_sys::android::provider::MediaStore_Images_Thumbnails

#[repr(transparent)]
pub struct MediaStore_Images_Thumbnails(_);

public class MediaStore.Images.Thumbnails

Required feature: "android-provider-MediaStore_Images_Thumbnails"

Methods

impl MediaStore_Images_Thumbnails

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, MediaStore_Images_Thumbnails>, Local<'env, Throwable>>
[src]

pub fn query<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ContentResolver>>,
    arg1: impl Into<Option<&'env Uri>>,
    arg2: impl Into<Option<&'env ObjectArray<String, Throwable>>>
) -> Result<Option<Local<'env, Cursor>>, Local<'env, Throwable>>
[src]

query

Required features: "android-content-ContentResolver", "android-database-Cursor", "android-net-Uri", "java-lang-String"

pub fn queryMiniThumbnails<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ContentResolver>>,
    arg1: impl Into<Option<&'env Uri>>,
    arg2: i32,
    arg3: impl Into<Option<&'env ObjectArray<String, Throwable>>>
) -> Result<Option<Local<'env, Cursor>>, Local<'env, Throwable>>
[src]

queryMiniThumbnails

Required features: "android-content-ContentResolver", "android-database-Cursor", "android-net-Uri", "java-lang-String"

pub fn queryMiniThumbnail<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ContentResolver>>,
    arg1: i64,
    arg2: i32,
    arg3: impl Into<Option<&'env ObjectArray<String, Throwable>>>
) -> Result<Option<Local<'env, Cursor>>, Local<'env, Throwable>>
[src]

queryMiniThumbnail

Required features: "android-content-ContentResolver", "android-database-Cursor", "java-lang-String"

pub fn cancelThumbnailRequest_ContentResolver_long<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ContentResolver>>,
    arg1: i64
) -> Result<(), Local<'env, Throwable>>
[src]

cancelThumbnailRequest

Required features: "android-content-ContentResolver"

pub fn getThumbnail_ContentResolver_long_int_Options<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ContentResolver>>,
    arg1: i64,
    arg2: i32,
    arg3: impl Into<Option<&'env BitmapFactory_Options>>
) -> Result<Option<Local<'env, Bitmap>>, Local<'env, Throwable>>
[src]

getThumbnail

Required features: "android-content-ContentResolver", "android-graphics-Bitmap", "android-graphics-BitmapFactory_Options"

pub fn cancelThumbnailRequest_ContentResolver_long_long<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ContentResolver>>,
    arg1: i64,
    arg2: i64
) -> Result<(), Local<'env, Throwable>>
[src]

cancelThumbnailRequest

Required features: "android-content-ContentResolver"

pub fn getThumbnail_ContentResolver_long_long_int_Options<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ContentResolver>>,
    arg1: i64,
    arg2: i64,
    arg3: i32,
    arg4: impl Into<Option<&'env BitmapFactory_Options>>
) -> Result<Option<Local<'env, Bitmap>>, Local<'env, Throwable>>
[src]

getThumbnail

Required features: "android-content-ContentResolver", "android-graphics-Bitmap", "android-graphics-BitmapFactory_Options"

pub fn getContentUri<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Uri>>, Local<'env, Throwable>>
[src]

getContentUri

Required features: "android-net-Uri", "java-lang-String"

pub const DATA: &'static str[src]

public static final DATA

pub const DEFAULT_SORT_ORDER: &'static str[src]

public static final DEFAULT_SORT_ORDER

pub fn EXTERNAL_CONTENT_URI<'env>(env: &'env Env) -> Option<Local<'env, Uri>>[src]

get public static final EXTERNAL_CONTENT_URI

Required feature: "android-net-Uri"

pub const FULL_SCREEN_KIND: i32[src]

public static final FULL_SCREEN_KIND

pub const HEIGHT: &'static str[src]

public static final HEIGHT

pub const IMAGE_ID: &'static str[src]

public static final IMAGE_ID

pub fn INTERNAL_CONTENT_URI<'env>(env: &'env Env) -> Option<Local<'env, Uri>>[src]

get public static final INTERNAL_CONTENT_URI

Required feature: "android-net-Uri"

pub const KIND: &'static str[src]

public static final KIND

pub const MICRO_KIND: i32[src]

public static final MICRO_KIND

pub const MINI_KIND: i32[src]

public static final MINI_KIND

pub const THUMB_DATA: &'static str[src]

public static final THUMB_DATA

pub const WIDTH: &'static str[src]

public static final WIDTH

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for MediaStore_Images_Thumbnails

impl AsRef<BaseColumns> for MediaStore_Images_Thumbnails

impl AsValidJObjectAndEnv for MediaStore_Images_Thumbnails

impl Deref for MediaStore_Images_Thumbnails

type Target = Object

The resulting type after dereferencing.

impl JniType for MediaStore_Images_Thumbnails

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.