InputMethodService.OnComputeInsets(InputMethodService+Insets) Method

Definition

Compute the interesting insets into your UI.

[Android.Runtime.Register("onComputeInsets", "(Landroid/inputmethodservice/InputMethodService$Insets;)V", "GetOnComputeInsets_Landroid_inputmethodservice_InputMethodService_Insets_Handler")]
public virtual void OnComputeInsets (Android.InputMethodServices.InputMethodService.Insets? outInsets);
[<Android.Runtime.Register("onComputeInsets", "(Landroid/inputmethodservice/InputMethodService$Insets;)V", "GetOnComputeInsets_Landroid_inputmethodservice_InputMethodService_Insets_Handler")>]
abstract member OnComputeInsets : Android.InputMethodServices.InputMethodService.Insets -> unit
override this.OnComputeInsets : Android.InputMethodServices.InputMethodService.Insets -> unit

Parameters

outInsets
InputMethodService.Insets

Fill in with the current UI insets.

Attributes

Remarks

Java documentation for android.inputmethodservice.InputMethodService.onComputeInsets(android.inputmethodservice.Insets).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to