Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1061 lp.tmpCellY = cellY; in animateChildToPosition()
1993 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution()
2012 lp.tmpCellY = c.cellY; in copySolutionToTempState()
2253 || info.cellY != lp.tmpCellY || info.spanX != lp.cellHSpan in commitTempPlacement()
2257 info.cellY = lp.cellY = lp.tmpCellY; in commitTempPlacement()
2383 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) { in revertTempState()
2385 lp.tmpCellY = lp.cellY; in revertTempState()
2759 public int tmpCellY; field in CellLayout.LayoutParams
2847 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
H A DAppWidgetResizeFrame.java290 lp.cellY = lp.tmpCellY = widgetInfo.cellY; in setupForWidget()
443 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY;
485 lp.tmpCellY = cellY;
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()
2068 lp.cellY = lp.tmpCellY = mTargetCell[1]; in onDrop()