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

Method setX

CodenameOne/src/com/codename1/ui/Sheet.java:1282–1286  ·  view source on GitHub ↗
(int x)

Source from the content-addressed store, hash-verified

1280 }
1281
1282 @Override
1283 public void setX(int x) {
1284 super.setX(x);
1285 updateTrackedBounds();
1286 }
1287
1288 @Override
1289 public void setY(int y) {

Callers 15

actionPerformedMethod · 0.95
showMethod · 0.95
hideMethod · 0.95
updateStateMethod · 0.95
actionPerformedMethod · 0.45
updateMethod · 0.45
translateMethod · 0.45
layoutContainerMethod · 0.45
animateMethod · 0.45
doLayoutMethod · 0.45
actionPerformedMethod · 0.45

Calls 1

updateTrackedBoundsMethod · 0.95

Tested by 6

invoke3Method · 0.36
runMethod · 0.36
runTestMethod · 0.36
pointerPressedMethod · 0.36
pointerDraggedMethod · 0.36
pointerReleasedMethod · 0.36