[]Struct jni_android_sys::android::view::View

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

public class View

Required feature: android-view-View

Methods

impl View

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

Required features: "android-content-Context"

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

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

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

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

pub fn new_context_attribute_set_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, View>>
[src]

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

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

toString

Required features: "java-lang-String"

pub fn get_vertical_fading_edge_length<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_horizontal_fading_edge_length<'env>(&'env self) -> Result<i32>[src]

pub fn get_vertical_scrollbar_width<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_vertical_scrollbar_position<'env>(&'env self) -> Result<i32>[src]

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

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

pub fn get_scroll_indicators<'env>(&'env self) -> Result<i32>[src]

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

setOnScrollChangeListener

Required features: "android-view-View_OnScrollChangeListener"

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

setOnFocusChangeListener

Required features: "android-view-View_OnFocusChangeListener"

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

addOnLayoutChangeListener

Required features: "android-view-View_OnLayoutChangeListener"

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

removeOnLayoutChangeListener

Required features: "android-view-View_OnLayoutChangeListener"

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

addOnAttachStateChangeListener

Required features: "android-view-View_OnAttachStateChangeListener"

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

removeOnAttachStateChangeListener

Required features: "android-view-View_OnAttachStateChangeListener"

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

getOnFocusChangeListener

Required features: "android-view-View_OnFocusChangeListener"

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

setOnClickListener

Required features: "android-view-View_OnClickListener"

pub fn has_on_click_listeners<'env>(&'env self) -> Result<bool>[src]

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

setOnLongClickListener

Required features: "android-view-View_OnLongClickListener"

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

setOnContextClickListener

Required features: "android-view-View_OnContextClickListener"

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

setOnCreateContextMenuListener

Required features: "android-view-View_OnCreateContextMenuListener"

pub fn perform_click<'env>(&'env self) -> Result<bool>[src]

pub fn call_on_click<'env>(&'env self) -> Result<bool>[src]

pub fn perform_long_click<'env>(&'env self) -> Result<bool>[src]

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

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

pub fn perform_context_click<'env>(&'env self) -> Result<bool>[src]

pub fn show_context_menu<'env>(&'env self) -> Result<bool>[src]

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

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

startActionMode

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

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

startActionMode

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

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

setOnKeyListener

Required features: "android-view-View_OnKeyListener"

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

setOnTouchListener

Required features: "android-view-View_OnTouchListener"

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

setOnGenericMotionListener

Required features: "android-view-View_OnGenericMotionListener"

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

setOnHoverListener

Required features: "android-view-View_OnHoverListener"

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

setOnDragListener

Required features: "android-view-View_OnDragListener"

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

pub fn get_reveal_on_focus_hint<'env>(&'env self) -> Result<bool>[src]

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

requestRectangleOnScreen

Required features: "android-graphics-Rect"

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

requestRectangleOnScreen

Required features: "android-graphics-Rect"

pub fn clear_focus<'env>(&'env self) -> Result<()>[src]

pub fn has_focus<'env>(&'env self) -> Result<bool>[src]

pub fn has_focusable<'env>(&'env self) -> Result<bool>[src]

pub fn has_explicit_focusable<'env>(&'env self) -> Result<bool>[src]

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

setAccessibilityPaneTitle

Required features: "java-lang-CharSequence"

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

getAccessibilityPaneTitle

Required features: "java-lang-CharSequence"

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

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

announceForAccessibility

Required features: "java-lang-CharSequence"

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

sendAccessibilityEventUnchecked

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

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

dispatchPopulateAccessibilityEvent

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

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

onPopulateAccessibilityEvent

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

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

onInitializeAccessibilityEvent

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

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

createAccessibilityNodeInfo

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

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

onInitializeAccessibilityNodeInfo

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

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

getAccessibilityClassName

Required features: "java-lang-CharSequence"

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

onProvideStructure

Required features: "android-view-ViewStructure"

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

onProvideAutofillStructure

Required features: "android-view-ViewStructure"

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

onProvideVirtualStructure

Required features: "android-view-ViewStructure"

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

onProvideAutofillVirtualStructure

Required features: "android-view-ViewStructure"

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

autofill

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

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

autofill

Required features: "android-util-SparseArray"

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

getAutofillId

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

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

setAutofillId

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

pub fn get_autofill_type<'env>(&'env self) -> Result<i32>[src]

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

getAutofillValue

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

pub fn get_important_for_autofill<'env>(&'env self) -> Result<i32>[src]

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

pub fn is_important_for_autofill<'env>(&'env self) -> Result<bool>[src]

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

dispatchProvideStructure

Required features: "android-view-ViewStructure"

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

dispatchProvideAutofillStructure

Required features: "android-view-ViewStructure"

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

addExtraDataToAccessibilityNodeInfo

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

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

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

setAccessibilityDelegate

Required features: "android-view-View_AccessibilityDelegate"

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

getAccessibilityNodeProvider

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

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

getContentDescription

Required features: "java-lang-CharSequence"

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

setContentDescription

Required features: "java-lang-CharSequence"

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

