Annotation Interface Theme.Corner
- Enclosing class:
- Theme
Constant values for the corner size.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceString constant values for the corner size. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant for the auto corner size.static final intConstant for the custom corner size.static final intDefault value for the corner size in dips.static final floatFactor to adjust the corner size for the header.static final floatFactor to decide the maximum corner size for the widgets.static final floatFactor to decide the maximum corner size for the widget boxes.static final floatLarger factor to decide the maximum corner size for the widgets.static final intDefault value for the corner size interval.static final intMaximum value for the corner size in dips.static final intMinimum value for the corner size in dips.static final intMinimum corner size in dips to provide the oval theme overlay.static final intMinimum corner size in dips to provide the rounded theme overlay.static final intConstant for the system corner size.static final intConstant 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:
-