Class UIBarPosition


  • public final class UIBarPosition
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Any  
      static long Bottom
      The bar is at the bottom of its local context, and directional decoration draws accordingly (e.g., shadow above the bar).
      static long Top
      The bar is at the top of its local context, and directional decoration draws accordingly (e.g., shadow below the bar)
      static long TopAttached
      The bar is at the top of the screen (as well as its local context), and its background extends upward—currently only enough for the status bar.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Bottom

        public static final long Bottom
        The bar is at the bottom of its local context, and directional decoration draws accordingly (e.g., shadow above the bar).
        See Also:
        Constant Field Values
      • Top

        public static final long Top
        The bar is at the top of its local context, and directional decoration draws accordingly (e.g., shadow below the bar)
        See Also:
        Constant Field Values
      • TopAttached

        public static final long TopAttached
        The bar is at the top of the screen (as well as its local context), and its background extends upward—currently only enough for the status bar.
        See Also:
        Constant Field Values