[]Struct jni_android_sys::android::inputmethodservice::KeyboardView

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

public class KeyboardView

Required feature: "android-inputmethodservice-KeyboardView"

Methods

impl KeyboardView

pub fn new_Context_AttributeSet<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env AttributeSet>>
) -> Result<Local<'env, KeyboardView>, Local<'env, Throwable>>
[src]

KeyboardView

Required features: "android-content-Context", "android-util-AttributeSet"

pub fn new_Context_AttributeSet_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env AttributeSet>>,
    arg2: i32
) -> Result<Local<'env, KeyboardView>, Local<'env, Throwable>>
[src]

KeyboardView

Required features: "android-content-Context", "android-util-AttributeSet"

pub fn new_Context_AttributeSet_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env AttributeSet>>,
    arg2: i32,
    arg3: i32
) -> Result<Local<'env, KeyboardView>, Local<'env, Throwable>>
[src]

KeyboardView

Required features: "android-content-Context", "android-util-AttributeSet"

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

setOnKeyboardActionListener

Required features: "android-inputmethodservice-KeyboardView_OnKeyboardActionListener"

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

setKeyboard

Required features: "android-inputmethodservice-Keyboard"

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

getKeyboard

Required features: "android-inputmethodservice-Keyboard"

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

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

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

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

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

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

setPopupParent

Required features: "android-view-View"

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

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

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

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

onClick

Required features: "android-view-View"

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

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

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

onDraw

Required features: "android-graphics-Canvas"

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

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

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

onHoverEvent

Required features: "android-view-MotionEvent"

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

onTouchEvent

Required features: "android-view-MotionEvent"

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

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

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

Methods from Deref<Target = View>

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

toString

Required features: "java-lang-String"

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

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

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

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

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

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

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

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

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

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

setOnScrollChangeListener

Required features: "android-view-View_OnScrollChangeListener"

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

setOnFocusChangeListener

Required features: "android-view-View_OnFocusChangeListener"

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

addOnLayoutChangeListener

Required features: "android-view-View_OnLayoutChangeListener"

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

removeOnLayoutChangeListener

Required features: "android-view-View_OnLayoutChangeListener"

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

addOnAttachStateChangeListener

Required features: "android-view-View_OnAttachStateChangeListener"

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

removeOnAttachStateChangeListener

Required features: "android-view-View_OnAttachStateChangeListener"

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

getOnFocusChangeListener

Required features: "android-view-View_OnFocusChangeListener"

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

setOnClickListener

Required features: "android-view-View_OnClickListener"

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

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

setOnLongClickListener

Required features: "android-view-View_OnLongClickListener"

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

setOnContextClickListener

Required features: "android-view-View_OnContextClickListener"

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

setOnCreateContextMenuListener

Required features: "android-view-View_OnCreateContextMenuListener"

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

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

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

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

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

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

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

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

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

startActionMode

Required features: "android-view-ActionMode", "android-view-ActionMode_Callback"

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

startActionMode

Required features: "android-view-ActionMode", "android-view-ActionMode_Callback"

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

setOnKeyListener

Required features: "android-view-View_OnKeyListener"

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

setOnTouchListener

Required features: "android-view-View_OnTouchListener"

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

setOnGenericMotionListener

Required features: "android-view-View_OnGenericMotionListener"

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

setOnHoverListener

Required features: "android-view-View_OnHoverListener"

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

setOnDragListener

Required features: "android-view-View_OnDragListener"

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

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

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

requestRectangleOnScreen

Required features: "android-graphics-Rect"

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

requestRectangleOnScreen

Required features: "android-graphics-Rect"

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

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

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

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

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

setAccessibilityPaneTitle

Required features: "java-lang-CharSequence"

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

getAccessibilityPaneTitle

Required features: "java-lang-CharSequence"

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

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

announceForAccessibility

Required features: "java-lang-CharSequence"

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

sendAccessibilityEventUnchecked

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

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

dispatchPopulateAccessibilityEvent

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

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

onPopulateAccessibilityEvent

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

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

onInitializeAccessibilityEvent

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

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

createAccessibilityNodeInfo

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

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

