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

Method setY

CodenameOne/src/com/codename1/ui/Sheet.java:1288–1292  ·  view source on GitHub ↗
(int y)

Source from the content-addressed store, hash-verified

1286 }
1287
1288 @Override
1289 public void setY(int y) {
1290 super.setY(y);
1291 updateTrackedBounds();
1292 }
1293
1294 @Override
1295 public void setWidth(int width) {

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
renderComponentMethod · 0.45
drawImageMethod · 0.45

Calls 1

updateTrackedBoundsMethod · 0.95

Tested by 7

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