Android.Views.Window: Field Members

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

Public Fields

const
IdAndroidContentint (16908290). The ID that the main layout in the XML layout file should have.
const
NavigationBarBackgroundTransitionNamestring. The transitionName for the navigation bar background View when a custom background is used.
const
ProgressEndWindowProgress (10000). Ending value for the (primary) progress
const
ProgressIndeterminateOffWindowProgress (-4). Flag for setting the progress bar's indeterminate mode off
const
ProgressIndeterminateOnWindowProgress (-3). Flag for setting the progress bar's indeterminate mode on
const
ProgressSecondaryEndWindowProgress (30000). Highest possible value for the secondary progress
const
ProgressSecondaryStartWindowProgress (20000). Lowest possible value for the secondary progress
const
ProgressStartWindowProgress (0). Starting value for the (primary) progress
const
ProgressVisibilityOffWindowProgress (-2). Flag for setting the progress bar's visibility to GONE
const
ProgressVisibilityOnWindowProgress (-1). Flag for setting the progress bar's visibility to VISIBLE
const
StatusBarBackgroundTransitionNamestring. The transitionName for the status bar background View when a custom background is used.