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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1125 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; field in class:CellLayout.LayoutParams
3261 int myCellY = useTmpCoords ? tmpCellY : cellY;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java864 lp.tmpCellY = cellY;
1816 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan);
1835 lp.tmpCellY = c.cellY;
2066 || info.cellY != lp.tmpCellY || info.spanX != lp.cellHSpan
2070 info.cellY = lp.cellY = lp.tmpCellY;
2194 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) {
2196 lp.tmpCellY = lp.cellY;
2563 public int tmpCellY; field in class:CellLayout.LayoutParams
2648 int myCellY = useTmpCoords ? tmpCellY : cellY;

Completed in 48 milliseconds