Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1060 lp.tmpCellX = cellX; in animateChildToPosition()
1993 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution()
2011 lp.tmpCellX = c.cellX; in copySolutionToTempState()
2252 final boolean requiresDbUpdate = (info.cellX != lp.tmpCellX in commitTempPlacement()
2256 info.cellX = lp.cellX = lp.tmpCellX; in commitTempPlacement()
2383 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) { in revertTempState()
2384 lp.tmpCellX = lp.cellX; in revertTempState()
2754 public int tmpCellX; field in CellLayout.LayoutParams
2846 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
H A DAppWidgetResizeFrame.java289 lp.cellX = lp.tmpCellX = widgetInfo.cellX; in setupForWidget()
442 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX;
484 lp.tmpCellX = cellX;
H A DWorkspace.java1815 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willCreateUserFolder()
1850 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willAddToExistingUserFolder()
2067 lp.cellX = lp.tmpCellX = mTargetCell[0]; in onDrop()