WindowManagerLayoutParams.LastSystemWindow Field

Definition

End of types of system windows.

[Android.Runtime.Register("LAST_SYSTEM_WINDOW")]
public const int LastSystemWindow = 2999;
[<Android.Runtime.Register("LAST_SYSTEM_WINDOW")>]
val mutable LastSystemWindow : int

Field Value

Value = 2999

Implements

Attributes

Remarks

End of types of system windows.

Java documentation for android.view.WindowManager.LayoutParams.LAST_SYSTEM_WINDOW.

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