WindowManagerLayoutParams.FirstApplicationWindow フィールド

定義

通常のアプリケーション ウィンドウを表すウィンドウの種類の先頭。

[Android.Runtime.Register("FIRST_APPLICATION_WINDOW")]
public const int FirstApplicationWindow = 1;
[<Android.Runtime.Register("FIRST_APPLICATION_WINDOW")>]
val mutable FirstApplicationWindow : int

フィールド値

Value = 1

実装

属性

注釈

通常のアプリケーション ウィンドウを表すウィンドウの種類の先頭。

android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOWJava ドキュメント。

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

適用対象