[]Struct jni_android_sys::android::view::accessibility::AccessibilityWindowInfo

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

public final class AccessibilityWindowInfo

Required feature: "android-view-accessibility-AccessibilityWindowInfo"

Methods

impl AccessibilityWindowInfo

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

getTitle

Required features: "java-lang-CharSequence"

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

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

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

getRoot

Required features: "android-view-accessibility-AccessibilityNodeInfo"

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

getAnchor

Required features: "android-view-accessibility-AccessibilityNodeInfo"

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

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

getParent

Required features: "android-view-accessibility-AccessibilityWindowInfo"

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

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

getBoundsInScreen

Required features: "android-graphics-Rect"

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

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

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

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

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

getChild

Required features: "android-view-accessibility-AccessibilityWindowInfo"

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

obtain

Required features: "android-view-accessibility-AccessibilityWindowInfo"

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

obtain

Required features: "android-view-accessibility-AccessibilityWindowInfo"

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

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

get public static final CREATOR

Required feature: "android-os-Parcelable_Creator"

pub const TYPE_ACCESSIBILITY_OVERLAY: i32[src]

public static final TYPE_ACCESSIBILITY_OVERLAY

pub const TYPE_APPLICATION: i32[src]

public static final TYPE_APPLICATION

pub const TYPE_INPUT_METHOD: i32[src]

public static final TYPE_INPUT_METHOD

pub const TYPE_SPLIT_SCREEN_DIVIDER: i32[src]

public static final TYPE_SPLIT_SCREEN_DIVIDER

pub const TYPE_SYSTEM: i32[src]

public static final TYPE_SYSTEM

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 AccessibilityWindowInfo

impl AsRef<Parcelable> for AccessibilityWindowInfo

impl AsValidJObjectAndEnv for AccessibilityWindowInfo

impl Deref for AccessibilityWindowInfo

type Target = Object

The resulting type after dereferencing.

impl JniType for AccessibilityWindowInfo

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.