Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
animate
Method · 0.45
doLayout
Method · 0.45
actionPerformed
Method · 0.45
calculateComponentPosition
Method · 0.45
Calls
1
updateTrackedBounds
Method · 0.95
Tested by
6
invoke3
Method · 0.36
run
Method · 0.36
runTest
Method · 0.36
pointerPressed
Method · 0.36
pointerDragged
Method · 0.36
pointerReleased
Method · 0.36