onInitializeAccessibilityNodeInfo

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

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

getAccessibilityClassName

Required features: "java-lang-CharSequence"

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

onProvideStructure

Required features: "android-view-ViewStructure"

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

onProvideAutofillStructure

Required features: "android-view-ViewStructure"

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

onProvideVirtualStructure

Required features: "android-view-ViewStructure"

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

onProvideAutofillVirtualStructure

Required features: "android-view-ViewStructure"

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

autofill

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

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

autofill

Required features: "android-util-SparseArray"

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

getAutofillId

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

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

setAutofillId

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

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

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

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

dispatchProvideStructure

Required features: "android-view-ViewStructure"

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

dispatchProvideAutofillStructure

Required features: "android-view-ViewStructure"

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

addExtraDataToAccessibilityNodeInfo

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

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

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

setAccessibilityDelegate

Required features: "android-view-View_AccessibilityDelegate"

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

getAccessibilityNodeProvider

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

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

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

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

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

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

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

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

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

findFocus

Required features: "android-view-View"

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

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

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

Deprecated

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

Deprecated

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

onApplyWindowInsets

Required features: "android-view-WindowInsets"

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

setOnApplyWindowInsetsListener

Required features: "android-view-View_OnApplyWindowInsetsListener"

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

dispatchApplyWindowInsets

Required features: "android-view-WindowInsets"

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

getRootWindowInsets

Required features: "android-view-WindowInsets"

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

computeSystemWindowInsets

Required features: "android-graphics-Rect", "android-view-WindowInsets"

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

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

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

Deprecated

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

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

pub fn setVisibility<'env>(
    &'env self,
    arg0: i32
) -> 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 setFocusable_boolean<'env>(
    &'env self,
    arg0: bool
) -> Result<(), Local<'env, Throwable>>
[src]

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

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

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

setAutofillHints

Required features: "java-lang-String"

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

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

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

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

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

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

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

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

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

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

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

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

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

Deprecated

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

Deprecated

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

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

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

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

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

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

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

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

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

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

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

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

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

focusSearch

Required features: "android-view-View"

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

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

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

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

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

keyboardNavigationClusterSearch

Required features: "android-view-View"

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

dispatchUnhandledMove

Required features: "android-view-View"

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

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

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

getFocusables

Required features: "java-util-ArrayList"

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

addFocusables

Required features: "java-util-ArrayList"

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

addFocusables

Required features: "java-util-ArrayList"

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

addKeyboardNavigationClusters

Required features: "java-util-Collection"

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

findViewsWithText

Required features: "java-lang-CharSequence", "java-util-ArrayList"

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

getTouchables

Required features: "java-util-ArrayList"

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

addTouchables

Required features: "java-util-ArrayList"

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

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

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

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

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

requestFocus

Required features: "android-graphics-Rect"

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

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

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

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

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

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

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

getParentForAccessibility

Required features: "android-view-ViewParent"

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

addChildrenForAccessibility

Required features: "java-util-ArrayList"

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

dispatchNestedPrePerformAccessibilityAction

Required features: "android-os-Bundle"

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

performAccessibilityAction

Required features: "android-os-Bundle"

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

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

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

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

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

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

getKeyDispatcherState

Required features: "android-view-KeyEvent_DispatcherState"

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

dispatchKeyEventPreIme

Required features: "android-view-KeyEvent"

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

dispatchKeyEvent

Required features: "android-view-KeyEvent"

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

dispatchKeyShortcutEvent

Required features: "android-view-KeyEvent"

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

dispatchTouchEvent

Required features: "android-view-MotionEvent"

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

onFilterTouchEventForSecurity

Required features: "android-view-MotionEvent"

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

dispatchTrackballEvent

Required features: "android-view-MotionEvent"

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

dispatchCapturedPointerEvent

Required features: "android-view-MotionEvent"

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

dispatchGenericMotionEvent

Required features: "android-view-MotionEvent"

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

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

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

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

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

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

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

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

getWindowVisibleDisplayFrame

Required features: "android-graphics-Rect"

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

dispatchConfigurationChanged

Required features: "android-content-res-Configuration"

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

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

getContext

Required features: "android-content-Context"

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

