Home | History | Annotate | Download | only in launcher2

Lines Matching refs:tmpCellY

1125                 lp.tmpCellY = cellY;
2202 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan);
2225 lp.tmpCellY = c.y;
2414 if (info.cellX != lp.tmpCellX || info.cellY != lp.tmpCellY ||
2419 info.cellY = lp.cellY = lp.tmpCellY;
2542 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) {
2544 lp.tmpCellY = lp.cellY;
3187 public int tmpCellY;
3261 int myCellY = useTmpCoords ? tmpCellY : cellY;