Searched refs:tmpCellX (Results 1 – 3 of 3) sorted by relevance
895 lp.tmpCellX = cellX; in animateChildToPosition()1848 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution()1866 lp.tmpCellX = c.cellX; in copySolutionToTempState()2109 final boolean requiresDbUpdate = (info.cellX != lp.tmpCellX in commitTempPlacement()2113 info.cellX = lp.cellX = lp.tmpCellX; in commitTempPlacement()2238 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) { in revertTempState()2239 lp.tmpCellX = lp.cellX; in revertTempState()2602 public int tmpCellX; field in CellLayout.LayoutParams2691 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
291 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()333 lp.tmpCellX = cellX; in resizeWidgetIfNeeded()
1630 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willCreateUserFolder()1663 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willAddToExistingUserFolder()1876 lp.cellX = lp.tmpCellX = mTargetCell[0]; in onDrop()