Package 

Class NavigationBarUtil

    • Method Summary

      Modifier and Type Method Description
      static void hideNavigationBar(Window window) 隐藏虚拟栏 ,显示的时候再隐藏掉
      static void focusNotAle(Window window) dialog 需要全屏的时候用,和clearFocusNotAle() 成对出现 在show 前调用 focusNotAle show后调用clearFocusNotAle
      static void clearFocusNotAle(Window window) dialog 需要全屏的时候用,focusNotAle() 成对出现 在show 前调用 focusNotAle show后调用clearFocusNotAle
      • Methods inherited from class java.lang.Object

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

      • focusNotAle

         static void focusNotAle(Window window)

        dialog 需要全屏的时候用,和clearFocusNotAle() 成对出现 在show 前调用 focusNotAle show后调用clearFocusNotAle

      • clearFocusNotAle

         static void clearFocusNotAle(Window window)

        dialog 需要全屏的时候用,focusNotAle() 成对出现 在show 前调用 focusNotAle show后调用clearFocusNotAle