Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ getWidth
Method
getWidth
shared/java/LayerRaster.java:36–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
@Override
37
public
int
getWidth() {
38
assert _onUIThread() :
"Should be run on UI thread"
;
39
return
_width;
40
}
41
42
@Override
43
public
int
getHeight() {
Callers
nothing calls this directly
Calls
1
_onUIThread
Method · 0.95
Tested by
no test coverage detected