Home | History | Annotate | Download | only in launcher3

Lines Matching refs:myCellX

2910                 int myCellX = useTmpCoords ? tmpCellX : cellX;
2914 myCellX = colCount - myCellX - cellHSpan;
2921 x = (int) (myCellX * (cellWidth + widthGap) + leftMargin);