Annotation Interface Theme.Corner
- Enclosing class:
- Theme
Constant values for the corner size.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
String constant values for the corner size. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for the auto corner size.static final int
Constant for the custom corner size.static final int
Default value for the corner size in dips.static final float
Factor to adjust the corner size for the header.static final float
Factor to decide the maximum corner size for the widgets.static final float
Factor to decide the maximum corner size for the widget boxes.static final float
Larger factor to decide the maximum corner size for the widgets.static final int
Default value for the corner size interval.static final int
Maximum value for the corner size in dips.static final int
Minimum value for the corner size in dips.static final int
Minimum corner size in dips to provide the oval theme overlay.static final int
Minimum corner size in dips to provide the rounded theme overlay.static final int
Constant for the system corner size.static final int
Constant for the unknown corner size.
-
Field Details
-
UNKNOWN
static final int UNKNOWNConstant for the unknown corner size.- See Also:
-
AUTO
static final int AUTOConstant for the auto corner size.- See Also:
-
SYSTEM
static final int SYSTEMConstant for the system corner size.- See Also:
-
CUSTOM
static final int CUSTOMConstant for the custom corner size.- See Also:
-
MIN
static final int MINMinimum value for the corner size in dips.- See Also:
-
MAX
static final int MAXMaximum value for the corner size in dips.- See Also:
-
DEFAULT
static final int DEFAULTDefault value for the corner size in dips.- See Also:
-
MIN_ROUND
static final int MIN_ROUNDMinimum corner size in dips to provide the rounded theme overlay.- See Also:
-
MIN_OVAL
static final int MIN_OVALMinimum corner size in dips to provide the oval theme overlay.- See Also:
-
INTERVAL
static final int INTERVALDefault value for the corner size interval.- See Also:
-
FACTOR_CORNER
static final float FACTOR_CORNERFactor to adjust the corner size for the header.- See Also:
-
FACTOR_MAX
static final float FACTOR_MAXFactor to decide the maximum corner size for the widgets.- See Also:
-
FACTOR_MAX_BOX
static final float FACTOR_MAX_BOXFactor to decide the maximum corner size for the widget boxes.- See Also:
-
FACTOR_MAX_LARGE
static final float FACTOR_MAX_LARGELarger factor to decide the maximum corner size for the widgets.- See Also:
-