onKeyPreIme

Required features: "android-view-KeyEvent"

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

onKeyDown

Required features: "android-view-KeyEvent"

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

onKeyLongPress

Required features: "android-view-KeyEvent"

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

onKeyUp

Required features: "android-view-KeyEvent"

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

onKeyMultiple

Required features: "android-view-KeyEvent"

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

onKeyShortcut

Required features: "android-view-KeyEvent"

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

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

onCreateInputConnection

Required features: "android-view-inputmethod-EditorInfo", "android-view-inputmethod-InputConnection"

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

checkInputConnectionProxy

Required features: "android-view-View"

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

createContextMenu

Required features: "android-view-ContextMenu"

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

onTrackballEvent

Required features: "android-view-MotionEvent"

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

onGenericMotionEvent

Required features: "android-view-MotionEvent"

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

onHoverEvent

Required features: "android-view-MotionEvent"

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

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

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

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

onTouchEvent

Required features: "android-view-MotionEvent"

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

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

setTouchDelegate

Required features: "android-view-TouchDelegate"

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

getTouchDelegate

Required features: "android-view-TouchDelegate"

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

requestUnbufferedDispatch

Required features: "android-view-MotionEvent"

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

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

getParent

Required features: "android-view-ViewParent"

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

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

getDrawingRect

Required features: "android-graphics-Rect"

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

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

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

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

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

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

getMatrix

Required features: "android-graphics-Matrix"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

getStateListAnimator

Required features: "android-animation-StateListAnimator"

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

setStateListAnimator

Required features: "android-animation-StateListAnimator"

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

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

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

setOutlineProvider

Required features: "android-view-ViewOutlineProvider"

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

getOutlineProvider

Required features: "android-view-ViewOutlineProvider"

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

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

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

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

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

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

getHitRect

Required features: "android-graphics-Rect"

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

getFocusedRect

Required features: "android-graphics-Rect"

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

getGlobalVisibleRect

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

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

getGlobalVisibleRect

Required features: "android-graphics-Rect"

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

getLocalVisibleRect

Required features: "android-graphics-Rect"

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

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

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

getLayoutParams

Required features: "android-view-ViewGroup_LayoutParams"

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

setLayoutParams

Required features: "android-view-ViewGroup_LayoutParams"

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

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

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

Deprecated

invalidate

Required features: "android-graphics-Rect"

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

Deprecated

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

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

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

getHandler

Required features: "android-os-Handler"

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

post

Required features: "java-lang-Runnable"

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

postDelayed

Required features: "java-lang-Runnable"

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

postOnAnimation

Required features: "java-lang-Runnable"

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

postOnAnimationDelayed

Required features: "java-lang-Runnable"

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

removeCallbacks

Required features: "java-lang-Runnable"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

getWindowToken

Required features: "android-os-IBinder"

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

getWindowId

Required features: "android-view-WindowId"

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

getApplicationWindowToken

Required features: "android-os-IBinder"

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

getDisplay

Required features: "android-view-Display"

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

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

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

saveHierarchyState

Required features: "android-util-SparseArray"

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

restoreHierarchyState

Required features: "android-util-SparseArray"

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

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

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

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

setLayerType

Required features: "android-graphics-Paint"

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

setLayerPaint

Required features: "android-graphics-Paint"

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

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

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

Deprecated

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

Deprecated

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

Deprecated

getDrawingCache

Required features: "android-graphics-Bitmap"

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

Deprecated

getDrawingCache

Required features: "android-graphics-Bitmap"

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

Deprecated

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

Deprecated

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

Deprecated

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

Deprecated

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

Deprecated

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

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

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

setClipBounds

Required features: "android-graphics-Rect"

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

getClipBounds

Required features: "android-graphics-Rect"

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

getClipBounds

Required features: "android-graphics-Rect"

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

draw

Required features: "android-graphics-Canvas"

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

getOverlay

Required features: "android-view-ViewOverlay"

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

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

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

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

getResources

Required features: "android-content-res-Resources"

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

invalidateDrawable

Required features: "android-graphics-drawable-Drawable"

