MCPcopy Create free account
hub / github.com/HumbleUI/JWM / setFullScreen

Method setFullScreen

linux/java/WindowX11.java:238–243  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

236 }
237
238 @Override
239 public Window setFullScreen(boolean value) {
240 assert _onUIThread() : "Should be run on UI thread";
241 _nSetFullScreen(value);
242 return this;
243 }
244
245 @Override
246 public boolean isFullScreen() {

Callers

nothing calls this directly

Calls 2

_nSetFullScreenMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected