Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1003 lp.tmpCellX = cellX; in animateChildToPosition()
2037 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution()
2059 lp.tmpCellX = c.x; in copySolutionToTempState()
2272 if (info.cellX != lp.tmpCellX || info.cellY != lp.tmpCellY || in commitTempPlacement()
2276 info.cellX = lp.cellX = lp.tmpCellX; in commitTempPlacement()
2401 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) { in revertTempState()
2402 lp.tmpCellX = lp.cellX; in revertTempState()
2827 public int tmpCellX; field in CellLayout.LayoutParams
2910 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
DAppWidgetResizeFrame.java266 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()
339 lp.tmpCellX = cellX; in resizeWidgetIfNeeded()
DWorkspace.java2596 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willCreateUserFolder()
2628 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willAddToExistingUserFolder()
2824 lp.cellX = lp.tmpCellX = mTargetCell[0]; in onDrop()
/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];