Annotation Interface Theme.Size
- Enclosing class:
- Theme
public static @interface Theme.Size
Interface to hold the theme size constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant value for the theme size in pixels.static final int
Two times factor for the theme size.static final int
Three times factor for the theme size.static final float
Factor for the minimum theme size.static final float
Factor for the theme code overlay.static final float
Padding factor for the theme code overlay.static final int
Constant value for the large theme size in pixels.static final int
Maximum value for the theme size in pixels.static final int
Minimum value for the theme size in pixels.static final int
Constant value for the normal theme size in pixels.static final int
Constant value for the theme code quiet zone.static final int
Constant value for the small theme size in pixels.static final int
Constant for the stroke size in dips.static final int
Constant for the stroke size in pixels.
-
Field Details
-
MIN
static final int MINMinimum value for the theme size in pixels.- See Also:
-
MAX
static final int MAXMaximum value for the theme size in pixels.- See Also:
-
SMALL
static final int SMALLConstant value for the small theme size in pixels.- See Also:
-
NORMAL
static final int NORMALConstant value for the normal theme size in pixels.- See Also:
-
LARGE
static final int LARGEConstant value for the large theme size in pixels.- See Also:
-
DEFAULT
static final int DEFAULTConstant value for the theme size in pixels.- See Also:
-
STROKE
static final int STROKEConstant for the stroke size in dips.- See Also:
-
STROKE_PIXEL
static final int STROKE_PIXELConstant for the stroke size in pixels. -
FACTOR_MIN
static final float FACTOR_MINFactor for the minimum theme size.- See Also:
-
FACTOR_200
static final int FACTOR_200Two times factor for the theme size.- See Also:
-
FACTOR_300
static final int FACTOR_300Three times factor for the theme size.- See Also:
-
FACTOR_OVERLAY
static final float FACTOR_OVERLAYFactor for the theme code overlay.- See Also:
-
FACTOR_OVERLAY_PADDING
static final float FACTOR_OVERLAY_PADDINGPadding factor for the theme code overlay.- See Also:
-
QUIET_ZONE
static final int QUIET_ZONEConstant value for the theme code quiet zone.- See Also:
-