[]Struct jni_android_sys::android::graphics::Region

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

public class Region

Required feature: "android-graphics-Region"

Methods

impl Region

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

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

Region

Required features: "android-graphics-Region"

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

Region

Required features: "android-graphics-Rect"

pub fn new_int_int_int_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<Local<'env, Region>, Local<'env, Throwable>>
[src]

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

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

set

Required features: "android-graphics-Region"

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

set

Required features: "android-graphics-Rect"

pub fn set_int_int_int_int<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

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

setPath

Required features: "android-graphics-Path", "android-graphics-Region"

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

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

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

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

getBounds

Required features: "android-graphics-Rect"

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

getBounds

Required features: "android-graphics-Rect"

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

getBoundaryPath

Required features: "android-graphics-Path"

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

getBoundaryPath

Required features: "android-graphics-Path"

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

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

quickContains

Required features: "android-graphics-Rect"

pub fn quickContains_int_int_int_int<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

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

quickReject

Required features: "android-graphics-Rect"

pub fn quickReject_int_int_int_int<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

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

quickReject

Required features: "android-graphics-Region"

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

pub fn translate_int_int_Region<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env Region>>
) -> Result<(), Local<'env, Throwable>>
[src]

translate

Required features: "android-graphics-Region"

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

union

Required features: "android-graphics-Rect"

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

op

Required features: "android-graphics-Rect", "android-graphics-Region_Op"

pub fn op_int_int_int_int_Op<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env Region_Op>>
) -> Result<bool, Local<'env, Throwable>>
[src]

op

Required features: "android-graphics-Region_Op"

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

op

Required features: "android-graphics-Region", "android-graphics-Region_Op"

pub fn op_Rect_Region_Op<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Rect>>,
    arg1: impl Into<Option<&'env Region>>,
    arg2: impl Into<Option<&'env Region_Op>>
) -> Result<bool, Local<'env, Throwable>>
[src]

op

Required features: "android-graphics-Rect", "android-graphics-Region", "android-graphics-Region_Op"

pub fn op_Region_Region_Op<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Region>>,
    arg1: impl Into<Option<&'env Region>>,
    arg2: impl Into<Option<&'env Region_Op>>
) -> Result<bool, Local<'env, Throwable>>
[src]

op

Required features: "android-graphics-Region", "android-graphics-Region_Op"

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

toString

Required features: "java-lang-String"

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

pub fn writeToParcel<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Parcel>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

writeToParcel

Required features: "android-os-Parcel"

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 CREATOR<'env>(env: &'env Env) -> Option<Local<'env, Parcelable_Creator>>[src]

get public static final CREATOR

Required feature: "android-os-Parcelable_Creator"

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 Region

impl AsRef<Parcelable> for Region

impl AsValidJObjectAndEnv for Region

impl Deref for Region

type Target = Object

The resulting type after dereferencing.

impl JniType for Region

Auto Trait Implementations

impl RefUnwindSafe for Region

impl !Send for Region

impl !Sync for Region

impl Unpin for Region

impl UnwindSafe for Region

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.