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

Method EventWindowResize

shared/java/EventWindowResize.java:13–20  ·  view source on GitHub ↗
(Window w)

Source from the content-addressed store, hash-verified

11 public final int _contentHeight;
12
13 public EventWindowResize(Window w) {
14 IRect wr = w.getWindowRect();
15 _windowWidth = wr.getWidth();
16 _windowHeight = wr.getHeight();
17 IRect cr = w.getContentRect();
18 _contentWidth = cr.getWidth();
19 _contentHeight = cr.getHeight();
20 }
21}

Callers

nothing calls this directly

Calls 4

getWidthMethod · 0.95
getHeightMethod · 0.95
getWindowRectMethod · 0.45
getContentRectMethod · 0.45

Tested by

no test coverage detected