InputMethodService.InputMethodWindowRecommendedHeight Property

Definition

Caution

deprecated

Aimed to return the previous input method's Insets#contentTopInsets, but its actual semantics has never been well defined.

[System.Obsolete("deprecated")]
public virtual int InputMethodWindowRecommendedHeight { [Android.Runtime.Register("getInputMethodWindowRecommendedHeight", "()I", "GetGetInputMethodWindowRecommendedHeightHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getInputMethodWindowRecommendedHeight", "()I", "GetGetInputMethodWindowRecommendedHeightHandler")>]
member this.InputMethodWindowRecommendedHeight : int

Property Value

Int32

on Android android.os.Build.VERSION_CODES#Q and later devices this method always returns 0

Attributes

Remarks

Java documentation for android.inputmethodservice.InputMethodService.getInputMethodWindowRecommendedHeight().

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