Home
last modified time | relevance | path

Searched refs:tmpCellX (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java895 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.LayoutParams
2691 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
DAppWidgetResizeFrame.java291 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()
333 lp.tmpCellX = cellX; in resizeWidgetIfNeeded()
DWorkspace.java1630 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()