Freigeben über


InputMethodService.ExtractViewShown Property

Definition

Return whether the fullscreen extract view is shown.

public virtual bool ExtractViewShown { [Android.Runtime.Register("isExtractViewShown", "()Z", "GetIsExtractViewShownHandler")] get; [Android.Runtime.Register("setExtractViewShown", "(Z)V", "GetSetExtractViewShown_ZHandler")] set; }
[<get: Android.Runtime.Register("isExtractViewShown", "()Z", "GetIsExtractViewShownHandler")>]
[<set: Android.Runtime.Register("setExtractViewShown", "(Z)V", "GetSetExtractViewShown_ZHandler")>]
member this.ExtractViewShown : bool with get, set

Property Value

Attributes

Remarks

Return whether the fullscreen extract view is shown. This will only return true if #isFullscreenMode() returns true, and in that case its value depends on the last call to #setExtractViewShown(boolean). This effectively lets you determine if the application window is entirely covered (when this returns true) or if some part of it may be shown (if this returns false, though if #isFullscreenMode() returns true in that case then it is probably only a sliver of the application).

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

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