WindowProgress Enum

Definition

Identifies progress indicators displayed by a window.

public enum WindowProgress
type WindowProgress = 
Inheritance
WindowProgress

Fields

Name Value Description
IndeterminateOff -4

Identifies the indeterminate off window-progress indicator state.

IndeterminateOn -3

Identifies the indeterminate on window-progress indicator state.

VisibilityOff -2

Identifies the visibility off window-progress indicator state.

VisibilityOn -1

Identifies the visibility on window-progress indicator state.

Start 0

Identifies the start window-progress indicator state.

End 10000

Identifies the end window-progress indicator state.

SecondaryStart 20000

Identifies the secondary start window-progress indicator state.

SecondaryEnd 30000

Identifies the secondary end window-progress indicator state.

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.

Applies to