InputMethodService.OnComputeInsets(InputMethodService+Insets) 方法

定义

在 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

参数

outInsets
InputMethodService.Insets

使用当前 UI 内集填充。

属性

注解

适用于 . 的 android.inputmethodservice.InputMethodService.onComputeInsets(android.inputmethodservice.Insets)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于