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

Method attach

macos/java/LayerMetal.java:16–21  ·  view source on GitHub ↗
(Window window)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_onUIThreadMethod · 0.95
_nAttachMethod · 0.95

Tested by

no test coverage detected