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

Method updateState

CodenameOne/src/com/codename1/ui/Sheet.java:1252–1257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1250 }
1251
1252 @Override
1253 protected void updateState() {
1254 setX(xMotion.getValue());
1255 setY(yMotion.getValue());
1256 cnt.repaint();
1257 }
1258 };
1259 Runnable onComplete = new Runnable() {
1260 @Override

Callers

nothing calls this directly

Calls 4

setXMethod · 0.95
setYMethod · 0.95
getValueMethod · 0.65
repaintMethod · 0.65

Tested by

no test coverage detected