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

Method reconfigure

shared/java/LayerGL.java:22–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 @Override
23 public void reconfigure() {
24 assert _onUIThread() : "Should be run on UI thread";
25 _nReconfigure();
26 }
27
28 @Override
29 public void resize(int width, int height) {

Callers

nothing calls this directly

Calls 2

_onUIThreadMethod · 0.95
_nReconfigureMethod · 0.95

Tested by

no test coverage detected