MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / updateSide

Method updateSide

CodenameOne/src/com/codename1/ui/CheckBox.java:222–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 private void updateSide() {
223 Boolean v = getUIManager().isThemeConstant("checkBoxOppositeSideBool");
224 if (v != null) {
225 oppositeSide = v.booleanValue();
226 }
227 }
228
229 /// {@inheritDoc}
230 @Override

Callers 2

CheckBoxMethod · 0.95
refreshThemeMethod · 0.95

Calls 3

booleanValueMethod · 0.95
isThemeConstantMethod · 0.80
getUIManagerMethod · 0.45

Tested by

no test coverage detected