|
|
|
Value |
|
int |
ALPHA_CHANGED |
|
128 |
0x00000080 |
int |
ANIMATION_CHANGED |
|
16 |
0x00000010 |
Creator<WindowManager.LayoutParams> |
CREATOR |
|
|
|
int |
DIM_AMOUNT_CHANGED |
|
32 |
0x00000020 |
int |
FIRST_APPLICATION_WINDOW |
Start of window types that represent normal application windows. |
1 |
0x00000001 |
int |
FIRST_SUB_WINDOW |
Start of types of sub-windows. |
1000 |
0x000003e8 |
int |
FIRST_SYSTEM_WINDOW |
Start of system-specific window types. |
2000 |
0x000007d0 |
int |
FLAGS_CHANGED |
|
4 |
0x00000004 |
int |
FLAG_BLUR_BEHIND |
Window flag: blur everything behind this window. |
4 |
0x00000004 |
int |
FLAG_DIM_BEHIND |
Window flag: everything behind this window will be dimmed. |
2 |
0x00000002 |
int |
FLAG_DITHER |
Window flag: turn on dithering when compositing this window to
the screen. |
4096 |
0x00001000 |
int |
FLAG_FORCE_NOT_FULLSCREEN |
Window flag: Override {@link #FLAG_FULLSCREEN and force the
screen decorations (such as status bar) to be shown. |
2048 |
0x00000800 |
int |
FLAG_FULLSCREEN |
Window flag: Hide all screen decorations (e.g. |
1024 |
0x00000400 |
int |
FLAG_IGNORE_CHEEK_PRESSES |
Window flag: intended for windows that will often be used when the user is
holding the screen against their face, it will aggressively filter the event
stream to prevent unintended presses in this situation that may not be
desired for a particular window, when such an event stream is detected, the
application will receive a CANCEL motion event to indicate this so applications
can handle this accordingly by taking no action on the event
until the finger is released. |
32768 |
0x00008000 |
int |
FLAG_KEEP_SCREEN_ON |
Window flag: as long as this window is visible to the user, keep
the device's screen turned on and bright. |
128 |
0x00000080 |
int |
FLAG_LAYOUT_INSET_DECOR |
Window flag: a special option only for use in combination with
FLAG_LAYOUT_IN_SCREEN. |
65536 |
0x00010000 |
int |
FLAG_LAYOUT_IN_SCREEN |
Window flag: place the window within the entire screen, ignoring
decorations around the border (a.k.a. |
256 |
0x00000100 |
int |
FLAG_LAYOUT_NO_LIMITS |
Window flag: allow window to extend outside of the screen. |
512 |
0x00000200 |
int |
FLAG_NOT_FOCUSABLE |
Window flag: this window won't ever get focus. |
8 |
0x00000008 |
int |
FLAG_NOT_TOUCHABLE |
Window flag: this window can never receive touch events. |
16 |
0x00000010 |
int |
FLAG_NOT_TOUCH_MODAL |
Window flag: Even when this window is focusable (its
{@link #FLAG_NOT_FOCUSABLE is not set), allow any pointer events
outside of the window to be sent to the windows behind it. |
32 |
0x00000020 |
int |
FLAG_SCALED |
Window flag: a special mode where the layout parameters are used
to perform scaling of the surface when it is composited to the
screen. |
16384 |
0x00004000 |
int |
FLAG_SECURE |
Window flag: don't allow screen shots while this window is
displayed. |
8192 |
0x00002000 |
int |
FLAG_TOUCHABLE_WHEN_WAKING |
Window flag: When set, if the device is asleep when the touch
screen is pressed, you will receive this first touch event. |
64 |
0x00000040 |
int |
FORMAT_CHANGED |
|
8 |
0x00000008 |
int |
LAST_APPLICATION_WINDOW |
End of types of application windows. |
99 |
0x00000063 |
int |
LAST_SUB_WINDOW |
End of types of sub-windows. |
1999 |
0x000007cf |
int |
LAST_SYSTEM_WINDOW |
End of types of system windows. |
2999 |
0x00000bb7 |
int |
LAYOUT_CHANGED |
|
1 |
0x00000001 |
int |
MEMORY_TYPE_CHANGED |
|
256 |
0x00000100 |
int |
MEMORY_TYPE_GPU |
Memory type: The window's surface is configured to be accessible
by graphics accelerators. |
2 |
0x00000002 |
int |
MEMORY_TYPE_HARDWARE |
Memory type: The window's surface is configured to be accessible
by DMA engines and hardware accelerators. |
1 |
0x00000001 |
int |
MEMORY_TYPE_NORMAL |
Memory type: The window's surface is allocated in main memory. |
0 |
0x00000000 |
int |
MEMORY_TYPE_PUSH_BUFFERS |
Memory type: The window's surface doesn't own its buffers and
therefore cannot be locked. |
3 |
0x00000003 |
int |
TITLE_CHANGED |
|
64 |
0x00000040 |
int |
TYPE_APPLICATION |
Window type: a normal application window. |
2 |
0x00000002 |
int |
TYPE_APPLICATION_MEDIA |
Window type: window for showing media (e.g. |
1001 |
0x000003e9 |
int |
TYPE_APPLICATION_PANEL |
Window type: a panel on top of an application window. |
1000 |
0x000003e8 |
int |
TYPE_APPLICATION_STARTING |
Window type: special application window that is displayed while the
application is starting. |
3 |
0x00000003 |
int |
TYPE_APPLICATION_SUB_PANEL |
Window type: a sub-panel on top of an application window. |
1002 |
0x000003ea |
int |
TYPE_BASE_APPLICATION |
Window type: an application window that serves as the "base" window
of the overall application; all other application windows will
appear on top of it. |
1 |
0x00000001 |
int |
TYPE_CHANGED |
|
2 |
0x00000002 |
int |
TYPE_KEYGUARD |
Window type: keyguard window. |
2004 |
0x000007d4 |
int |
TYPE_KEYGUARD_DIALOG |
Window type: dialogs that the keyguard shows
|
2009 |
0x000007d9 |
int |
TYPE_PHONE |
Window type: phone. |
2002 |
0x000007d2 |
int |
TYPE_PRIORITY_PHONE |
Window type: priority phone UI, which needs to be displayed even if
the keyguard is active. |
2007 |
0x000007d7 |
int |
TYPE_SEARCH_BAR |
Window type: the search bar. |
2001 |
0x000007d1 |
int |
TYPE_STATUS_BAR |
Window type: the status bar. |
2000 |
0x000007d0 |
int |
TYPE_STATUS_BAR_PANEL |
Window type: panel that slides out from the status bar
|
2008 |
0x000007d8 |
int |
TYPE_SYSTEM_ALERT |
Window type: system window, such as low power alert. |
2003 |
0x000007d3 |
int |
TYPE_SYSTEM_DIALOG |
Window type: panel that slides out from the status bar
|
2008 |
0x000007d8 |
int |
TYPE_SYSTEM_ERROR |
Window type: internal system error windows, appear on top of
everything they can. |
2010 |
0x000007da |
int |
TYPE_SYSTEM_OVERLAY |
Window type: system overlay windows, which need to be displayed
on top of everything else. |
2006 |
0x000007d6 |
int |
TYPE_TOAST |
Window type: transient notifications. |
2005 |
0x000007d5 |
public |
|
|
float |
alpha |
An alpha value to apply to this entire window. |
public |
|
|
float |
dimAmount |
When FLAG_DIM_BEHIND is set, this is the amount of dimming
to apply. |
public |
|
|
int |
flags |
Various behavioral options/flags. |
public |
|
|
int |
format |
The desired bitmap format. |
public |
|
|
int |
gravity |
Placement of window within the screen as per Gravity |
public |
|
|
float |
horizontalMargin |
The horizontal margin, as a percentage of the container's width,
between the container and the widget. |
public |
|
|
float |
horizontalWeight |
Indicates how much of the extra space will be allocated horizontally
to the view associated with these LayoutParams. |
public |
|
|
int |
memoryType |
Specifies what type of memory buffers should be used by this window. |
public |
|
|
String |
packageName |
Name of the package owning this window. |
public |
|
|
IBinder |
token |
Identifier for this window. |
public |
|
|
int |
type |
The general type of window. |
public |
|
|
float |
verticalMargin |
The vertical margin, as a percentage of the container's height,
between the container and the widget. |
public |
|
|
float |
verticalWeight |
Indicates how much of the extra space will be allocated vertically
to the view associated with these LayoutParams. |
public |
|
|
int |
windowAnimations |
A style resource defining the animations to use for this window. |
public |
|
|
int |
x |
X position for this window. |
public |
|
|
int |
y |
Y position for this window. |