[−]Struct jni_android_sys::android::graphics::BitmapFactory_Options
public class BitmapFactory.Options
Required feature: android-graphics-BitmapFactory_Options
Methods
impl BitmapFactory_Options
pub fn new<'env>(
__jni_env: &'env Env
) -> Result<Local<'env, BitmapFactory_Options>>[src]
__jni_env: &'env Env
) -> Result<Local<'env, BitmapFactory_Options>>
pub fn request_cancel_decode<'env>(&'env self) -> Result<()>[src]
pub fn in_density<'env>(&'env self) -> i32[src]
get public inDensity
pub fn set_in_density<'env>(&'env self, value: i32)[src]
set public inDensity
pub fn in_dither<'env>(&'env self) -> bool[src]
get public inDither
pub fn set_in_dither<'env>(&'env self, value: bool)[src]
set public inDither
pub fn in_input_shareable<'env>(&'env self) -> bool[src]
get public inInputShareable
pub fn set_in_input_shareable<'env>(&'env self, value: bool)[src]
set public inInputShareable
pub fn in_just_decode_bounds<'env>(&'env self) -> bool[src]
get public inJustDecodeBounds
pub fn set_in_just_decode_bounds<'env>(&'env self, value: bool)[src]
set public inJustDecodeBounds
pub fn in_mutable<'env>(&'env self) -> bool[src]
get public inMutable
pub fn set_in_mutable<'env>(&'env self, value: bool)[src]
set public inMutable
pub fn in_prefer_quality_over_speed<'env>(&'env self) -> bool[src]
get public inPreferQualityOverSpeed
pub fn set_in_prefer_quality_over_speed<'env>(&'env self, value: bool)[src]
set public inPreferQualityOverSpeed
pub fn in_premultiplied<'env>(&'env self) -> bool[src]
get public inPremultiplied
pub fn set_in_premultiplied<'env>(&'env self, value: bool)[src]
set public inPremultiplied
pub fn in_purgeable<'env>(&'env self) -> bool[src]
get public inPurgeable
pub fn set_in_purgeable<'env>(&'env self, value: bool)[src]
set public inPurgeable
pub fn in_sample_size<'env>(&'env self) -> i32[src]
get public inSampleSize
pub fn set_in_sample_size<'env>(&'env self, value: i32)[src]
set public inSampleSize
pub fn in_scaled<'env>(&'env self) -> bool[src]
get public inScaled
pub fn set_in_scaled<'env>(&'env self, value: bool)[src]
set public inScaled
pub fn in_screen_density<'env>(&'env self) -> i32[src]
get public inScreenDensity
pub fn set_in_screen_density<'env>(&'env self, value: i32)[src]
set public inScreenDensity
pub fn in_target_density<'env>(&'env self) -> i32[src]
get public inTargetDensity
pub fn set_in_target_density<'env>(&'env self, value: i32)[src]
set public inTargetDensity
pub fn m_cancel<'env>(&'env self) -> bool[src]
get public mCancel
pub fn set_m_cancel<'env>(&'env self, value: bool)[src]
set public mCancel
pub fn out_height<'env>(&'env self) -> i32[src]
get public outHeight
pub fn set_out_height<'env>(&'env self, value: i32)[src]
set public outHeight
pub fn out_width<'env>(&'env self) -> i32[src]
get public outWidth
pub fn set_out_width<'env>(&'env self, value: i32)[src]
set public outWidth
Methods from Deref<Target = Object>
pub fn get_class<'env>(&'env self) -> Result<Option<Local<'env, Class>>>[src]
Required features: "java-lang-Class"
pub fn hash_code<'env>(&'env self) -> Result<i32>[src]
pub fn equals<'env>(
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<bool>
Required features: "java-lang-Object"
pub fn to_string<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
Required features: "java-lang-String"
pub fn notify<'env>(&'env self) -> Result<()>[src]
pub fn notify_all<'env>(&'env self) -> Result<()>[src]
pub fn wait_long<'env>(&'env self, arg0: i64) -> Result<()>[src]
pub fn wait_long_int<'env>(&'env self, arg0: i64, arg1: i32) -> Result<()>[src]
pub fn wait<'env>(&'env self) -> Result<()>[src]
Trait Implementations
impl Deref for BitmapFactory_Options
impl AsValidJObjectAndEnv for BitmapFactory_Options
impl AsJValue for BitmapFactory_Options
Auto Trait Implementations
impl !Sync for BitmapFactory_Options
impl Unpin for BitmapFactory_Options
impl !Send for BitmapFactory_Options
impl UnwindSafe for BitmapFactory_Options
impl RefUnwindSafe for BitmapFactory_Options
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,