Annotation Interface Theme.Opacity
- Enclosing class:
- Theme
Constant values for the opacity.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
String constant values for the opacity. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for the auto opacity.static final int
Constant for the custom opacity.static final int
Default value for the opacity.static final int
Minimum value for the floating opacity.static final int
Default value for the opacity interval.static final int
Maximum value for the opacity.static final int
Minimum value for the opacity.static final int
Constant for the stroke opacity.static final int
Constant for the minimum stroke opacity.static final int
Constant value for the translucent opacity.static final int
Constant for the unknown opacity.static final int
Minimum value for the widget opacity.
-
Field Details
-
UNKNOWN
static final int UNKNOWNConstant for the unknown opacity.- See Also:
-
AUTO
static final int AUTOConstant for the auto opacity.- See Also:
-
CUSTOM
static final int CUSTOMConstant for the custom opacity.- See Also:
-
MIN
static final int MINMinimum value for the opacity.- See Also:
-
MAX
static final int MAXMaximum value for the opacity.- See Also:
-
FLOATING
static final int FLOATINGMinimum value for the floating opacity.- See Also:
-
WIDGET
static final int WIDGETMinimum value for the widget opacity.- See Also:
-
TRANSLUCENT
static final int TRANSLUCENTConstant value for the translucent opacity.- See Also:
-
STROKE
static final int STROKEConstant for the stroke opacity.- See Also:
-
STROKE_MIN
static final int STROKE_MINConstant for the minimum stroke opacity.- See Also:
-
DEFAULT
static final int DEFAULTDefault value for the opacity.- See Also:
-
INTERVAL
static final int INTERVALDefault value for the opacity interval.- See Also:
-