MCPcopy 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

isObscuredByChildrenMethod · 0.95
paintInternalImplMethod · 0.95
createMethod · 0.45
paintBackgroundMethod · 0.45
createStyleAnimationMethod · 0.45
mergeMethod · 0.45
BorderEditorMethod · 0.45
invoke2Method · 0.45
invoke8Method · 0.45
invoke9Method · 0.45
invoke14Method · 0.45
fadeInMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected