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

Method resize

shared/java/LayerRaster.java:28–34  ·  view source on GitHub ↗
(int width, int height)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_onUIThreadMethod · 0.95
_nResizeMethod · 0.95

Tested by

no test coverage detected