pub fn scheduleDrawable<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Drawable>>,
    arg1: impl Into<Option<&'env Runnable>>,
    arg2: i64
) -> Result<(), Local<'env, Throwable>>
[src]

scheduleDrawable

Required features: "android-graphics-drawable-Drawable", "java-lang-Runnable"

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

unscheduleDrawable

Required features: "android-graphics-drawable-Drawable", "java-lang-Runnable"

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

unscheduleDrawable

Required features: "android-graphics-drawable-Drawable"

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

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

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

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

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

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

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

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

setBackground

Required features: "android-graphics-drawable-Drawable"

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

Deprecated

setBackgroundDrawable

Required features: "android-graphics-drawable-Drawable"

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

getBackground

Required features: "android-graphics-drawable-Drawable"

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

setBackgroundTintList

Required features: "android-content-res-ColorStateList"

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

getBackgroundTintList

Required features: "android-content-res-ColorStateList"

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

setBackgroundTintMode

Required features: "android-graphics-PorterDuff_Mode"

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

getBackgroundTintMode

Required features: "android-graphics-PorterDuff_Mode"

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

getForeground

Required features: "android-graphics-drawable-Drawable"

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

setForeground

Required features: "android-graphics-drawable-Drawable"

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

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

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

setForegroundTintList

Required features: "android-content-res-ColorStateList"

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

getForegroundTintList

Required features: "android-content-res-ColorStateList"

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

setForegroundTintMode

Required features: "android-graphics-PorterDuff_Mode"

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

getForegroundTintMode

Required features: "android-graphics-PorterDuff_Mode"

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

onDrawForeground

Required features: "android-graphics-Canvas"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

getViewTreeObserver

Required features: "android-view-ViewTreeObserver"

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

getRootView

Required features: "android-view-View"

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

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

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

findViewById

Required features: "android-view-View"

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

requireViewById

Required features: "android-view-View"

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

findViewWithTag

Required features: "android-view-View", "java-lang-Object"

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

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

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

getTag

Required features: "java-lang-Object"

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

setTag

Required features: "java-lang-Object"

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

getTag

Required features: "java-lang-Object"

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

setTag

Required features: "java-lang-Object"

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

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

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

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

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

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

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

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

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

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

getAnimation

Required features: "android-view-animation-Animation"

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

startAnimation

Required features: "android-view-animation-Animation"

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

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

setAnimation

Required features: "android-view-animation-Animation"

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

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

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

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

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

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

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

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

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

setOnSystemUiVisibilityChangeListener

Required features: "android-view-View_OnSystemUiVisibilityChangeListener"

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

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

Deprecated

startDrag

Required features: "android-content-ClipData", "android-view-View_DragShadowBuilder", "java-lang-Object"

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

startDragAndDrop

Required features: "android-content-ClipData", "android-view-View_DragShadowBuilder", "java-lang-Object"

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

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

updateDragShadow

Required features: "android-view-View_DragShadowBuilder"

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

onDragEvent

Required features: "android-view-DragEvent"

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

dispatchDragEvent

Required features: "android-view-DragEvent"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

onResolvePointerIcon

Required features: "android-view-MotionEvent", "android-view-PointerIcon"

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

setPointerIcon

Required features: "android-view-PointerIcon"

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

getPointerIcon

Required features: "android-view-PointerIcon"

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

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

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

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

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

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

onCapturedPointerEvent

Required features: "android-view-MotionEvent"

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

setOnCapturedPointerListener

Required features: "android-view-View_OnCapturedPointerListener"

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

animate

Required features: "android-view-ViewPropertyAnimator"

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

setTransitionName

Required features: "java-lang-String"

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

getTransitionName

Required features: "java-lang-String"

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 getTooltipText<'env>(
    &'env self
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

getTooltipText

Required features: "java-lang-CharSequence"

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

addOnUnhandledKeyEventListener

Required features: "android-view-View_OnUnhandledKeyEventListener"

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

removeOnUnhandledKeyEventListener

Required features: "android-view-View_OnUnhandledKeyEventListener"

pub const ACCESSIBILITY_LIVE_REGION_ASSERTIVE: i32[src]

pub const ACCESSIBILITY_LIVE_REGION_NONE: i32[src]

