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

Method isFullScreen

macos/java/WindowMac.java:238–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_nIsFullScreenMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected