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

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

public class AccessibilityNodeInfo

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

Methods

impl AccessibilityNodeInfo

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

setSource

Required features: "android-view-View"

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

setSource

Required features: "android-view-View"

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

findFocus

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

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

focusSearch

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

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

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

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

refreshWithExtraData

Required features: "android-os-Bundle", "java-lang-String"

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

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

getChild

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

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

addChild

Required features: "android-view-View"

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

removeChild

Required features: "android-view-View"

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

addChild

Required features: "android-view-View"

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

removeChild

Required features: "android-view-View"

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

getActionList

Required features: "java-util-List"

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

Deprecated

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

addAction

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

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

Deprecated

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

Deprecated

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

removeAction

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

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

getTraversalBefore

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

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

setTraversalBefore

Required features: "android-view-View"

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

setTraversalBefore

Required features: "android-view-View"

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

getTraversalAfter

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

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

setTraversalAfter

Required features: "android-view-View"

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

setTraversalAfter

Required features: "android-view-View"

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

getAvailableExtraData

Required features: "java-util-List"

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

setAvailableExtraData

Required features: "java-util-List"

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

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

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

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

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

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

performAction

Required features: "android-os-Bundle"

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

findAccessibilityNodeInfosByText

Required features: "java-lang-String", "java-util-List"

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

findAccessibilityNodeInfosByViewId

Required features: "java-lang-String", "java-util-List"

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

getWindow

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

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

getParent

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

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

setParent

Required features: "android-view-View"

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

setParent

Required features: "android-view-View"

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

getBoundsInParent

Required features: "android-graphics-Rect"

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

setBoundsInParent

Required features: "android-graphics-Rect"

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 setBoundsInScreen<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Rect>>
) -> Result<(), Local<'env, Throwable>>
[src]

setBoundsInScreen

Required features: "android-graphics-Rect"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

setPaneTitle

Required features: "java-lang-CharSequence"

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

getPaneTitle

Required features: "java-lang-CharSequence"

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

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

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

getCollectionInfo

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

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

setCollectionInfo

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

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

getCollectionItemInfo

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

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

setCollectionItemInfo

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

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

getRangeInfo

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

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

setRangeInfo

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

getPackageName

Required features: "java-lang-CharSequence"

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

setPackageName

Required features: "java-lang-CharSequence"

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

getClassName

Required features: "java-lang-CharSequence"

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

setClassName

Required features: "java-lang-CharSequence"

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

getText

Required features: "java-lang-CharSequence"

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

setText

Required features: "java-lang-CharSequence"

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

getHintText

Required features: "java-lang-CharSequence"

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

setHintText

Required features: "java-lang-CharSequence"

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

setError

Required features: "java-lang-CharSequence"

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

getError

Required features: "java-lang-CharSequence"

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

getContentDescription

Required features: "java-lang-CharSequence"

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

setContentDescription

Required features: "java-lang-CharSequence"

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

getTooltipText

Required features: "java-lang-CharSequence"

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

setTooltipText

Required features: "java-lang-CharSequence"

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

setLabelFor

Required features: "android-view-View"

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

setLabelFor

Required features: "android-view-View"

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

getLabelFor

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

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

setLabeledBy

Required features: "android-view-View"

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

setLabeledBy

Required features: "android-view-View"

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

getLabeledBy

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

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

setViewIdResourceName

Required features: "java-lang-String"

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

getViewIdResourceName

Required features: "java-lang-String"

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 setTextSelection<'env>(
    &'env self,
    arg0: i32,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

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

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

getExtras

Required features: "android-os-Bundle"

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

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

obtain

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

pub fn obtain_View_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env View>>,
    arg1: i32
) -> Result<Option<Local<'env, AccessibilityNodeInfo>>, Local<'env, Throwable>>
[src]

obtain

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

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

obtain

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

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

obtain

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

pub fn recycle<'env>(&'env self) -> Result<(), 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 hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

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

toString

Required features: "java-lang-String"

pub const ACTION_ACCESSIBILITY_FOCUS: i32[src]

public static final ACTION_ACCESSIBILITY_FOCUS

pub const ACTION_ARGUMENT_COLUMN_INT: &'static str[src]

public static final ACTION_ARGUMENT_COLUMN_INT

pub const ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN: &'static str[src]

pub const ACTION_ARGUMENT_HTML_ELEMENT_STRING: &'static str[src]

pub const ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT: &'static str[src]

