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

Method getGridPosX

CodenameOne/src/com/codename1/ui/List.java:2249–2254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2247
2248 /// {@inheritDoc}
2249 @Override
2250 protected int getGridPosX() {
2251 int gridSize = getElementSize(false, true).getWidth() + itemGap;
2252 int scroll = getScrollX();
2253 return calcGrid(scroll, gridSize);
2254 }
2255
2256 /// {@inheritDoc}
2257 @Override

Callers 1

testGridPositionMethod · 0.45

Calls 4

getElementSizeMethod · 0.95
calcGridMethod · 0.95
getWidthMethod · 0.65
getScrollXMethod · 0.65

Tested by 1

testGridPositionMethod · 0.36