pub fn get_accessibility_traversal_before<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_accessibility_traversal_after<'env>(&'env self) -> Result<i32>[src]

pub fn get_label_for<'env>(&'env self) -> Result<i32>[src]

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

pub fn is_focused<'env>(&'env self) -> Result<bool>[src]

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

findFocus

Required features: "android-view-View"

pub fn is_scroll_container<'env>(&'env self) -> Result<bool>[src]

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

pub fn get_drawing_cache_quality<'env>(&'env self) -> Result<i32>[src]

Deprecated

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

Deprecated

pub fn get_keep_screen_on<'env>(&'env self) -> Result<bool>[src]

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

pub fn get_next_focus_left_id<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_next_focus_right_id<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_next_focus_up_id<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_next_focus_down_id<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_next_focus_forward_id<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_next_cluster_forward_id<'env>(&'env self) -> Result<i32>[src]

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

pub fn is_shown<'env>(&'env self) -> Result<bool>[src]

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

onApplyWindowInsets

Required features: "android-view-WindowInsets"

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

setOnApplyWindowInsetsListener

Required features: "android-view-View_OnApplyWindowInsetsListener"

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

dispatchApplyWindowInsets

Required features: "android-view-WindowInsets"

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

getRootWindowInsets

Required features: "android-view-WindowInsets"

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

computeSystemWindowInsets

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

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

pub fn get_fits_system_windows<'env>(&'env self) -> Result<bool>[src]

pub fn request_fit_system_windows<'env>(&'env self) -> Result<()>[src]

Deprecated

pub fn request_apply_insets<'env>(&'env self) -> Result<()>[src]

pub fn get_visibility<'env>(&'env self) -> Result<i32>[src]

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

pub fn is_enabled<'env>(&'env self) -> Result<bool>[src]

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

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

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

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

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

pub fn is_sound_effects_enabled<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_haptic_feedback_enabled<'env>(&'env self) -> Result<bool>[src]

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

pub fn get_layout_direction<'env>(&'env self) -> Result<i32>[src]

pub fn has_transient_state<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_attached_to_window<'env>(&'env self) -> Result<bool>[src]

pub fn is_laid_out<'env>(&'env self) -> Result<bool>[src]

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

pub fn will_not_draw<'env>(&'env self) -> Result<bool>[src]

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

Deprecated

pub fn will_not_cache_drawing<'env>(&'env self) -> Result<bool>[src]

Deprecated

pub fn is_clickable<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_long_clickable<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_context_clickable<'env>(&'env self) -> Result<bool>[src]

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

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

pub fn is_pressed<'env>(&'env self) -> Result<bool>[src]

pub fn is_save_enabled<'env>(&'env self) -> Result<bool>[src]

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

pub fn get_filter_touches_when_obscured<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_save_from_parent_enabled<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_focusable<'env>(&'env self) -> Result<bool>[src]

pub fn get_focusable<'env>(&'env self) -> Result<i32>[src]

pub fn is_focusable_in_touch_mode<'env>(&'env self) -> Result<bool>[src]

pub fn is_screen_reader_focusable<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_accessibility_heading<'env>(&'env self) -> Result<bool>[src]

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

focusSearch

Required features: "android-view-View"

pub fn is_keyboard_navigation_cluster<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_focused_by_default<'env>(&'env self) -> Result<bool>[src]

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

keyboardNavigationClusterSearch

Required features: "android-view-View"

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

dispatchUnhandledMove

Required features: "android-view-View"

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

pub fn get_default_focus_highlight_enabled<'env>(&'env self) -> Result<bool>[src]

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

getFocusables

Required features: "java-util-ArrayList"

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

addFocusables

Required features: "java-util-ArrayList"

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

addFocusables

Required features: "java-util-ArrayList"

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

addKeyboardNavigationClusters

Required features: "java-util-Collection"

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

findViewsWithText

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

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

getTouchables

Required features: "java-util-ArrayList"

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

addTouchables

Required features: "java-util-ArrayList"

pub fn is_accessibility_focused<'env>(&'env self) -> Result<bool>[src]

pub fn request_focus<'env>(&'env self) -> Result<bool>[src]

pub fn restore_default_focus<'env>(&'env self) -> Result<bool>[src]

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

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

requestFocus

Required features: "android-graphics-Rect"

pub fn request_focus_from_touch<'env>(&'env self) -> Result<bool>[src]

pub fn get_important_for_accessibility<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_accessibility_live_region<'env>(&'env self) -> Result<i32>[src]

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

pub fn is_important_for_accessibility<'env>(&'env self) -> Result<bool>[src]

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

getParentForAccessibility

Required features: "android-view-ViewParent"

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

addChildrenForAccessibility

Required features: "java-util-ArrayList"

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

dispatchNestedPrePerformAccessibilityAction

Required features: "android-os-Bundle"

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

performAccessibilityAction

Required features: "android-os-Bundle"

pub fn is_temporarily_detached<'env>(&'env self) -> Result<bool>[src]

pub fn dispatch_start_temporary_detach<'env>(&'env self) -> Result<()>[src]

