Annotation Interface Theme.Corner

Enclosing class:
Theme

@Retention(SOURCE) public static @interface Theme.Corner
Constant values for the corner size.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    String constant values for the corner size.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 UNKNOWN
      Constant for the unknown corner size.
      See Also:
    • AUTO

      static final int AUTO
      Constant for the auto corner size.
      See Also:
    • SYSTEM

      static final int SYSTEM
      Constant for the system corner size.
      See Also:
    • CUSTOM

      static final int CUSTOM
      Constant for the custom corner size.
      See Also:
    • MIN

      static final int MIN
      Minimum value for the corner size in dips.
      See Also:
    • MAX

      static final int MAX
      Maximum value for the corner size in dips.
      See Also:
    • DEFAULT

      static final int DEFAULT
      Default value for the corner size in dips.
      See Also:
    • MIN_ROUND

      static final int MIN_ROUND
      Minimum corner size in dips to provide the rounded theme overlay.
      See Also:
    • MIN_OVAL

      static final int MIN_OVAL
      Minimum corner size in dips to provide the oval theme overlay.
      See Also:
    • INTERVAL

      static final int INTERVAL
      Default value for the corner size interval.
      See Also:
    • FACTOR_CORNER

      static final float FACTOR_CORNER
      Factor to adjust the corner size for the header.
      See Also:
    • FACTOR_MAX

      static final float FACTOR_MAX
      Factor to decide the maximum corner size for the widgets.
      See Also:
    • FACTOR_MAX_BOX

      static final float FACTOR_MAX_BOX
      Factor to decide the maximum corner size for the widget boxes.
      See Also:
    • FACTOR_MAX_LARGE

      static final float FACTOR_MAX_LARGE
      Larger factor to decide the maximum corner size for the widgets.
      See Also: