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

Method getHeight

shared/java/LayerGL.java:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 @Override
43 public int getHeight() {
44 assert _onUIThread() : "Should be run on UI thread";
45 return _height;
46 }
47
48 public void makeCurrent() {
49 assert _onUIThread() : "Should be run on UI thread";

Callers

nothing calls this directly

Calls 1

_onUIThreadMethod · 0.95

Tested by

no test coverage detected