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

Method resize

macos/java/LayerMetal.java:29–35  ·  view source on GitHub ↗
(int width, int height)

Source from the content-addressed store, hash-verified

27 }
28
29 @Override
30 public void resize(int width, int height) {
31 assert _onUIThread() : "Should be run on UI thread";
32 _width = width;
33 _height = height;
34 _nResize(width, height);
35 }
36
37 @Override
38 public int getWidth() {

Callers

nothing calls this directly

Calls 2

_onUIThreadMethod · 0.95
_nResizeMethod · 0.95

Tested by

no test coverage detected