pub fn on_start_temporary_detach<'env>(&'env self) -> Result<()>[src]

pub fn dispatch_finish_temporary_detach<'env>(&'env self) -> Result<()>[src]

pub fn on_finish_temporary_detach<'env>(&'env self) -> Result<()>[src]

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

getKeyDispatcherState

Required features: "android-view-KeyEvent_DispatcherState"

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

dispatchKeyEventPreIme

Required features: "android-view-KeyEvent"

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

dispatchKeyEvent

Required features: "android-view-KeyEvent"

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

dispatchKeyShortcutEvent

Required features: "android-view-KeyEvent"

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

dispatchTouchEvent

Required features: "android-view-MotionEvent"

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

onFilterTouchEventForSecurity

Required features: "android-view-MotionEvent"

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

dispatchTrackballEvent

Required features: "android-view-MotionEvent"

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

dispatchCapturedPointerEvent

Required features: "android-view-MotionEvent"

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

dispatchGenericMotionEvent

Required features: "android-view-MotionEvent"

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

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

pub fn has_window_focus<'env>(&'env self) -> Result<bool>[src]

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

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

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

pub fn get_window_visibility<'env>(&'env self) -> Result<i32>[src]

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

getWindowVisibleDisplayFrame

Required features: "android-graphics-Rect"

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

dispatchConfigurationChanged

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

pub fn is_in_touch_mode<'env>(&'env self) -> Result<bool>[src]

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

getContext

Required features: "android-content-Context"

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

onKeyPreIme

Required features: "android-view-KeyEvent"

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

onKeyDown

Required features: "android-view-KeyEvent"

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

onKeyLongPress

Required features: "android-view-KeyEvent"

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

onKeyUp

Required features: "android-view-KeyEvent"

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

onKeyMultiple

Required features: "android-view-KeyEvent"

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

onKeyShortcut

Required features: "android-view-KeyEvent"

pub fn on_check_is_text_editor<'env>(&'env self) -> Result<bool>[src]

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

onCreateInputConnection

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

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

checkInputConnectionProxy

Required features: "android-view-View"

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

createContextMenu

Required features: "android-view-ContextMenu"

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

onTrackballEvent

Required features: "android-view-MotionEvent"

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

onGenericMotionEvent

Required features: "android-view-MotionEvent"

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

onHoverEvent

Required features: "android-view-MotionEvent"

pub fn is_hovered<'env>(&'env self) -> Result<bool>[src]

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

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

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

onTouchEvent

Required features: "android-view-MotionEvent"

pub fn cancel_long_press<'env>(&'env self) -> Result<()>[src]

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

setTouchDelegate

Required features: "android-view-TouchDelegate"

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

getTouchDelegate

Required features: "android-view-TouchDelegate"

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

requestUnbufferedDispatch

Required features: "android-view-MotionEvent"

pub fn bring_to_front<'env>(&'env self) -> Result<()>[src]

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

getParent

Required features: "android-view-ViewParent"

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

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

pub fn get_scroll_x<'env>(&'env self) -> Result<i32>[src]

pub fn get_scroll_y<'env>(&'env self) -> Result<i32>[src]

pub fn get_width<'env>(&'env self) -> Result<i32>[src]

pub fn get_height<'env>(&'env self) -> Result<i32>[src]

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

getDrawingRect

Required features: "android-graphics-Rect"

pub fn get_measured_width<'env>(&'env self) -> Result<i32>[src]

pub fn get_measured_width_and_state<'env>(&'env self) -> Result<i32>[src]

pub fn get_measured_height<'env>(&'env self) -> Result<i32>[src]

pub fn get_measured_height_and_state<'env>(&'env self) -> Result<i32>[src]

pub fn get_measured_state<'env>(&'env self) -> Result<i32>[src]

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

getMatrix

Required features: "android-graphics-Matrix"

pub fn get_camera_distance<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_rotation<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_rotation_y<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_rotation_x<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_scale_x<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_scale_y<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_pivot_x<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_pivot_y<'env>(&'env self) -> Result<f32>[src]

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

pub fn is_pivot_set<'env>(&'env self) -> Result<bool>[src]

pub fn reset_pivot<'env>(&'env self) -> Result<()>[src]

pub fn get_alpha<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_has_overlapping_rendering<'env>(&'env self) -> Result<bool>[src]

pub fn has_overlapping_rendering<'env>(&'env self) -> Result<bool>[src]

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

pub fn get_top<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_bottom<'env>(&'env self) -> Result<i32>[src]

pub fn is_dirty<'env>(&'env self) -> Result<bool>[src]

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

pub fn get_left<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_right<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_x<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_y<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_z<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_elevation<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_translation_x<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_translation_y<'env>(&'env self) -> Result<f32>[src]

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

pub fn get_translation_z<'env>(&'env self) -> Result<f32>[src]

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

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

getStateListAnimator

Required features: "android-animation-StateListAnimator"

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

setStateListAnimator

Required features: "android-animation-StateListAnimator"

pub fn get_clip_to_outline<'env>(&'env self) -> Result<bool>[src]

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

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

