[−]Struct jni_android_sys::android::view::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]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env Context>>
) -> Result<Local<'env, View>>
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]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env Context>>,
arg1: impl Into<Option<&'env AttributeSet>>
) -> Result<Local<'env, View>>
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]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env Context>>,
arg1: impl Into<Option<&'env AttributeSet>>,
arg2: i32
) -> Result<Local<'env, View>>
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]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env Context>>,
arg1: impl Into<Option<&'env AttributeSet>>,
arg2: i32,
arg3: i32
) -> Result<Local<'env, View>>
Required features: "android-content-Context", "android-util-AttributeSet"
pub fn to_string<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
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]
&'env self,
arg0: i32
) -> Result<()>
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]
&'env self,
arg0: i32,
arg1: i32
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnScrollChangeListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnFocusChangeListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnLayoutChangeListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnLayoutChangeListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnAttachStateChangeListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnAttachStateChangeListener>>
) -> Result<()>
removeOnAttachStateChangeListener
Required features: "android-view-View_OnAttachStateChangeListener"
pub fn get_on_focus_change_listener<'env>(
&'env self
) -> Result<Option<Local<'env, View_OnFocusChangeListener>>>[src]
&'env self
) -> Result<Option<Local<'env, View_OnFocusChangeListener>>>
Required features: "android-view-View_OnFocusChangeListener"
pub fn set_on_click_listener<'env>(
&'env self,
arg0: impl Into<Option<&'env View_OnClickListener>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env View_OnClickListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnLongClickListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnContextClickListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnCreateContextMenuListener>>
) -> Result<()>
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]
&'env self,
arg0: f32,
arg1: f32
) -> Result<bool>
pub fn perform_context_click_float_float<'env>(
&'env self,
arg0: f32,
arg1: f32
) -> Result<bool>[src]
&'env self,
arg0: f32,
arg1: f32
) -> Result<bool>
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]
&'env self,
arg0: f32,
arg1: f32
) -> Result<bool>
pub fn start_action_mode_callback<'env>(
&'env self,
arg0: impl Into<Option<&'env ActionMode_Callback>>
) -> Result<Option<Local<'env, ActionMode>>>[src]
&'env self,
arg0: impl Into<Option<&'env ActionMode_Callback>>
) -> Result<Option<Local<'env, ActionMode>>>
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]
&'env self,
arg0: impl Into<Option<&'env ActionMode_Callback>>,
arg1: i32
) -> Result<Option<Local<'env, ActionMode>>>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnKeyListener>>
) -> Result<()>
Required features: "android-view-View_OnKeyListener"
pub fn set_on_touch_listener<'env>(
&'env self,
arg0: impl Into<Option<&'env View_OnTouchListener>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env View_OnTouchListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnGenericMotionListener>>
) -> Result<()>
Required features: "android-view-View_OnGenericMotionListener"
pub fn set_on_hover_listener<'env>(
&'env self,
arg0: impl Into<Option<&'env View_OnHoverListener>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env View_OnHoverListener>>
) -> Result<()>
Required features: "android-view-View_OnHoverListener"
pub fn set_on_drag_listener<'env>(
&'env self,
arg0: impl Into<Option<&'env View_OnDragListener>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env View_OnDragListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<bool>
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]
&'env self,
arg0: impl Into<Option<&'env Rect>>,
arg1: bool
) -> Result<bool>
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]
&'env self,
arg0: impl Into<Option<&'env CharSequence>>
) -> Result<()>
Required features: "java-lang-CharSequence"
pub fn get_accessibility_pane_title<'env>(
&'env self
) -> Result<Option<Local<'env, CharSequence>>>[src]
&'env self
) -> Result<Option<Local<'env, CharSequence>>>
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]
&'env self,
arg0: impl Into<Option<&'env CharSequence>>
) -> Result<()>
Required features: "java-lang-CharSequence"
pub fn send_accessibility_event_unchecked<'env>(
&'env self,
arg0: impl Into<Option<&'env AccessibilityEvent>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env AccessibilityEvent>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env AccessibilityEvent>>
) -> Result<bool>
dispatchPopulateAccessibilityEvent
Required features: "android-view-accessibility-AccessibilityEvent"
pub fn on_populate_accessibility_event<'env>(
&'env self,
arg0: impl Into<Option<&'env AccessibilityEvent>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env AccessibilityEvent>>
) -> Result<()>
Required features: "android-view-accessibility-AccessibilityEvent"
pub fn on_initialize_accessibility_event<'env>(
&'env self,
arg0: impl Into<Option<&'env AccessibilityEvent>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env AccessibilityEvent>>
) -> Result<()>
onInitializeAccessibilityEvent
Required features: "android-view-accessibility-AccessibilityEvent"
pub fn create_accessibility_node_info<'env>(
&'env self
) -> Result<Option<Local<'env, AccessibilityNodeInfo>>>[src]
&'env self
) -> Result<Option<Local<'env, AccessibilityNodeInfo>>>
Required features: "android-view-accessibility-AccessibilityNodeInfo"
pub fn on_initialize_accessibility_node_info<'env>(
&'env self,
arg0: impl Into<Option<&'env AccessibilityNodeInfo>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env AccessibilityNodeInfo>>
) -> Result<()>
onInitializeAccessibilityNodeInfo
Required features: "android-view-accessibility-AccessibilityNodeInfo"
pub fn get_accessibility_class_name<'env>(
&'env self
) -> Result<Option<Local<'env, CharSequence>>>[src]
&'env self
) -> Result<Option<Local<'env, CharSequence>>>
Required features: "java-lang-CharSequence"
pub fn on_provide_structure<'env>(
&'env self,
arg0: impl Into<Option<&'env ViewStructure>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env ViewStructure>>
) -> Result<()>
Required features: "android-view-ViewStructure"
pub fn on_provide_autofill_structure<'env>(
&'env self,
arg0: impl Into<Option<&'env ViewStructure>>,
arg1: i32
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env ViewStructure>>,
arg1: i32
) -> Result<()>
Required features: "android-view-ViewStructure"
pub fn on_provide_virtual_structure<'env>(
&'env self,
arg0: impl Into<Option<&'env ViewStructure>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env ViewStructure>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env ViewStructure>>,
arg1: i32
) -> Result<()>
onProvideAutofillVirtualStructure
Required features: "android-view-ViewStructure"
pub fn autofill_autofill_value<'env>(
&'env self,
arg0: impl Into<Option<&'env AutofillValue>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env AutofillValue>>
) -> Result<()>
Required features: "android-view-autofill-AutofillValue"
pub fn autofill_sparse_array<'env>(
&'env self,
arg0: impl Into<Option<&'env SparseArray>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env SparseArray>>
) -> Result<()>
Required features: "android-util-SparseArray"
pub fn get_autofill_id<'env>(
&'env self
) -> Result<Option<Local<'env, AutofillId>>>[src]
&'env self
) -> Result<Option<Local<'env, AutofillId>>>
Required features: "android-view-autofill-AutofillId"
pub fn set_autofill_id<'env>(
&'env self,
arg0: impl Into<Option<&'env AutofillId>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env AutofillId>>
) -> Result<()>
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]
&'env self
) -> Result<Option<Local<'env, AutofillValue>>>
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]
&'env self,
arg0: impl Into<Option<&'env ViewStructure>>
) -> Result<()>
Required features: "android-view-ViewStructure"
pub fn dispatch_provide_autofill_structure<'env>(
&'env self,
arg0: impl Into<Option<&'env ViewStructure>>,
arg1: i32
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env ViewStructure>>,
arg1: i32
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env AccessibilityNodeInfo>>,
arg1: impl Into<Option<&'env String>>,
arg2: impl Into<Option<&'env Bundle>>
) -> Result<()>
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]
&'env self,
arg0: i32
) -> Result<bool>
pub fn set_accessibility_delegate<'env>(
&'env self,
arg0: impl Into<Option<&'env View_AccessibilityDelegate>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env View_AccessibilityDelegate>>
) -> Result<()>
Required features: "android-view-View_AccessibilityDelegate"
pub fn get_accessibility_node_provider<'env>(
&'env self
) -> Result<Option<Local<'env, AccessibilityNodeProvider>>>[src]
&'env self
) -> Result<Option<Local<'env, AccessibilityNodeProvider>>>
Required features: "android-view-accessibility-AccessibilityNodeProvider"
pub fn get_content_description<'env>(
&'env self
) -> Result<Option<Local<'env, CharSequence>>>[src]
&'env self
) -> Result<Option<Local<'env, CharSequence>>>
Required features: "java-lang-CharSequence"
pub fn set_content_description<'env>(
&'env self,
arg0: impl Into<Option<&'env CharSequence>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env CharSequence>>
) -> Result<()>
Required features: "java-lang-CharSequence"
pub fn set_accessibility_traversal_before<'env>(
&'env self,
arg0: i32
) -> Result<()>[src]
&'env self,
arg0: i32
) -> Result<()>
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]
&'env self,
arg0: i32
) -> Result<()>
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]
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]
pub fn set_drawing_cache_quality<'env>(&'env self, arg0: i32) -> Result<()>[src]
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]
&'env self,
arg0: impl Into<Option<&'env WindowInsets>>
) -> Result<Option<Local<'env, WindowInsets>>>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnApplyWindowInsetsListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env WindowInsets>>
) -> Result<Option<Local<'env, WindowInsets>>>
Required features: "android-view-WindowInsets"
pub fn get_root_window_insets<'env>(
&'env self
) -> Result<Option<Local<'env, WindowInsets>>>[src]
&'env self
) -> Result<Option<Local<'env, WindowInsets>>>
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]
&'env self,
arg0: impl Into<Option<&'env WindowInsets>>,
arg1: impl Into<Option<&'env Rect>>
) -> Result<Option<Local<'env, WindowInsets>>>
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]
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]
pub fn will_not_cache_drawing<'env>(&'env self) -> Result<bool>[src]
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]
&'env self,
arg0: bool
) -> Result<()>
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]
pub fn focus_search<'env>(
&'env self,
arg0: i32
) -> Result<Option<Local<'env, View>>>[src]
&'env self,
arg0: i32
) -> Result<Option<Local<'env, View>>>
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]
&'env self,
arg0: bool
) -> Result<()>
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]
pub fn keyboard_navigation_cluster_search<'env>(
&'env self,
arg0: impl Into<Option<&'env View>>,
arg1: i32
) -> Result<Option<Local<'env, View>>>[src]
&'env self,
arg0: impl Into<Option<&'env View>>,
arg1: i32
) -> Result<Option<Local<'env, View>>>
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]
&'env self,
arg0: impl Into<Option<&'env View>>,
arg1: i32
) -> Result<bool>
Required features: "android-view-View"
pub fn set_default_focus_highlight_enabled<'env>(
&'env self,
arg0: bool
) -> Result<()>[src]
&'env self,
arg0: bool
) -> Result<()>
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]
&'env self,
arg0: i32
) -> Result<Option<Local<'env, ArrayList>>>
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]
&'env self,
arg0: impl Into<Option<&'env ArrayList>>,
arg1: i32
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env ArrayList>>,
arg1: i32,
arg2: i32
) -> Result<()>
Required features: "java-util-ArrayList"
pub fn add_keyboard_navigation_clusters<'env>(
&'env self,
arg0: impl Into<Option<&'env Collection>>,
arg1: i32
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Collection>>,
arg1: i32
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env ArrayList>>,
arg1: impl Into<Option<&'env CharSequence>>,
arg2: i32
) -> Result<()>
Required features: "java-lang-CharSequence", "java-util-ArrayList"
pub fn get_touchables<'env>(
&'env self
) -> Result<Option<Local<'env, ArrayList>>>[src]
&'env self
) -> Result<Option<Local<'env, ArrayList>>>
Required features: "java-util-ArrayList"
pub fn add_touchables<'env>(
&'env self,
arg0: impl Into<Option<&'env ArrayList>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env ArrayList>>
) -> Result<()>
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]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env Rect>>
) -> Result<bool>
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]
&'env self,
arg0: i32
) -> Result<()>
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]
&'env self
) -> Result<Option<Local<'env, ViewParent>>>
Required features: "android-view-ViewParent"
pub fn add_children_for_accessibility<'env>(
&'env self,
arg0: impl Into<Option<&'env ArrayList>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env ArrayList>>
) -> Result<()>
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]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env Bundle>>
) -> Result<bool>
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]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env Bundle>>
) -> Result<bool>
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]
&'env self
) -> Result<Option<Local<'env, KeyEvent_DispatcherState>>>
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]
&'env self,
arg0: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>
Required features: "android-view-KeyEvent"
pub fn dispatch_key_event<'env>(
&'env self,
arg0: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>
Required features: "android-view-KeyEvent"
pub fn dispatch_key_shortcut_event<'env>(
&'env self,
arg0: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>
Required features: "android-view-KeyEvent"
pub fn dispatch_touch_event<'env>(
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>
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]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>
Required features: "android-view-MotionEvent"
pub fn dispatch_trackball_event<'env>(
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>
Required features: "android-view-MotionEvent"
pub fn dispatch_captured_pointer_event<'env>(
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>
Required features: "android-view-MotionEvent"
pub fn dispatch_generic_motion_event<'env>(
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>
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]
&'env self,
arg0: i32
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<()>
Required features: "android-graphics-Rect"
pub fn dispatch_configuration_changed<'env>(
&'env self,
arg0: impl Into<Option<&'env Configuration>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Configuration>>
) -> Result<()>
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]
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]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>
Required features: "android-view-KeyEvent"
pub fn on_key_down<'env>(
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>[src]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>
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]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>
Required features: "android-view-KeyEvent"
pub fn on_key_up<'env>(
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>[src]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>
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]
&'env self,
arg0: i32,
arg1: i32,
arg2: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>
Required features: "android-view-KeyEvent"
pub fn on_key_shortcut<'env>(
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>[src]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env KeyEvent>>
) -> Result<bool>
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]
&'env self,
arg0: impl Into<Option<&'env EditorInfo>>
) -> Result<Option<Local<'env, InputConnection>>>
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]
&'env self,
arg0: impl Into<Option<&'env View>>
) -> Result<bool>
Required features: "android-view-View"
pub fn create_context_menu<'env>(
&'env self,
arg0: impl Into<Option<&'env ContextMenu>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env ContextMenu>>
) -> Result<()>
Required features: "android-view-ContextMenu"
pub fn on_trackball_event<'env>(
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>
Required features: "android-view-MotionEvent"
pub fn on_generic_motion_event<'env>(
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>
Required features: "android-view-MotionEvent"
pub fn on_hover_event<'env>(
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>
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]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>
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]
&'env self,
arg0: impl Into<Option<&'env TouchDelegate>>
) -> Result<()>
Required features: "android-view-TouchDelegate"
pub fn get_touch_delegate<'env>(
&'env self
) -> Result<Option<Local<'env, TouchDelegate>>>[src]
&'env self
) -> Result<Option<Local<'env, TouchDelegate>>>
Required features: "android-view-TouchDelegate"
pub fn request_unbuffered_dispatch<'env>(
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<()>
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]
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]
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<()>
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]
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]
&'env self,
arg0: bool
) -> Result<()>
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]
&'env self
) -> Result<Option<Local<'env, StateListAnimator>>>
Required features: "android-animation-StateListAnimator"
pub fn set_state_list_animator<'env>(
&'env self,
arg0: impl Into<Option<&'env StateListAnimator>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env StateListAnimator>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env ViewOutlineProvider>>
) -> Result<()>
Required features: "android-view-ViewOutlineProvider"
pub fn get_outline_provider<'env>(
&'env self
) -> Result<Option<Local<'env, ViewOutlineProvider>>>[src]
&'env self
) -> Result<Option<Local<'env, ViewOutlineProvider>>>
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]
&'env self,
arg0: i32
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<()>
Required features: "android-graphics-Rect"
pub fn get_focused_rect<'env>(
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env Rect>>,
arg1: impl Into<Option<&'env Point>>
) -> Result<bool>
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]
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<bool>
Required features: "android-graphics-Rect"
pub fn get_local_visible_rect<'env>(
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<bool>
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]
&'env self
) -> Result<Option<Local<'env, ViewGroup_LayoutParams>>>
Required features: "android-view-ViewGroup_LayoutParams"
pub fn set_layout_params<'env>(
&'env self,
arg0: impl Into<Option<&'env ViewGroup_LayoutParams>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env ViewGroup_LayoutParams>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<()>
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]
&'env self,
arg0: i32,
arg1: i32,
arg2: i32,
arg3: i32
) -> Result<()>
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]
Required features: "android-os-Handler"
pub fn post<'env>(
&'env self,
arg0: impl Into<Option<&'env Runnable>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env Runnable>>
) -> Result<bool>
Required features: "java-lang-Runnable"
pub fn post_delayed<'env>(
&'env self,
arg0: impl Into<Option<&'env Runnable>>,
arg1: i64
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env Runnable>>,
arg1: i64
) -> Result<bool>
Required features: "java-lang-Runnable"
pub fn post_on_animation<'env>(
&'env self,
arg0: impl Into<Option<&'env Runnable>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Runnable>>
) -> Result<()>
Required features: "java-lang-Runnable"
pub fn post_on_animation_delayed<'env>(
&'env self,
arg0: impl Into<Option<&'env Runnable>>,
arg1: i64
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Runnable>>,
arg1: i64
) -> Result<()>
Required features: "java-lang-Runnable"
pub fn remove_callbacks<'env>(
&'env self,
arg0: impl Into<Option<&'env Runnable>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env Runnable>>
) -> Result<bool>
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]
&'env self,
arg0: i32,
arg1: i32,
arg2: i32,
arg3: i32
) -> Result<()>
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]
&'env self,
arg0: i64,
arg1: i32,
arg2: i32,
arg3: i32,
arg4: i32
) -> Result<()>
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]
&'env self,
arg0: i32,
arg1: i32,
arg2: i32,
arg3: i32
) -> Result<()>
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]
&'env self,
arg0: bool
) -> Result<()>
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]
&'env self,
arg0: bool
) -> Result<()>
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]
&'env self,
arg0: bool
) -> Result<()>
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]
&'env self,
arg0: bool
) -> Result<()>
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]
&'env self,
arg0: i32
) -> Result<()>
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]
&'env self
) -> Result<Option<Local<'env, IBinder>>>
Required features: "android-os-IBinder"
pub fn get_window_id<'env>(&'env self) -> Result<Option<Local<'env, WindowId>>>[src]
Required features: "android-view-WindowId"
pub fn get_application_window_token<'env>(
&'env self
) -> Result<Option<Local<'env, IBinder>>>[src]
&'env self
) -> Result<Option<Local<'env, IBinder>>>
Required features: "android-os-IBinder"
pub fn get_display<'env>(&'env self) -> Result<Option<Local<'env, Display>>>[src]
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]
&'env self,
arg0: impl Into<Option<&'env SparseArray>>
) -> Result<()>
Required features: "android-util-SparseArray"
pub fn restore_hierarchy_state<'env>(
&'env self,
arg0: impl Into<Option<&'env SparseArray>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env SparseArray>>
) -> Result<()>
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]
&'env self,
arg0: bool
) -> Result<()>
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]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env Paint>>
) -> Result<()>
Required features: "android-graphics-Paint"
pub fn set_layer_paint<'env>(
&'env self,
arg0: impl Into<Option<&'env Paint>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Paint>>
) -> Result<()>
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]
pub fn is_drawing_cache_enabled<'env>(&'env self) -> Result<bool>[src]
pub fn get_drawing_cache<'env>(
&'env self
) -> Result<Option<Local<'env, Bitmap>>>[src]
&'env self
) -> Result<Option<Local<'env, Bitmap>>>
Required features: "android-graphics-Bitmap"
pub fn get_drawing_cache_boolean<'env>(
&'env self,
arg0: bool
) -> Result<Option<Local<'env, Bitmap>>>[src]
&'env self,
arg0: bool
) -> Result<Option<Local<'env, Bitmap>>>
Required features: "android-graphics-Bitmap"
pub fn destroy_drawing_cache<'env>(&'env self) -> Result<()>[src]
pub fn set_drawing_cache_background_color<'env>(
&'env self,
arg0: i32
) -> Result<()>[src]
&'env self,
arg0: i32
) -> Result<()>
pub fn get_drawing_cache_background_color<'env>(&'env self) -> Result<i32>[src]
pub fn build_drawing_cache<'env>(&'env self) -> Result<()>[src]
pub fn build_drawing_cache_boolean<'env>(&'env self, arg0: bool) -> Result<()>[src]
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]
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<()>
Required features: "android-graphics-Rect"
pub fn get_clip_bounds<'env>(&'env self) -> Result<Option<Local<'env, Rect>>>[src]
Required features: "android-graphics-Rect"
pub fn get_clip_bounds_rect<'env>(
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env Rect>>
) -> Result<bool>
Required features: "android-graphics-Rect"
pub fn draw<'env>(
&'env self,
arg0: impl Into<Option<&'env Canvas>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Canvas>>
) -> Result<()>
Required features: "android-graphics-Canvas"
pub fn get_overlay<'env>(&'env self) -> Result<Option<Local<'env, ViewOverlay>>>[src]
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]
&'env self,
arg0: i32,
arg1: i32,
arg2: i32,
arg3: i32
) -> Result<()>
pub fn get_resources<'env>(&'env self) -> Result<Option<Local<'env, Resources>>>[src]
Required features: "android-content-res-Resources"
pub fn invalidate_drawable<'env>(
&'env self,
arg0: impl Into<Option<&'env Drawable>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Drawable>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env Drawable>>,
arg1: impl Into<Option<&'env Runnable>>,
arg2: i64
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env Drawable>>,
arg1: impl Into<Option<&'env Runnable>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env Drawable>>
) -> Result<()>
Required features: "android-graphics-drawable-Drawable"
pub fn drawable_hotspot_changed<'env>(
&'env self,
arg0: f32,
arg1: f32
) -> Result<()>[src]
&'env self,
arg0: f32,
arg1: f32
) -> Result<()>
pub fn dispatch_drawable_hotspot_changed<'env>(
&'env self,
arg0: f32,
arg1: f32
) -> Result<()>[src]
&'env self,
arg0: f32,
arg1: f32
) -> Result<()>
pub fn refresh_drawable_state<'env>(&'env self) -> Result<()>[src]
pub fn get_drawable_state<'env>(
&'env self
) -> Result<Option<Local<'env, IntArray>>>[src]
&'env self
) -> Result<Option<Local<'env, IntArray>>>
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]
&'env self,
arg0: impl Into<Option<&'env Drawable>>
) -> Result<()>
Required features: "android-graphics-drawable-Drawable"
pub fn set_background_drawable<'env>(
&'env self,
arg0: impl Into<Option<&'env Drawable>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Drawable>>
) -> Result<()>
Required features: "android-graphics-drawable-Drawable"
pub fn get_background<'env>(&'env self) -> Result<Option<Local<'env, Drawable>>>[src]
Required features: "android-graphics-drawable-Drawable"
pub fn set_background_tint_list<'env>(
&'env self,
arg0: impl Into<Option<&'env ColorStateList>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env ColorStateList>>
) -> Result<()>
Required features: "android-content-res-ColorStateList"
pub fn get_background_tint_list<'env>(
&'env self
) -> Result<Option<Local<'env, ColorStateList>>>[src]
&'env self
) -> Result<Option<Local<'env, ColorStateList>>>
Required features: "android-content-res-ColorStateList"
pub fn set_background_tint_mode<'env>(
&'env self,
arg0: impl Into<Option<&'env PorterDuff_Mode>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env PorterDuff_Mode>>
) -> Result<()>
Required features: "android-graphics-PorterDuff_Mode"
pub fn get_background_tint_mode<'env>(
&'env self
) -> Result<Option<Local<'env, PorterDuff_Mode>>>[src]
&'env self
) -> Result<Option<Local<'env, PorterDuff_Mode>>>
Required features: "android-graphics-PorterDuff_Mode"
pub fn get_foreground<'env>(&'env self) -> Result<Option<Local<'env, Drawable>>>[src]
Required features: "android-graphics-drawable-Drawable"
pub fn set_foreground<'env>(
&'env self,
arg0: impl Into<Option<&'env Drawable>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Drawable>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env ColorStateList>>
) -> Result<()>
Required features: "android-content-res-ColorStateList"
pub fn get_foreground_tint_list<'env>(
&'env self
) -> Result<Option<Local<'env, ColorStateList>>>[src]
&'env self
) -> Result<Option<Local<'env, ColorStateList>>>
Required features: "android-content-res-ColorStateList"
pub fn set_foreground_tint_mode<'env>(
&'env self,
arg0: impl Into<Option<&'env PorterDuff_Mode>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env PorterDuff_Mode>>
) -> Result<()>
Required features: "android-graphics-PorterDuff_Mode"
pub fn get_foreground_tint_mode<'env>(
&'env self
) -> Result<Option<Local<'env, PorterDuff_Mode>>>[src]
&'env self
) -> Result<Option<Local<'env, PorterDuff_Mode>>>
Required features: "android-graphics-PorterDuff_Mode"
pub fn on_draw_foreground<'env>(
&'env self,
arg0: impl Into<Option<&'env Canvas>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Canvas>>
) -> Result<()>
Required features: "android-graphics-Canvas"
pub fn set_padding<'env>(
&'env self,
arg0: i32,
arg1: i32,
arg2: i32,
arg3: i32
) -> Result<()>[src]
&'env self,
arg0: i32,
arg1: i32,
arg2: i32,
arg3: i32
) -> Result<()>
pub fn set_padding_relative<'env>(
&'env self,
arg0: i32,
arg1: i32,
arg2: i32,
arg3: i32
) -> Result<()>[src]
&'env self,
arg0: i32,
arg1: i32,
arg2: i32,
arg3: i32
) -> Result<()>
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]
&'env self
) -> Result<Option<Local<'env, ViewTreeObserver>>>
Required features: "android-view-ViewTreeObserver"
pub fn get_root_view<'env>(&'env self) -> Result<Option<Local<'env, View>>>[src]
Required features: "android-view-View"
pub fn get_location_on_screen<'env>(
&'env self,
arg0: impl Into<Option<&'env IntArray>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env IntArray>>
) -> Result<()>
getLocationOnScreen
pub fn get_location_in_window<'env>(
&'env self,
arg0: impl Into<Option<&'env IntArray>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env IntArray>>
) -> Result<()>
getLocationInWindow
pub fn find_view_by_id<'env>(
&'env self,
arg0: i32
) -> Result<Option<Local<'env, View>>>[src]
&'env self,
arg0: i32
) -> Result<Option<Local<'env, View>>>
Required features: "android-view-View"
pub fn require_view_by_id<'env>(
&'env self,
arg0: i32
) -> Result<Option<Local<'env, View>>>[src]
&'env self,
arg0: i32
) -> Result<Option<Local<'env, View>>>
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]
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<Option<Local<'env, View>>>
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]
Required features: "java-lang-Object"
pub fn set_tag_object<'env>(
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<()>
Required features: "java-lang-Object"
pub fn get_tag_int<'env>(
&'env self,
arg0: i32
) -> Result<Option<Local<'env, Object>>>[src]
&'env self,
arg0: i32
) -> Result<Option<Local<'env, Object>>>
Required features: "java-lang-Object"
pub fn set_tag_int_object<'env>(
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env Object>>
) -> Result<()>[src]
&'env self,
arg0: i32,
arg1: impl Into<Option<&'env Object>>
) -> Result<()>
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]
__jni_env: &'env Env,
arg0: i32,
arg1: i32
) -> Result<i32>
pub fn resolve_size<'env>(
__jni_env: &'env Env,
arg0: i32,
arg1: i32
) -> Result<i32>[src]
__jni_env: &'env Env,
arg0: i32,
arg1: i32
) -> Result<i32>
pub fn resolve_size_and_state<'env>(
__jni_env: &'env Env,
arg0: i32,
arg1: i32,
arg2: i32
) -> Result<i32>[src]
__jni_env: &'env Env,
arg0: i32,
arg1: i32,
arg2: i32
) -> Result<i32>
pub fn get_default_size<'env>(
__jni_env: &'env Env,
arg0: i32,
arg1: i32
) -> Result<i32>[src]
__jni_env: &'env Env,
arg0: i32,
arg1: i32
) -> Result<i32>
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]
Required features: "android-view-animation-Animation"
pub fn start_animation<'env>(
&'env self,
arg0: impl Into<Option<&'env Animation>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Animation>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env Animation>>
) -> Result<()>
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]
&'env self,
arg0: i32,
arg1: i32
) -> Result<bool>
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]
&'env self,
arg0: i32
) -> Result<()>
pub fn dispatch_window_system_ui_visiblity_changed<'env>(
&'env self,
arg0: i32
) -> Result<()>[src]
&'env self,
arg0: i32
) -> Result<()>
pub fn set_on_system_ui_visibility_change_listener<'env>(
&'env self,
arg0: impl Into<Option<&'env View_OnSystemUiVisibilityChangeListener>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env View_OnSystemUiVisibilityChangeListener>>
) -> Result<()>
setOnSystemUiVisibilityChangeListener
Required features: "android-view-View_OnSystemUiVisibilityChangeListener"
pub fn dispatch_system_ui_visibility_changed<'env>(
&'env self,
arg0: i32
) -> Result<()>[src]
&'env self,
arg0: i32
) -> Result<()>
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]
&'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>
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]
&'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>
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]
&'env self,
arg0: impl Into<Option<&'env View_DragShadowBuilder>>
) -> Result<()>
Required features: "android-view-View_DragShadowBuilder"
pub fn on_drag_event<'env>(
&'env self,
arg0: impl Into<Option<&'env DragEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env DragEvent>>
) -> Result<bool>
Required features: "android-view-DragEvent"
pub fn dispatch_drag_event<'env>(
&'env self,
arg0: impl Into<Option<&'env DragEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env DragEvent>>
) -> Result<bool>
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]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env Context>>,
arg1: i32,
arg2: impl Into<Option<&'env ViewGroup>>
) -> Result<Option<Local<'env, View>>>
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]
&'env self,
arg0: i32,
arg1: i32,
arg2: i32,
arg3: i32,
arg4: impl Into<Option<&'env IntArray>>
) -> Result<bool>
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]
&'env self,
arg0: i32,
arg1: i32,
arg2: impl Into<Option<&'env IntArray>>,
arg3: impl Into<Option<&'env IntArray>>
) -> Result<bool>
dispatchNestedPreScroll
pub fn dispatch_nested_fling<'env>(
&'env self,
arg0: f32,
arg1: f32,
arg2: bool
) -> Result<bool>[src]
&'env self,
arg0: f32,
arg1: f32,
arg2: bool
) -> Result<bool>
pub fn dispatch_nested_pre_fling<'env>(
&'env self,
arg0: f32,
arg1: f32
) -> Result<bool>[src]
&'env self,
arg0: f32,
arg1: f32
) -> Result<bool>
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]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>,
arg1: i32
) -> Result<Option<Local<'env, PointerIcon>>>
Required features: "android-view-MotionEvent", "android-view-PointerIcon"
pub fn set_pointer_icon<'env>(
&'env self,
arg0: impl Into<Option<&'env PointerIcon>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env PointerIcon>>
) -> Result<()>
Required features: "android-view-PointerIcon"
pub fn get_pointer_icon<'env>(
&'env self
) -> Result<Option<Local<'env, PointerIcon>>>[src]
&'env self
) -> Result<Option<Local<'env, PointerIcon>>>
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]
&'env self,
arg0: bool
) -> Result<()>
pub fn on_captured_pointer_event<'env>(
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>[src]
&'env self,
arg0: impl Into<Option<&'env MotionEvent>>
) -> Result<bool>
Required features: "android-view-MotionEvent"
pub fn set_on_captured_pointer_listener<'env>(
&'env self,
arg0: impl Into<Option<&'env View_OnCapturedPointerListener>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env View_OnCapturedPointerListener>>
) -> Result<()>
Required features: "android-view-View_OnCapturedPointerListener"
pub fn animate<'env>(
&'env self
) -> Result<Option<Local<'env, ViewPropertyAnimator>>>[src]
&'env self
) -> Result<Option<Local<'env, ViewPropertyAnimator>>>
Required features: "android-view-ViewPropertyAnimator"
pub fn set_transition_name<'env>(
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env String>>
) -> Result<()>
Required features: "java-lang-String"
pub fn get_transition_name<'env>(
&'env self
) -> Result<Option<Local<'env, String>>>[src]
&'env self
) -> Result<Option<Local<'env, String>>>
Required features: "java-lang-String"
pub fn set_tooltip_text<'env>(
&'env self,
arg0: impl Into<Option<&'env CharSequence>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env CharSequence>>
) -> Result<()>
Required features: "java-lang-CharSequence"
pub fn get_tooltip_text<'env>(
&'env self
) -> Result<Option<Local<'env, CharSequence>>>[src]
&'env self
) -> Result<Option<Local<'env, CharSequence>>>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnUnhandledKeyEventListener>>
) -> Result<()>
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]
&'env self,
arg0: impl Into<Option<&'env View_OnUnhandledKeyEventListener>>
) -> Result<()>
removeOnUnhandledKeyEventListener
Required features: "android-view-View_OnUnhandledKeyEventListener"
pub const ACCESSIBILITY_LIVE_REGION_ASSERTIVE: i32[src]
public static final ACCESSIBILITY_LIVE_REGION_ASSERTIVE
pub const ACCESSIBILITY_LIVE_REGION_NONE: i32[src]
public static final ACCESSIBILITY_LIVE_REGION_NONE
pub const ACCESSIBILITY_LIVE_REGION_POLITE: i32[src]
public static final ACCESSIBILITY_LIVE_REGION_POLITE
pub const AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS: i32[src]
public static final AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS
pub const AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE: &'static str[src]
public static final AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
pub const AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY: &'static str[src]
public static final AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
pub const AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH: &'static str[src]
public static final AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
pub const AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR: &'static str[src]
public static final AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
pub const AUTOFILL_HINT_CREDIT_CARD_NUMBER: &'static str[src]
public static final AUTOFILL_HINT_CREDIT_CARD_NUMBER
pub const AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE: &'static str[src]
public static final AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
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]
public static final DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION
pub const DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION: i32[src]
public static final DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION
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]
public static final DRAWING_CACHE_QUALITY_AUTO
pub const DRAWING_CACHE_QUALITY_HIGH: i32[src]
public static final DRAWING_CACHE_QUALITY_HIGH
pub const DRAWING_CACHE_QUALITY_LOW: i32[src]
public static final DRAWING_CACHE_QUALITY_LOW
pub const FIND_VIEWS_WITH_CONTENT_DESCRIPTION: i32[src]
public static final FIND_VIEWS_WITH_CONTENT_DESCRIPTION
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]
public static final IMPORTANT_FOR_ACCESSIBILITY_AUTO
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]
public static final IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS
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]
public static final IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS
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]
public static final IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS
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]
public static final STATUS_BAR_HIDDEN
pub const STATUS_BAR_VISIBLE: i32[src]
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]
public static final SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
pub const SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION: i32[src]
public static final SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION
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]
public static final SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR
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]
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]
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<bool>
Required features: "java-lang-Object"
pub fn to_string<'env>(&'env self) -> Result<Option<Local<'env, String>>>[src]
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
fn as_ref(&self) -> &Drawable_Callback
impl AsRef<KeyEvent_Callback> for View
fn as_ref(&self) -> &KeyEvent_Callback
impl AsRef<AccessibilityEventSource> for View
fn as_ref(&self) -> &AccessibilityEventSource
impl Deref for View
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]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,