Searched refs:tmpCellX (Results 1 – 3 of 3) sorted by relevance
1124 lp.tmpCellX = cellX; in animateChildToPosition()2202 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution()2224 lp.tmpCellX = c.x; in copySolutionToTempState()2414 if (info.cellX != lp.tmpCellX || info.cellY != lp.tmpCellY || in commitTempPlacement()2418 info.cellX = lp.cellX = lp.tmpCellX; in commitTempPlacement()2542 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) { in revertTempState()2543 lp.tmpCellX = lp.cellX; in revertTempState()3182 public int tmpCellX; field in CellLayout.LayoutParams3260 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
258 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()326 lp.tmpCellX = cellX; in resizeWidgetIfNeeded()
2051 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) {2080 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) {2270 lp.cellX = lp.tmpCellX = mTargetCell[0];