Annotation Interface Theme.BackgroundAware

Enclosing class:
Theme

@Retention(SOURCE) public static @interface Theme.BackgroundAware
Constant values for the background aware functionality.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    String constant values for the background aware functionality.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant for the auto background aware.
    static final int
    Constant to disable the background aware.
    static final int
    Constant to enable the background aware.
    static final int
    Constant for the unknown background aware.
  • Field Details

    • AUTO

      static final int AUTO
      Constant for the auto background aware.
      See Also:
    • UNKNOWN

      static final int UNKNOWN
      Constant for the unknown background aware.
      See Also:
    • DISABLE

      static final int DISABLE
      Constant to disable the background aware.
      See Also:
    • ENABLE

      static final int ENABLE
      Constant to enable the background aware.
      See Also: