[]Struct jni_android_sys::android::app::assist::AssistStructure_ViewNode

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

public class AssistStructure.ViewNode

Required feature: "android-app-assist-AssistStructure_ViewNode"

Methods

impl AssistStructure_ViewNode

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

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

getIdPackage

Required features: "java-lang-String"

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

getIdType

Required features: "java-lang-String"

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

getIdEntry

Required features: "java-lang-String"

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

getAutofillId

Required features: "android-view-autofill-AutofillId"

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

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

getAutofillHints

Required features: "java-lang-String"

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

getAutofillValue

Required features: "android-view-autofill-AutofillValue"

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

getAutofillOptions

Required features: "java-lang-CharSequence"

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

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

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

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

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

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

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

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

getTransformation

Required features: "android-graphics-Matrix"

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

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

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

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

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

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

pub fn isFocusable<'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 isCheckable<'env>(&'env self) -> Result<bool, Local<'env, Throwable>>[src]

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

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

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

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

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

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

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

getClassName

Required features: "java-lang-String"

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

getContentDescription

Required features: "java-lang-CharSequence"

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

getWebDomain

Required features: "java-lang-String"

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

getWebScheme

Required features: "java-lang-String"

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

getHtmlInfo

Required features: "android-view-ViewStructure_HtmlInfo"

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

getLocaleList

Required features: "android-os-LocaleList"

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

getText

Required features: "java-lang-CharSequence"

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

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

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

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

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

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

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

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

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

getTextIdEntry

Required features: "java-lang-String"

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

getHint

Required features: "java-lang-String"

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

getExtras

Required features: "android-os-Bundle"

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

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

getChildAt

Required features: "android-app-assist-AssistStructure_ViewNode"

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

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

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

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

pub const TEXT_COLOR_UNDEFINED: i32[src]

public static final TEXT_COLOR_UNDEFINED

pub const TEXT_STYLE_BOLD: i32[src]

public static final TEXT_STYLE_BOLD

pub const TEXT_STYLE_ITALIC: i32[src]

public static final TEXT_STYLE_ITALIC

pub const TEXT_STYLE_STRIKE_THRU: i32[src]

public static final TEXT_STYLE_STRIKE_THRU

pub const TEXT_STYLE_UNDERLINE: i32[src]

public static final TEXT_STYLE_UNDERLINE

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 AssistStructure_ViewNode

impl AsValidJObjectAndEnv for AssistStructure_ViewNode

impl Deref for AssistStructure_ViewNode

type Target = Object

The resulting type after dereferencing.

impl JniType for AssistStructure_ViewNode

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.