pub const ACTION_ARGUMENT_MOVE_WINDOW_X: &'static str[src]

public static final ACTION_ARGUMENT_MOVE_WINDOW_X

pub const ACTION_ARGUMENT_MOVE_WINDOW_Y: &'static str[src]

public static final ACTION_ARGUMENT_MOVE_WINDOW_Y

pub const ACTION_ARGUMENT_PROGRESS_VALUE: &'static str[src]

public static final ACTION_ARGUMENT_PROGRESS_VALUE

pub const ACTION_ARGUMENT_ROW_INT: &'static str[src]

public static final ACTION_ARGUMENT_ROW_INT

pub const ACTION_ARGUMENT_SELECTION_END_INT: &'static str[src]

pub const ACTION_ARGUMENT_SELECTION_START_INT: &'static str[src]

pub const ACTION_ARGUMENT_SET_TEXT_CHARSEQUENCE: &'static str[src]

pub const ACTION_CLEAR_ACCESSIBILITY_FOCUS: i32[src]

pub const ACTION_CLEAR_FOCUS: i32[src]

public static final ACTION_CLEAR_FOCUS

pub const ACTION_CLEAR_SELECTION: i32[src]

public static final ACTION_CLEAR_SELECTION

pub const ACTION_CLICK: i32[src]

public static final ACTION_CLICK

pub const ACTION_COLLAPSE: i32[src]

public static final ACTION_COLLAPSE

pub const ACTION_COPY: i32[src]

public static final ACTION_COPY

pub const ACTION_CUT: i32[src]

public static final ACTION_CUT

pub const ACTION_DISMISS: i32[src]

public static final ACTION_DISMISS

pub const ACTION_EXPAND: i32[src]

public static final ACTION_EXPAND

pub const ACTION_FOCUS: i32[src]

public static final ACTION_FOCUS

pub const ACTION_LONG_CLICK: i32[src]

public static final ACTION_LONG_CLICK

pub const ACTION_NEXT_AT_MOVEMENT_GRANULARITY: i32[src]

pub const ACTION_NEXT_HTML_ELEMENT: i32[src]

public static final ACTION_NEXT_HTML_ELEMENT

pub const ACTION_PASTE: i32[src]

public static final ACTION_PASTE

pub const ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY: i32[src]

pub const ACTION_PREVIOUS_HTML_ELEMENT: i32[src]

public static final ACTION_PREVIOUS_HTML_ELEMENT

pub const ACTION_SCROLL_BACKWARD: i32[src]

public static final ACTION_SCROLL_BACKWARD

pub const ACTION_SCROLL_FORWARD: i32[src]

public static final ACTION_SCROLL_FORWARD

pub const ACTION_SELECT: i32[src]

public static final ACTION_SELECT

pub const ACTION_SET_SELECTION: i32[src]

public static final ACTION_SET_SELECTION

pub const ACTION_SET_TEXT: i32[src]

public static final ACTION_SET_TEXT

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 EXTRA_DATA_TEXT_CHARACTER_LOCATION_ARG_LENGTH: &'static str[src]

pub const EXTRA_DATA_TEXT_CHARACTER_LOCATION_ARG_START_INDEX: &'static str[src]

pub const EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY: &'static str[src]

pub const FOCUS_ACCESSIBILITY: i32[src]

public static final FOCUS_ACCESSIBILITY

pub const FOCUS_INPUT: i32[src]

public static final FOCUS_INPUT

pub const MOVEMENT_GRANULARITY_CHARACTER: i32[src]

public static final MOVEMENT_GRANULARITY_CHARACTER

pub const MOVEMENT_GRANULARITY_LINE: i32[src]

public static final MOVEMENT_GRANULARITY_LINE

pub const MOVEMENT_GRANULARITY_PAGE: i32[src]

public static final MOVEMENT_GRANULARITY_PAGE

pub const MOVEMENT_GRANULARITY_PARAGRAPH: i32[src]

public static final MOVEMENT_GRANULARITY_PARAGRAPH

pub const MOVEMENT_GRANULARITY_WORD: i32[src]

public static final MOVEMENT_GRANULARITY_WORD

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 AccessibilityNodeInfo

impl AsRef<Parcelable> for AccessibilityNodeInfo

impl AsValidJObjectAndEnv for AccessibilityNodeInfo

impl Deref for AccessibilityNodeInfo

type Target = Object

The resulting type after dereferencing.

impl JniType for AccessibilityNodeInfo

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.