Added in API level 1
Enum Values | ||
---|---|---|
SmallAppWindow.WindowState | FITTED | The Window is fitted to the screen. |
SmallAppWindow.WindowState | MINIMIZED | The Window is minimized and positioned to the edge of the screen. |
SmallAppWindow.WindowState | NORMAL | General state of the Window. |
Public Methods | |
---|---|
static SmallAppWindow.WindowState[] | values() |
static SmallAppWindow.WindowState | valueOf(java.lang.String name) |
The Window is fitted to the screen.
The Window is minimized and positioned to the edge of the screen.
General state of the Window.
name |
---|
The state of the Window.