Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setX
Method · 0.95
setY
Method · 0.95
getValue
Method · 0.65
repaint
Method · 0.65
Tested by
no test coverage detected