setOutlineProvider

Required features: "android-view-ViewOutlineProvider"

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

getOutlineProvider

Required features: "android-view-ViewOutlineProvider"

pub fn invalidate_outline<'env>(&'env self) -> Result<()>[src]

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

pub fn get_outline_spot_shadow_color<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_outline_ambient_shadow_color<'env>(&'env self) -> Result<i32>[src]

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

getHitRect

Required features: "android-graphics-Rect"

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

getFocusedRect

Required features: "android-graphics-Rect"

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

getGlobalVisibleRect

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

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

getGlobalVisibleRect

Required features: "android-graphics-Rect"

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

getLocalVisibleRect

Required features: "android-graphics-Rect"

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

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

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

getLayoutParams

Required features: "android-view-ViewGroup_LayoutParams"

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

setLayoutParams

Required features: "android-view-ViewGroup_LayoutParams"

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

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

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

Deprecated

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

pub fn is_opaque<'env>(&'env self) -> Result<bool>[src]

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

getHandler

Required features: "android-os-Handler"

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

post

Required features: "java-lang-Runnable"

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

postDelayed

Required features: "java-lang-Runnable"

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

postOnAnimation

Required features: "java-lang-Runnable"

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

postOnAnimationDelayed

Required features: "java-lang-Runnable"

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

removeCallbacks

Required features: "java-lang-Runnable"

pub fn post_invalidate<'env>(&'env self) -> Result<()>[src]

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

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

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

pub fn post_invalidate_on_animation<'env>(&'env self) -> Result<()>[src]

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

pub fn compute_scroll<'env>(&'env self) -> Result<()>[src]

pub fn is_horizontal_fading_edge_enabled<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_vertical_fading_edge_enabled<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_horizontal_scroll_bar_enabled<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_vertical_scroll_bar_enabled<'env>(&'env self) -> Result<bool>[src]

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

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

pub fn is_scrollbar_fading_enabled<'env>(&'env self) -> Result<bool>[src]

pub fn get_scroll_bar_default_delay_before_fade<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_scroll_bar_fade_duration<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_scroll_bar_size<'env>(&'env self) -> Result<i32>[src]

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

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

pub fn get_scroll_bar_style<'env>(&'env self) -> Result<i32>[src]

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

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

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

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

pub fn can_resolve_layout_direction<'env>(&'env self) -> Result<bool>[src]

pub fn is_layout_direction_resolved<'env>(&'env self) -> Result<bool>[src]

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

getWindowToken

Required features: "android-os-IBinder"

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

getWindowId

Required features: "android-view-WindowId"

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

getApplicationWindowToken

Required features: "android-os-IBinder"

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

getDisplay

Required features: "android-view-Display"

pub fn cancel_pending_input_events<'env>(&'env self) -> Result<()>[src]

pub fn on_cancel_pending_input_events<'env>(&'env self) -> Result<()>[src]

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

saveHierarchyState

Required features: "android-util-SparseArray"

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

restoreHierarchyState

Required features: "android-util-SparseArray"

pub fn get_drawing_time<'env>(&'env self) -> Result<i64>[src]

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

pub fn is_duplicate_parent_state_enabled<'env>(&'env self) -> Result<bool>[src]

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

setLayerType

Required features: "android-graphics-Paint"

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

setLayerPaint

Required features: "android-graphics-Paint"

pub fn get_layer_type<'env>(&'env self) -> Result<i32>[src]

pub fn build_layer<'env>(&'env self) -> Result<()>[src]

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

Deprecated

pub fn is_drawing_cache_enabled<'env>(&'env self) -> Result<bool>[src]

Deprecated

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

Deprecated

getDrawingCache

Required features: "android-graphics-Bitmap"

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

Deprecated

getDrawingCache

Required features: "android-graphics-Bitmap"

pub fn destroy_drawing_cache<'env>(&'env self) -> Result<()>[src]

Deprecated

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

Deprecated

pub fn get_drawing_cache_background_color<'env>(&'env self) -> Result<i32>[src]

Deprecated

pub fn build_drawing_cache<'env>(&'env self) -> Result<()>[src]

Deprecated

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

Deprecated

pub fn is_in_edit_mode<'env>(&'env self) -> Result<bool>[src]

pub fn is_hardware_accelerated<'env>(&'env self) -> Result<bool>[src]

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

setClipBounds

Required features: "android-graphics-Rect"

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

getClipBounds

Required features: "android-graphics-Rect"

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

getClipBounds

Required features: "android-graphics-Rect"

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

draw

Required features: "android-graphics-Canvas"

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

getOverlay

Required features: "android-view-ViewOverlay"

pub fn get_solid_color<'env>(&'env self) -> Result<i32>[src]

pub fn is_layout_requested<'env>(&'env self) -> Result<bool>[src]

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

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

getResources

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

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

invalidateDrawable

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

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

scheduleDrawable

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

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

unscheduleDrawable

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

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

unscheduleDrawable

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

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

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

pub fn refresh_drawable_state<'env>(&'env self) -> Result<()>[src]

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

