Searched refs:tmpCellX (Results 1 – 3 of 3) sorted by relevance
972 lp.tmpCellX = cellX; in animateChildToPosition()1911 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution()1929 lp.tmpCellX = c.cellX; in copySolutionToTempState()2170 final boolean requiresDbUpdate = (info.cellX != lp.tmpCellX in commitTempPlacement()2174 info.cellX = lp.cellX = lp.tmpCellX; in commitTempPlacement()2301 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) { in revertTempState()2302 lp.tmpCellX = lp.cellX; in revertTempState()2671 public int tmpCellX; field in CellLayout.LayoutParams2763 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
267 lp.cellX = lp.tmpCellX = widgetInfo.cellX; in setupForWidget()389 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()431 lp.tmpCellX = cellX; in resizeWidgetIfNeeded()
1636 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willCreateUserFolder()1671 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willAddToExistingUserFolder()1888 lp.cellX = lp.tmpCellX = mTargetCell[0]; in onDrop()