Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
actionPerformed
Method · 0.95
show
Method · 0.95
hide
Method · 0.95
updateState
Method · 0.95
actionPerformed
Method · 0.45
update
Method · 0.45
translate
Method · 0.45
layoutContainer
Method · 0.45
calculateComponentPosition
Method · 0.45
renderComponent
Method · 0.45
renderComponentBackground
Method · 0.45
drawImage
Method · 0.45
Calls
1
updateTrackedBounds
Method · 0.95
Tested by
7
invoke3
Method · 0.36
run
Method · 0.36
runTest
Method · 0.36
startAnimation
Method · 0.36
pointerPressed
Method · 0.36
pointerDragged
Method · 0.36
pointerReleased
Method · 0.36