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

Method attach

shared/java/LayerGL.java:15–20  ·  view source on GitHub ↗
(Window window)

Source from the content-addressed store, hash-verified

13 }
14
15 @Override
16 public void attach(Window window) {
17 assert _onUIThread() : "Should be run on UI thread";
18 _nAttach(window);
19 _window = window;
20 }
21
22 @Override
23 public void reconfigure() {

Callers

nothing calls this directly

Calls 2

_onUIThreadMethod · 0.95
_nAttachMethod · 0.95

Tested by

no test coverage detected