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

Method enterFullScreenMode

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

Source from the content-addressed store, hash-verified

61 }
62
63 static void enterFullScreenMode(Window window) {
64 window.addFlags(FULL_SCREEN_WINDOW_FLAGS);
65 enableImmersiveMode(window);
66 }
67
68 static void leaveFullScreenMode(Window window, int preserveFlags) {
69 disableImmersiveMode(window);

Callers 1

applyFullScreenMethod · 0.95

Calls 1

enableImmersiveModeMethod · 0.95

Tested by

no test coverage detected