WindowManagerLayoutParams.LayoutInDisplayCutoutModeNever フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.LayoutInDisplayCutoutMode enum directly instead of this field.

ウィンドウが DisplayCutout 領域と重なることは許可されません。

[Android.Runtime.Register("LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.LayoutInDisplayCutoutMode enum directly instead of this field.", true)]
public const Android.Views.LayoutInDisplayCutoutMode LayoutInDisplayCutoutModeNever = 2;
[<Android.Runtime.Register("LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.LayoutInDisplayCutoutMode enum directly instead of this field.", true)>]
val mutable LayoutInDisplayCutoutModeNever : Android.Views.LayoutInDisplayCutoutMode

フィールド値

Value = 2

実装

属性

注釈

ウィンドウが DisplayCutout 領域と重なることは許可されません。

これは、一時的に設定されたウィンドウで使用するかView#SYSTEM_UI_FLAG_HIDE_NAVIGATION、それぞれのフラグが設定View#SYSTEM_UI_FLAG_FULLSCREENまたはクリアされたときにウィンドウのリレーアウトを回避するために使用する必要があります。

の Java ドキュメント android.view.WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象