WindowManagerTypes Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum WindowManagerTypes
type WindowManagerTypes = 
Inheritance
WindowManagerTypes

Fields

AccessibilityOverlay 2032
Application 2

Window type: a normal application window.

ApplicationAttachedDialog 1003

Window type: like ApplicationPanel, but layout of the window happens as that of a top-level window, notas a child of its container.

ApplicationMedia 1001

Window type: window for showing media (such as video).

ApplicationOverlay 2038
ApplicationPanel 1000

Window type: a panel on top of an application window.

ApplicationStarting 3

Window type: special application window that is displayed while the application is starting.

ApplicationSubPanel 1002

Window type: a sub-panel on top of an application window.

BaseApplication 1
DrawnApplication 4
InputMethod 2011

Window type: internal input methods windows, which appear above the normal UI.

InputMethodDialog 2012

Window type: internal input methods dialog windows, which appear above the current input method window. In multiuser systems shows only on the owning user's window.

Keyguard 2004

Window type: keyguard window. In multiuser systems shows on all users' windows.

KeyguardDialog 2009

Window type: dialogs that the keyguard shows In multiuser systems shows on all users' windows.

Phone 2002

Window type: phone.

PriorityPhone 2007

Window type: priority phone UI, which needs to be displayed even if the keyguard is active.

PrivatePresentation 2030
2001

Window type: the search bar.

StatusBar 2000

Window type: the status bar.

StatusBarPanel 2014

Window type: panel that slides out from over the status bar In multiuser systems shows on all users' windows.

SystemAlert 2003

Window type: system window, such as low power alert.

SystemDialog 2008

Window type: panel that slides out from the status bar In multiuser systems shows on all users' windows.

SystemError 2010

Window type: internal system error windows, appear on top of everything they can. In multiuser systems shows only on the owning user's window.

SystemOverlay 2006

Window type: system overlay windows, which need to be displayed on top of everything else.

Toast 2005

Window type: transient notifications. In multiuser systems shows only on the owning user's window.

Wallpaper 2013

Window type: wallpaper window, placed behind any window that wants to sit on top of the wallpaper. In multiuser systems shows only on the owning user's window.

Remarks

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