Searched refs:myCellX (Results 1 – 3 of 3) sorted by relevance
467 final int myCellX = cellX; in setup() local476 x = hStartPadding + myCellX * (cellWidth + widthGap) + leftMargin; in setup()479 x = myCellX * (cellWidth + widthGap) + leftMargin; in setup()
3260 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup() local3264 myCellX = colCount - myCellX - cellHSpan; in setup()3271 x = (int) (myCellX * (cellWidth + widthGap) + leftMargin); in setup()
2910 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup() local2914 myCellX = colCount - myCellX - cellHSpan; in setup()2921 x = (int) (myCellX * (cellWidth + widthGap) + leftMargin); in setup()