Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ getHeight
Method
getHeight
shared/java/LayerRaster.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
@Override
49
public
void
swapBuffers() {
Callers
nothing calls this directly
Calls
1
_onUIThread
Method · 0.95
Tested by
no test coverage detected