Home | History | Annotate | Download | only in launcher2

Lines Matching refs:myCellX

3260                 int myCellX = useTmpCoords ? tmpCellX : cellX;
3264 myCellX = colCount - myCellX - cellHSpan;
3271 x = (int) (myCellX * (cellWidth + widthGap) + leftMargin);