次の方法で共有


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 インセットを入力します。

属性

注釈

の Java ドキュメントandroid.inputmethodservice.InputMethodService.onComputeInsets(android.inputmethodservice.Insets)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象