pub const ACCESSIBILITY_LIVE_REGION_POLITE: i32[src]

pub const AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS: i32[src]

pub const AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE: &'static str[src]

pub const AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY: &'static str[src]

pub const AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH: &'static str[src]

pub const AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR: &'static str[src]

pub const AUTOFILL_HINT_CREDIT_CARD_NUMBER: &'static str[src]

pub const AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE: &'static str[src]

pub const AUTOFILL_HINT_EMAIL_ADDRESS: &'static str[src]

pub const AUTOFILL_HINT_NAME: &'static str[src]

pub const AUTOFILL_HINT_PASSWORD: &'static str[src]

pub const AUTOFILL_HINT_PHONE: &'static str[src]

pub const AUTOFILL_HINT_POSTAL_ADDRESS: &'static str[src]

pub const AUTOFILL_HINT_POSTAL_CODE: &'static str[src]

pub const AUTOFILL_HINT_USERNAME: &'static str[src]

pub const AUTOFILL_TYPE_DATE: i32[src]

pub const AUTOFILL_TYPE_LIST: i32[src]

pub const AUTOFILL_TYPE_NONE: i32[src]

pub const AUTOFILL_TYPE_TEXT: i32[src]

pub const AUTOFILL_TYPE_TOGGLE: i32[src]

pub const DRAG_FLAG_GLOBAL: i32[src]

pub const DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION: i32[src]

pub const DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION: i32[src]

pub const DRAG_FLAG_GLOBAL_URI_READ: i32[src]

pub const DRAG_FLAG_GLOBAL_URI_WRITE: i32[src]

pub const DRAG_FLAG_OPAQUE: i32[src]

pub const DRAWING_CACHE_QUALITY_AUTO: i32[src]

pub const DRAWING_CACHE_QUALITY_HIGH: i32[src]

pub const DRAWING_CACHE_QUALITY_LOW: i32[src]

pub const FIND_VIEWS_WITH_CONTENT_DESCRIPTION: i32[src]

pub const FIND_VIEWS_WITH_TEXT: i32[src]

pub const FOCUSABLE: i32[src]

pub const FOCUSABLES_ALL: i32[src]

pub const FOCUSABLES_TOUCH_MODE: i32[src]

pub const FOCUSABLE_AUTO: i32[src]

pub const FOCUS_BACKWARD: i32[src]

pub const FOCUS_DOWN: i32[src]

pub const FOCUS_FORWARD: i32[src]

pub const FOCUS_LEFT: i32[src]

pub const FOCUS_RIGHT: i32[src]

pub const FOCUS_UP: i32[src]

pub const GONE: i32[src]

pub const HAPTIC_FEEDBACK_ENABLED: i32[src]

pub const IMPORTANT_FOR_ACCESSIBILITY_AUTO: i32[src]

pub const IMPORTANT_FOR_ACCESSIBILITY_NO: i32[src]

pub const IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS: i32[src]

pub const IMPORTANT_FOR_ACCESSIBILITY_YES: i32[src]

pub const IMPORTANT_FOR_AUTOFILL_AUTO: i32[src]

pub const IMPORTANT_FOR_AUTOFILL_NO: i32[src]

pub const IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS: i32[src]

pub const IMPORTANT_FOR_AUTOFILL_YES: i32[src]

pub const IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS: i32[src]

pub const INVISIBLE: i32[src]

pub const KEEP_SCREEN_ON: i32[src]

pub const LAYER_TYPE_HARDWARE: i32[src]

pub const LAYER_TYPE_NONE: i32[src]

pub const LAYER_TYPE_SOFTWARE: i32[src]

pub const LAYOUT_DIRECTION_INHERIT: i32[src]

pub const LAYOUT_DIRECTION_LOCALE: i32[src]

pub const LAYOUT_DIRECTION_LTR: i32[src]

pub const LAYOUT_DIRECTION_RTL: i32[src]

pub const MEASURED_HEIGHT_STATE_SHIFT: i32[src]

pub const MEASURED_SIZE_MASK: i32[src]

pub const MEASURED_STATE_MASK: i32[src]

