WindowManagerEventType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies changes reported for window-manager layout parameters.
public enum WindowManagerEventType
type WindowManagerEventType =
- Inheritance
-
WindowManagerEventType
Fields
| Name | Value | Description |
|---|---|---|
| LayoutChanged | 1 | Identifies the window-manager event for layout changed. |
| TypeChanged | 2 | Identifies the window-manager event for type changed. |
| FlagsChanged | 4 | Identifies the window-manager event for flags changed. |
| FormatChanged | 8 | Identifies the window-manager event for format changed. |
| AnimationChanged | 16 | Identifies the window-manager event for animation changed. |
| DimAmountChanged | 32 | Identifies the window-manager event for dim amount changed. |
| TitleChanged | 64 | Identifies the window-manager event for title changed. |
| AlphaChanged | 128 | Identifies the window-manager event for alpha changed. |
| MemoryTypeChanged | 256 | Identifies the window-manager event for memory type changed. |
| SoftInputModeChanged | 512 | Identifies the window-manager event for soft input mode changed. |
| ScreenOrientationChanged | 1024 | Identifies the window-manager event for screen orientation changed. |
| ScreenBrightnessChanged | 2048 | Identifies the window-manager event for screen brightness changed. |
| RotationAnimationChanged | 4096 | Identifies the window-manager event for rotation animation changed. |
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.