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

Method applyFullScreen

android/src/XCSoar.java:196–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 }
195
196 void applyFullScreen() {
197 final Window window = getWindow();
198 if (wantFullScreen())
199 WindowUtil.enterFullScreenMode(window);
200 else
201 WindowUtil.leaveFullScreenMode(window, initialWindowFlags);
202 }
203
204 public void initNative() {
205 if (!Loader.loaded)

Callers 2

handleMessageMethod · 0.95

Calls 3

wantFullScreenMethod · 0.95
enterFullScreenModeMethod · 0.95
leaveFullScreenModeMethod · 0.95

Tested by

no test coverage detected