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

Method close

shared/java/LayerGL.java:59–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 @Override
60 public void close() {
61 assert _onUIThread() : "Should be run on UI thread";
62 assert !isClosed() : "Layer is already closed";
63 _nClose();
64 super.close();
65 }
66
67 @ApiStatus.Internal public static boolean _onUIThread() {
68 return App._onUIThread();

Callers

nothing calls this directly

Calls 4

_onUIThreadMethod · 0.95
_nCloseMethod · 0.95
isClosedMethod · 0.80
closeMethod · 0.65

Tested by

no test coverage detected