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

Method getContentRect

linux/java/WindowX11.java:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 @Override
38 public IRect getContentRect() {
39 assert _onUIThread() : "Should be run on UI thread";
40 return _nGetContentRect();
41 }
42
43 @Override
44 public Window setWindowPosition(int left, int top) {

Callers

nothing calls this directly

Calls 2

_nGetContentRectMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected