Searched refs:tmpCellX (Results 1 – 3 of 3) sorted by relevance
1060 lp.tmpCellX = cellX; in animateChildToPosition()1993 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution()2011 lp.tmpCellX = c.cellX; in copySolutionToTempState()2252 final boolean requiresDbUpdate = (info.cellX != lp.tmpCellX in commitTempPlacement()2256 info.cellX = lp.cellX = lp.tmpCellX; in commitTempPlacement()2383 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) { in revertTempState()2384 lp.tmpCellX = lp.cellX; in revertTempState()2754 public int tmpCellX; field in CellLayout.LayoutParams2846 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
289 lp.cellX = lp.tmpCellX = widgetInfo.cellX; in setupForWidget()442 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX;484 lp.tmpCellX = cellX;
1815 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willCreateUserFolder()1850 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willAddToExistingUserFolder()2067 lp.cellX = lp.tmpCellX = mTargetCell[0]; in onDrop()