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

Method getWindowRect

macos/java/WindowMac.java:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 @Override
31 public IRect getWindowRect() {
32 assert _onUIThread() : "Should be run on UI thread";
33 return _nGetWindowRect();
34 }
35
36 @Override
37 public IRect getContentRect() {

Callers

nothing calls this directly

Calls 2

_nGetWindowRectMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected