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.java998 lp.tmpCellY = cellY;
1947 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan);
1966 lp.tmpCellY = c.cellY;
2175 || info.cellY != lp.tmpCellY || info.spanX != lp.cellHSpan
2179 info.cellY = lp.cellY = lp.tmpCellY;
2307 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) {
2309 lp.tmpCellY = lp.cellY;
2682 public int tmpCellY; field in class:CellLayout.LayoutParams
2761 int myCellY = useTmpCoords ? tmpCellY : cellY;

Completed in 118 milliseconds