Searched refs:myCellY (Results 1 – 3 of 3) sorted by relevance
468 final int myCellY = cellY; in setup() local477 y = vStartPadding + myCellY * (cellHeight + heightGap) + topMargin; in setup()480 y = myCellY * (cellHeight + heightGap) + topMargin; in setup()
3261 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup() local3272 y = (int) (myCellY * (cellHeight + heightGap) + topMargin); in setup()
2911 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup() local2922 y = (int) (myCellY * (cellHeight + heightGap) + topMargin); in setup()