pub fn jump_drawables_to_current_state<'env>(&'env self) -> Result<()>[src]

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

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

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

setBackground

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

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

Deprecated

setBackgroundDrawable

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

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

getBackground

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

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

setBackgroundTintList

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

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

getBackgroundTintList

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

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

setBackgroundTintMode

Required features: "android-graphics-PorterDuff_Mode"

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

getBackgroundTintMode

Required features: "android-graphics-PorterDuff_Mode"

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

getForeground

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

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

setForeground

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

pub fn get_foreground_gravity<'env>(&'env self) -> Result<i32>[src]

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

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

setForegroundTintList

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

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

getForegroundTintList

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

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

setForegroundTintMode

Required features: "android-graphics-PorterDuff_Mode"

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

getForegroundTintMode

Required features: "android-graphics-PorterDuff_Mode"

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

onDrawForeground

Required features: "android-graphics-Canvas"

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

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

pub fn get_padding_top<'env>(&'env self) -> Result<i32>[src]

pub fn get_padding_bottom<'env>(&'env self) -> Result<i32>[src]

pub fn get_padding_left<'env>(&'env self) -> Result<i32>[src]

pub fn get_padding_start<'env>(&'env self) -> Result<i32>[src]

pub fn get_padding_right<'env>(&'env self) -> Result<i32>[src]

pub fn get_padding_end<'env>(&'env self) -> Result<i32>[src]

pub fn is_padding_relative<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_selected<'env>(&'env self) -> Result<bool>[src]

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

pub fn is_activated<'env>(&'env self) -> Result<bool>[src]

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

getViewTreeObserver

Required features: "android-view-ViewTreeObserver"

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

getRootView

Required features: "android-view-View"

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

getLocationOnScreen

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

getLocationInWindow

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

findViewById

Required features: "android-view-View"

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

requireViewById

Required features: "android-view-View"

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

findViewWithTag

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

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

pub fn get_id<'env>(&'env self) -> Result<i32>[src]

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

getTag

Required features: "java-lang-Object"

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

setTag

Required features: "java-lang-Object"

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

getTag

Required features: "java-lang-Object"

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

setTag

Required features: "java-lang-Object"

pub fn get_baseline<'env>(&'env self) -> Result<i32>[src]

pub fn is_in_layout<'env>(&'env self) -> Result<bool>[src]

pub fn request_layout<'env>(&'env self) -> Result<()>[src]

pub fn force_layout<'env>(&'env self) -> Result<()>[src]

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

pub fn combine_measured_states<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<i32>
[src]

pub fn resolve_size<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<i32>
[src]

pub fn resolve_size_and_state<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> Result<i32>
[src]

pub fn get_default_size<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<i32>
[src]

pub fn get_minimum_height<'env>(&'env self) -> Result<i32>[src]

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

pub fn get_minimum_width<'env>(&'env self) -> Result<i32>[src]

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

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

getAnimation

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

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

startAnimation

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

pub fn clear_animation<'env>(&'env self) -> Result<()>[src]

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

setAnimation

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

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

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

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

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

pub fn get_system_ui_visibility<'env>(&'env self) -> Result<i32>[src]

pub fn get_window_system_ui_visibility<'env>(&'env self) -> Result<i32>[src]

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

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

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

setOnSystemUiVisibilityChangeListener

Required features: "android-view-View_OnSystemUiVisibilityChangeListener"

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

pub fn start_drag<'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>
[src]

Deprecated

startDrag

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

pub fn start_drag_and_drop<'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>
[src]

startDragAndDrop

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

pub fn cancel_drag_and_drop<'env>(&'env self) -> Result<()>[src]

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

updateDragShadow

Required features: "android-view-View_DragShadowBuilder"

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

onDragEvent

Required features: "android-view-DragEvent"

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

dispatchDragEvent

Required features: "android-view-DragEvent"

pub fn inflate<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>,
    arg1: i32,
    arg2: impl Into<Option<&'env ViewGroup>>
) -> Result<Option<Local<'env, View>>>
[src]

inflate

Required features: "android-content-Context", "android-view-View", "android-view-ViewGroup"

pub fn get_over_scroll_mode<'env>(&'env self) -> Result<i32>[src]

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

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

pub fn is_nested_scrolling_enabled<'env>(&'env self) -> Result<bool>[src]

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

pub fn stop_nested_scroll<'env>(&'env self) -> Result<()>[src]

pub fn has_nested_scrolling_parent<'env>(&'env self) -> Result<bool>[src]

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

dispatchNestedScroll

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

dispatchNestedPreScroll

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

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

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

pub fn get_text_direction<'env>(&'env self) -> Result<i32>[src]

pub fn can_resolve_text_direction<'env>(&'env self) -> Result<bool>[src]

pub fn is_text_direction_resolved<'env>(&'env self) -> Result<bool>[src]

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

pub fn get_text_alignment<'env>(&'env self) -> Result<i32>[src]

pub fn can_resolve_text_alignment<'env>(&'env self) -> Result<bool>[src]

pub fn is_text_alignment_resolved<'env>(&'env self) -> Result<bool>[src]

