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

Method getContentRect

macos/java/WindowMac.java:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 @Override
37 public IRect getContentRect() {
38 assert _onUIThread() : "Should be run on UI thread";
39 return _nGetContentRect();
40 }
41
42 @Override
43 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