Class UIWindowLevel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double Alert  
      static double Normal  
      static double StatusBar  
    • Constructor Summary

      Constructors 
      Constructor Description
      UIWindowLevel()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static double LevelAlert()  
      protected static double LevelNormal()  
      protected static double LevelStatusBar()  
      • Methods inherited from class java.lang.Object

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

      • Normal

        public static double Normal
      • Alert

        public static double Alert
      • StatusBar

        public static double StatusBar
    • Constructor Detail

      • UIWindowLevel

        public UIWindowLevel()
    • Method Detail

      • LevelNormal

        protected static double LevelNormal()
      • LevelAlert

        protected static double LevelAlert()
      • LevelStatusBar

        protected static double LevelStatusBar()