Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ getOpacity
Method
getOpacity
windows/java/WindowWin32.java:111–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
@Override
112
public
float getOpacity() {
113
assert _onUIThread() :
"Should be run on UI thread"
;
114
return
_nGetOpacity();
115
}
116
117
118
@Override
Callers
nothing calls this directly
Calls
2
_nGetOpacity
Method · 0.95
_onUIThread
Method · 0.45
Tested by
no test coverage detected