pub fn generate_view_id<'env>(__jni_env: &'env Env) -> Result<i32>[src]

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

onResolvePointerIcon

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

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

setPointerIcon

Required features: "android-view-PointerIcon"

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

getPointerIcon

Required features: "android-view-PointerIcon"

pub fn has_pointer_capture<'env>(&'env self) -> Result<bool>[src]

pub fn request_pointer_capture<'env>(&'env self) -> Result<()>[src]

pub fn release_pointer_capture<'env>(&'env self) -> Result<()>[src]

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

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

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

onCapturedPointerEvent

Required features: "android-view-MotionEvent"

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

setOnCapturedPointerListener

Required features: "android-view-View_OnCapturedPointerListener"

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

animate

Required features: "android-view-ViewPropertyAnimator"

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

setTransitionName

Required features: "java-lang-String"

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

getTransitionName

Required features: "java-lang-String"

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

setTooltipText

Required features: "java-lang-CharSequence"

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

getTooltipText

Required features: "java-lang-CharSequence"

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

addOnUnhandledKeyEventListener

Required features: "android-view-View_OnUnhandledKeyEventListener"

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

removeOnUnhandledKeyEventListener

Required features: "android-view-View_OnUnhandledKeyEventListener"

pub const ACCESSIBILITY_LIVE_REGION_ASSERTIVE: i32[src]

pub const ACCESSIBILITY_LIVE_REGION_NONE: i32[src]

public static final ACCESSIBILITY_LIVE_REGION_NONE

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]

public static final AUTOFILL_HINT_EMAIL_ADDRESS

pub const AUTOFILL_HINT_NAME: &'static str[src]

public static final AUTOFILL_HINT_NAME

pub const AUTOFILL_HINT_PASSWORD: &'static str[src]

public static final AUTOFILL_HINT_PASSWORD

pub const AUTOFILL_HINT_PHONE: &'static str[src]

public static final AUTOFILL_HINT_PHONE

pub const AUTOFILL_HINT_POSTAL_ADDRESS: &'static str[src]

public static final AUTOFILL_HINT_POSTAL_ADDRESS

pub const AUTOFILL_HINT_POSTAL_CODE: &'static str[src]

public static final AUTOFILL_HINT_POSTAL_CODE

pub const AUTOFILL_HINT_USERNAME: &'static str[src]

public static final AUTOFILL_HINT_USERNAME

pub const AUTOFILL_TYPE_DATE: i32[src]

public static final AUTOFILL_TYPE_DATE

pub const AUTOFILL_TYPE_LIST: i32[src]

public static final AUTOFILL_TYPE_LIST

pub const AUTOFILL_TYPE_NONE: i32[src]

public static final AUTOFILL_TYPE_NONE

pub const AUTOFILL_TYPE_TEXT: i32[src]

public static final AUTOFILL_TYPE_TEXT

pub const AUTOFILL_TYPE_TOGGLE: i32[src]

public static final AUTOFILL_TYPE_TOGGLE

pub const DRAG_FLAG_GLOBAL: i32[src]

public static final DRAG_FLAG_GLOBAL

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]

public static final DRAG_FLAG_GLOBAL_URI_READ

pub const DRAG_FLAG_GLOBAL_URI_WRITE: i32[src]

public static final DRAG_FLAG_GLOBAL_URI_WRITE

pub const DRAG_FLAG_OPAQUE: i32[src]

public static final DRAG_FLAG_OPAQUE

pub const DRAWING_CACHE_QUALITY_AUTO: i32[src]

Deprecated

public static final DRAWING_CACHE_QUALITY_AUTO

pub const DRAWING_CACHE_QUALITY_HIGH: i32[src]

Deprecated

public static final DRAWING_CACHE_QUALITY_HIGH

pub const DRAWING_CACHE_QUALITY_LOW: i32[src]

Deprecated

public static final DRAWING_CACHE_QUALITY_LOW

pub const FIND_VIEWS_WITH_CONTENT_DESCRIPTION: i32[src]

pub const FIND_VIEWS_WITH_TEXT: i32[src]

public static final FIND_VIEWS_WITH_TEXT

pub const FOCUSABLE: i32[src]

public static final FOCUSABLE

pub const FOCUSABLES_ALL: i32[src]

public static final FOCUSABLES_ALL

pub const FOCUSABLES_TOUCH_MODE: i32[src]

public static final FOCUSABLES_TOUCH_MODE

pub const FOCUSABLE_AUTO: i32[src]

public static final FOCUSABLE_AUTO

pub const FOCUS_BACKWARD: i32[src]

public static final FOCUS_BACKWARD

pub const FOCUS_DOWN: i32[src]

public static final FOCUS_DOWN

pub const FOCUS_FORWARD: i32[src]

public static final FOCUS_FORWARD

pub const FOCUS_LEFT: i32[src]

public static final FOCUS_LEFT

pub const FOCUS_RIGHT: i32[src]

public static final FOCUS_RIGHT

pub const FOCUS_UP: i32[src]

public static final FOCUS_UP

pub const GONE: i32[src]

