Searched defs:tmpCellX (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1124 lp.tmpCellX = cellX;
2202 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan);
2224 lp.tmpCellX = c.x;
2414 if (info.cellX != lp.tmpCellX || info.cellY != lp.tmpCellY ||
2418 info.cellX = lp.cellX = lp.tmpCellX;
2542 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) {
2543 lp.tmpCellX = lp.cellX;
3182 public int tmpCellX; field in class:CellLayout.LayoutParams
3260 int myCellX = useTmpCoords ? tmpCellX : cellX;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java962 lp.tmpCellX = cellX;
1981 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan);
2003 lp.tmpCellX = c.x;
2209 if (info.cellX != lp.tmpCellX || info.cellY != lp.tmpCellY ||
2213 info.cellX = lp.cellX = lp.tmpCellX;
2338 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) {
2339 lp.tmpCellX = lp.cellX;
2822 public int tmpCellX; field in class:CellLayout.LayoutParams
2905 int myCellX = useTmpCoords ? tmpCellX : cellX;

Completed in 2592 milliseconds