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.java938 lp.tmpCellY = cellY;
1889 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan);
1908 lp.tmpCellY = c.cellY;
2139 || info.cellY != lp.tmpCellY || info.spanX != lp.cellHSpan
2143 info.cellY = lp.cellY = lp.tmpCellY;
2267 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) {
2269 lp.tmpCellY = lp.cellY;
2637 public int tmpCellY; field in class:CellLayout.LayoutParams
2727 int myCellY = useTmpCoords ? tmpCellY : cellY;

Completed in 36 milliseconds