public static final GONE

pub const HAPTIC_FEEDBACK_ENABLED: i32[src]

public static final HAPTIC_FEEDBACK_ENABLED

pub const IMPORTANT_FOR_ACCESSIBILITY_AUTO: i32[src]

pub const IMPORTANT_FOR_ACCESSIBILITY_NO: i32[src]

public static final IMPORTANT_FOR_ACCESSIBILITY_NO

pub const IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS: i32[src]

pub const IMPORTANT_FOR_ACCESSIBILITY_YES: i32[src]

public static final IMPORTANT_FOR_ACCESSIBILITY_YES

pub const IMPORTANT_FOR_AUTOFILL_AUTO: i32[src]

public static final IMPORTANT_FOR_AUTOFILL_AUTO

pub const IMPORTANT_FOR_AUTOFILL_NO: i32[src]

public static final IMPORTANT_FOR_AUTOFILL_NO

pub const IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS: i32[src]

pub const IMPORTANT_FOR_AUTOFILL_YES: i32[src]

public static final IMPORTANT_FOR_AUTOFILL_YES

pub const IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS: i32[src]

pub const INVISIBLE: i32[src]

public static final INVISIBLE

pub const KEEP_SCREEN_ON: i32[src]

public static final KEEP_SCREEN_ON

pub const LAYER_TYPE_HARDWARE: i32[src]

public static final LAYER_TYPE_HARDWARE

pub const LAYER_TYPE_NONE: i32[src]

public static final LAYER_TYPE_NONE

pub const LAYER_TYPE_SOFTWARE: i32[src]

public static final LAYER_TYPE_SOFTWARE

pub const LAYOUT_DIRECTION_INHERIT: i32[src]

public static final LAYOUT_DIRECTION_INHERIT

pub const LAYOUT_DIRECTION_LOCALE: i32[src]

public static final LAYOUT_DIRECTION_LOCALE

pub const LAYOUT_DIRECTION_LTR: i32[src]

public static final LAYOUT_DIRECTION_LTR

pub const LAYOUT_DIRECTION_RTL: i32[src]

public static final LAYOUT_DIRECTION_RTL

pub const MEASURED_HEIGHT_STATE_SHIFT: i32[src]

public static final MEASURED_HEIGHT_STATE_SHIFT

pub const MEASURED_SIZE_MASK: i32[src]

public static final MEASURED_SIZE_MASK

pub const MEASURED_STATE_MASK: i32[src]

public static final MEASURED_STATE_MASK

pub const MEASURED_STATE_TOO_SMALL: i32[src]

public static final MEASURED_STATE_TOO_SMALL

pub const NOT_FOCUSABLE: i32[src]

public static final NOT_FOCUSABLE

pub const NO_ID: i32[src]

public static final NO_ID

pub const OVER_SCROLL_ALWAYS: i32[src]

public static final OVER_SCROLL_ALWAYS

pub const OVER_SCROLL_IF_CONTENT_SCROLLS: i32[src]

public static final OVER_SCROLL_IF_CONTENT_SCROLLS

pub const OVER_SCROLL_NEVER: i32[src]

public static final OVER_SCROLL_NEVER

pub const SCREEN_STATE_OFF: i32[src]

public static final SCREEN_STATE_OFF

pub const SCREEN_STATE_ON: i32[src]

public static final SCREEN_STATE_ON

pub const SCROLLBARS_INSIDE_INSET: i32[src]

public static final SCROLLBARS_INSIDE_INSET

pub const SCROLLBARS_INSIDE_OVERLAY: i32[src]

public static final SCROLLBARS_INSIDE_OVERLAY

pub const SCROLLBARS_OUTSIDE_INSET: i32[src]

public static final SCROLLBARS_OUTSIDE_INSET

pub const SCROLLBARS_OUTSIDE_OVERLAY: i32[src]

public static final SCROLLBARS_OUTSIDE_OVERLAY

pub const SCROLLBAR_POSITION_DEFAULT: i32[src]

public static final SCROLLBAR_POSITION_DEFAULT

pub const SCROLLBAR_POSITION_LEFT: i32[src]

public static final SCROLLBAR_POSITION_LEFT

pub const SCROLLBAR_POSITION_RIGHT: i32[src]

public static final SCROLLBAR_POSITION_RIGHT

pub const SCROLL_AXIS_HORIZONTAL: i32[src]

public static final SCROLL_AXIS_HORIZONTAL

pub const SCROLL_AXIS_NONE: i32[src]

public static final SCROLL_AXIS_NONE

pub const SCROLL_AXIS_VERTICAL: i32[src]

public static final SCROLL_AXIS_VERTICAL

pub const SCROLL_INDICATOR_BOTTOM: i32[src]

public static final SCROLL_INDICATOR_BOTTOM

pub const SCROLL_INDICATOR_END: i32[src]

public static final SCROLL_INDICATOR_END

pub const SCROLL_INDICATOR_LEFT: i32[src]

public static final SCROLL_INDICATOR_LEFT

pub const SCROLL_INDICATOR_RIGHT: i32[src]

