言語

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_WINDOWの Java ドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象