Annotation Interface Theme.Opacity
- Enclosing class:
- Theme
Constant values for the opacity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceString constant values for the opacity. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant for the auto opacity.static final intConstant for the custom opacity.static final intDefault value for the opacity.static final intMinimum value for the floating opacity.static final intDefault value for the opacity interval.static final intMaximum value for the opacity.static final intMinimum value for the opacity.static final intConstant for the stroke opacity.static final intConstant for the minimum stroke opacity.static final intConstant value for the translucent opacity.static final intConstant for the unknown opacity.static final intMinimum 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:
-