The fields of Android.Views.Window are listed below. For a list of all members, see the Window Members list.
See Also: Inherited members from Java.Lang.Object
const | IdAndroidContent | int (16908290). The ID that the main layout in the XML layout file should have. |
const | NavigationBarBackgroundTransitionName | string. The transitionName for the navigation bar background View when a custom background is used. |
const | ProgressEnd | WindowProgress (10000). Ending value for the (primary) progress |
const | ProgressIndeterminateOff | WindowProgress (-4). Flag for setting the progress bar's indeterminate mode off |
const | ProgressIndeterminateOn | WindowProgress (-3). Flag for setting the progress bar's indeterminate mode on |
const | ProgressSecondaryEnd | WindowProgress (30000). Highest possible value for the secondary progress |
const | ProgressSecondaryStart | WindowProgress (20000). Lowest possible value for the secondary progress |
const | ProgressStart | WindowProgress (0). Starting value for the (primary) progress |
const | ProgressVisibilityOff | WindowProgress (-2). Flag for setting the progress bar's visibility to GONE |
const | ProgressVisibilityOn | WindowProgress (-1). Flag for setting the progress bar's visibility to VISIBLE |
const | StatusBarBackgroundTransitionName | string. The transitionName for the status bar background View when a custom background is used. |