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

Method isFullScreen

linux/java/WindowX11.java:245–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 }
244
245 @Override
246 public boolean isFullScreen() {
247 assert _onUIThread() : "Should be run on UI thread";
248 return _nIsFullScreen();
249 }
250
251 @ApiStatus.Internal public static native long _nMake();
252 @ApiStatus.Internal public native void _nSetVisible(boolean isVisible);

Callers

nothing calls this directly

Calls 2

_nIsFullScreenMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected