Searched refs:tmpCellY (Results 1 – 3 of 3) sorted by relevance
1061 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.LayoutParams2847 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
290 lp.cellY = lp.tmpCellY = widgetInfo.cellY; in setupForWidget()443 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY;485 lp.tmpCellY = cellY;
1815 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()