public static final SCROLL_INDICATOR_RIGHT

pub const SCROLL_INDICATOR_START: i32[src]

public static final SCROLL_INDICATOR_START

pub const SCROLL_INDICATOR_TOP: i32[src]

public static final SCROLL_INDICATOR_TOP

pub const SOUND_EFFECTS_ENABLED: i32[src]

public static final SOUND_EFFECTS_ENABLED

pub const STATUS_BAR_HIDDEN: i32[src]

Deprecated

public static final STATUS_BAR_HIDDEN

pub const STATUS_BAR_VISIBLE: i32[src]

Deprecated

public static final STATUS_BAR_VISIBLE

pub const SYSTEM_UI_FLAG_FULLSCREEN: i32[src]

public static final SYSTEM_UI_FLAG_FULLSCREEN

pub const SYSTEM_UI_FLAG_HIDE_NAVIGATION: i32[src]

public static final SYSTEM_UI_FLAG_HIDE_NAVIGATION

pub const SYSTEM_UI_FLAG_IMMERSIVE: i32[src]

public static final SYSTEM_UI_FLAG_IMMERSIVE

pub const SYSTEM_UI_FLAG_IMMERSIVE_STICKY: i32[src]

public static final SYSTEM_UI_FLAG_IMMERSIVE_STICKY

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]

public static final SYSTEM_UI_FLAG_LAYOUT_STABLE

pub const SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR: i32[src]

pub const SYSTEM_UI_FLAG_LIGHT_STATUS_BAR: i32[src]

public static final SYSTEM_UI_FLAG_LIGHT_STATUS_BAR

pub const SYSTEM_UI_FLAG_LOW_PROFILE: i32[src]

public static final SYSTEM_UI_FLAG_LOW_PROFILE

pub const SYSTEM_UI_FLAG_VISIBLE: i32[src]

public static final SYSTEM_UI_FLAG_VISIBLE

pub const SYSTEM_UI_LAYOUT_FLAGS: i32[src]

public static final SYSTEM_UI_LAYOUT_FLAGS

pub const TEXT_ALIGNMENT_CENTER: i32[src]

public static final TEXT_ALIGNMENT_CENTER

pub const TEXT_ALIGNMENT_GRAVITY: i32[src]

public static final TEXT_ALIGNMENT_GRAVITY

pub const TEXT_ALIGNMENT_INHERIT: i32[src]

public static final TEXT_ALIGNMENT_INHERIT

pub const TEXT_ALIGNMENT_TEXT_END: i32[src]

public static final TEXT_ALIGNMENT_TEXT_END

pub const TEXT_ALIGNMENT_TEXT_START: i32[src]

public static final TEXT_ALIGNMENT_TEXT_START

pub const TEXT_ALIGNMENT_VIEW_END: i32[src]

public static final TEXT_ALIGNMENT_VIEW_END

pub const TEXT_ALIGNMENT_VIEW_START: i32[src]

public static final TEXT_ALIGNMENT_VIEW_START

pub const TEXT_DIRECTION_ANY_RTL: i32[src]

public static final TEXT_DIRECTION_ANY_RTL

pub const TEXT_DIRECTION_FIRST_STRONG: i32[src]

public static final TEXT_DIRECTION_FIRST_STRONG

pub const TEXT_DIRECTION_FIRST_STRONG_LTR: i32[src]

public static final TEXT_DIRECTION_FIRST_STRONG_LTR

pub const TEXT_DIRECTION_FIRST_STRONG_RTL: i32[src]

public static final TEXT_DIRECTION_FIRST_STRONG_RTL

pub const TEXT_DIRECTION_INHERIT: i32[src]

public static final TEXT_DIRECTION_INHERIT

pub const TEXT_DIRECTION_LOCALE: i32[src]

public static final TEXT_DIRECTION_LOCALE

pub const TEXT_DIRECTION_LTR: i32[src]

public static final TEXT_DIRECTION_LTR

pub const TEXT_DIRECTION_RTL: i32[src]

public static final TEXT_DIRECTION_RTL

pub const VISIBLE: i32[src]

public static final VISIBLE

Methods from Deref<Target = Object>

pub fn get_class<'env>(&'env self) -> Result<Option<Local<'env, Class>>>[src]

getClass

Required features: "java-lang-Class"

pub fn hash_code<'env>(&'env self) -> Result<i32>[src]

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

equals

Required features: "java-lang-Object"

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

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<()>[src]

pub fn notify_all<'env>(&'env self) -> Result<()>[src]

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

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

pub fn wait<'env>(&'env self) -> Result<()>[src]

Trait Implementations

impl AsRef<Drawable_Callback> for View

impl AsRef<KeyEvent_Callback> for View

impl AsRef<AccessibilityEventSource> for View

impl Deref for View

type Target = Object

The resulting type after dereferencing.

impl AsValidJObjectAndEnv for View

impl AsJValue for View

Auto Trait Implementations

impl !Sync for View

impl Unpin for View

impl !Send for View

impl UnwindSafe for View

impl RefUnwindSafe for View

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for 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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]