Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getOpacity
Method
getOpacity
CodenameOne/src/com/codename1/ui/plaf/Style.java:1376–1378 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1374
///
1375
/// the opacity value
1376
public
int
getOpacity() {
1377
return
opacity & 0xff;
1378
}
1379
1380
/// Set the opacity value
1381
///
Callers
13
isObscuredByChildren
Method · 0.95
paintInternalImpl
Method · 0.95
create
Method · 0.45
paintBackground
Method · 0.45
createStyleAnimation
Method · 0.45
merge
Method · 0.45
BorderEditor
Method · 0.45
invoke2
Method · 0.45
invoke8
Method · 0.45
invoke9
Method · 0.45
invoke14
Method · 0.45
fadeIn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected