Annotation Interface Theme.Contrast
- Enclosing class:
- Theme
Constant values for the contrast.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
String constant values for the contrast. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for the auto contrast.static final int
Minimum value for the code contrast.static final int
Constant for the custom contrast.static final int
Default value for the contrast.static final int
Default value for the contrast interval.static final int
Maximum value for the contrast.static final int
Minimum value for the contrast.static final int
Constant for the auto system contrast.static final int
Constant for the unknown contrast.
-
Field Details
-
UNKNOWN
static final int UNKNOWNConstant for the unknown contrast.- See Also:
-
AUTO
static final int AUTOConstant for the auto contrast.- See Also:
-
SYSTEM
static final int SYSTEMConstant for the auto system contrast.- See Also:
-
CUSTOM
static final int CUSTOMConstant for the custom contrast.- See Also:
-
MIN
static final int MINMinimum value for the contrast.- See Also:
-
MAX
static final int MAXMaximum value for the contrast.- See Also:
-
CODE
static final int CODEMinimum value for the code contrast.- See Also:
-
DEFAULT
static final int DEFAULTDefault value for the contrast.- See Also:
-
INTERVAL
static final int INTERVALDefault value for the contrast interval.- See Also:
-