Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java1124 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.LayoutParams
3260 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
DAppWidgetResizeFrame.java258 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()
326 lp.tmpCellX = cellX; in resizeWidgetIfNeeded()
DWorkspace.java2051 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];