pub const MEASURED_STATE_TOO_SMALL: i32[src]

pub const NOT_FOCUSABLE: i32[src]

pub const NO_ID: i32[src]

pub const OVER_SCROLL_ALWAYS: i32[src]

pub const OVER_SCROLL_IF_CONTENT_SCROLLS: i32[src]

pub const OVER_SCROLL_NEVER: i32[src]

pub const SCREEN_STATE_OFF: i32[src]

pub const SCREEN_STATE_ON: i32[src]

pub const SCROLLBARS_INSIDE_INSET: i32[src]

pub const SCROLLBARS_INSIDE_OVERLAY: i32[src]

pub const SCROLLBARS_OUTSIDE_INSET: i32[src]

pub const SCROLLBARS_OUTSIDE_OVERLAY: i32[src]

pub const SCROLLBAR_POSITION_DEFAULT: i32[src]

pub const SCROLLBAR_POSITION_LEFT: i32[src]

pub const SCROLLBAR_POSITION_RIGHT: i32[src]

pub const SCROLL_AXIS_HORIZONTAL: i32[src]

pub const SCROLL_AXIS_NONE: i32[src]

pub const SCROLL_AXIS_VERTICAL: i32[src]

pub const SCROLL_INDICATOR_BOTTOM: i32[src]

pub const SCROLL_INDICATOR_END: i32[src]

pub const SCROLL_INDICATOR_LEFT: i32[src]

pub const SCROLL_INDICATOR_RIGHT: i32[src]

pub const SCROLL_INDICATOR_START: i32[src]

pub const SCROLL_INDICATOR_TOP: i32[src]

pub const SOUND_EFFECTS_ENABLED: i32[src]

pub const STATUS_BAR_HIDDEN: i32[src]

pub const STATUS_BAR_VISIBLE: i32[src]

pub const SYSTEM_UI_FLAG_FULLSCREEN: i32[src]

pub const SYSTEM_UI_FLAG_HIDE_NAVIGATION: i32[src]

pub const SYSTEM_UI_FLAG_IMMERSIVE: i32[src]

pub const SYSTEM_UI_FLAG_IMMERSIVE_STICKY: i32[src]

pub const SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN: i32[src]

pub const SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION: i32[src]

pub const SYSTEM_UI_FLAG_LAYOUT_STABLE: i32[src]

pub const SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR: i32[src]

pub const SYSTEM_UI_FLAG_LIGHT_STATUS_BAR: i32[src]

pub const SYSTEM_UI_FLAG_LOW_PROFILE: i32[src]

pub const SYSTEM_UI_FLAG_VISIBLE: i32[src]

pub const SYSTEM_UI_LAYOUT_FLAGS: i32[src]

pub const TEXT_ALIGNMENT_CENTER: i32[src]

pub const TEXT_ALIGNMENT_GRAVITY: i32[src]

pub const TEXT_ALIGNMENT_INHERIT: i32[src]

pub const TEXT_ALIGNMENT_TEXT_END: i32[src]

pub const TEXT_ALIGNMENT_TEXT_START: i32[src]

pub const TEXT_ALIGNMENT_VIEW_END: i32[src]

pub const TEXT_ALIGNMENT_VIEW_START: i32[src]

pub const TEXT_DIRECTION_ANY_RTL: i32[src]

pub const TEXT_DIRECTION_FIRST_STRONG: i32[src]

pub const TEXT_DIRECTION_FIRST_STRONG_LTR: i32[src]

pub const TEXT_DIRECTION_FIRST_STRONG_RTL: i32[src]

pub const TEXT_DIRECTION_INHERIT: i32[src]

pub const TEXT_DIRECTION_LOCALE: i32[src]

pub const TEXT_DIRECTION_LTR: i32[src]

pub const TEXT_DIRECTION_RTL: i32[src]

pub const VISIBLE: i32[src]

Trait Implementations

impl AsJValue for KeyboardView

impl AsRef<View_OnClickListener> for KeyboardView

impl AsValidJObjectAndEnv for KeyboardView

impl Deref for KeyboardView

type Target = View

The resulting type after dereferencing.

impl JniType for KeyboardView

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.