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

Method getWindowRect

linux/java/WindowX11.java:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_nGetWindowRectMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected