Annotation Interface Theme.Size

Enclosing class:
Theme

public static @interface Theme.Size
Interface to hold the theme size constants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 MIN
      Minimum value for the theme size in pixels.
      See Also:
    • MAX

      static final int MAX
      Maximum value for the theme size in pixels.
      See Also:
    • SMALL

      static final int SMALL
      Constant value for the small theme size in pixels.
      See Also:
    • NORMAL

      static final int NORMAL
      Constant value for the normal theme size in pixels.
      See Also:
    • LARGE

      static final int LARGE
      Constant value for the large theme size in pixels.
      See Also:
    • DEFAULT

      static final int DEFAULT
      Constant value for the theme size in pixels.
      See Also:
    • STROKE

      static final int STROKE
      Constant for the stroke size in dips.
      See Also:
    • STROKE_PIXEL

      static final int STROKE_PIXEL
      Constant for the stroke size in pixels.
    • FACTOR_MIN

      static final float FACTOR_MIN
      Factor for the minimum theme size.
      See Also:
    • FACTOR_200

      static final int FACTOR_200
      Two times factor for the theme size.
      See Also:
    • FACTOR_300

      static final int FACTOR_300
      Three times factor for the theme size.
      See Also:
    • FACTOR_OVERLAY

      static final float FACTOR_OVERLAY
      Factor for the theme code overlay.
      See Also:
    • FACTOR_OVERLAY_PADDING

      static final float FACTOR_OVERLAY_PADDING
      Padding factor for the theme code overlay.
      See Also:
    • QUIET_ZONE

      static final int QUIET_ZONE
      Constant value for the theme code quiet zone.
      See Also: