MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / disableImmersiveMode

Method disableImmersiveMode

android/src/WindowUtil.java:58–61  ·  view source on GitHub ↗
(Window window)

Source from the content-addressed store, hash-verified

56 }
57
58 static void disableImmersiveMode(Window window) {
59 View decorView = window.getDecorView();
60 decorView.setSystemUiVisibility(0);
61 }
62
63 static void enterFullScreenMode(Window window) {
64 window.addFlags(FULL_SCREEN_WINDOW_FLAGS);

Callers 1

leaveFullScreenModeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected