WindowInsets.IsVisible(Int32) Method

Definition

Returns whether a set of windows that may cause insets is currently visible on screen, regardless of whether it actually overlaps with this window.

[Android.Runtime.Register("isVisible", "(I)Z", "", ApiSince=30)]
public bool IsVisible (int typeMask);
[<Android.Runtime.Register("isVisible", "(I)Z", "", ApiSince=30)>]
member this.IsVisible : int -> bool

Parameters

typeMask
Int32

Bit mask of Types to query visibility status.

Returns

true if and only if all windows included in typeMask are currently visible on screen.

Attributes

Remarks

Returns whether a set of windows that may cause insets is currently visible on screen, regardless of whether it actually overlaps with this window.

Java documentation for android.view.WindowInsets.isVisible(int).

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