Searched refs:useTmpCoords (Results 1 – 3 of 3) sorted by relevance
297 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()298 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY; in resizeWidgetIfNeeded()
2111 lp.useTmpCoords = useTempCoords; in setUseTempCoords()2595 public boolean useTmpCoords; field in CellLayout.LayoutParams2674 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()2675 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
1601 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willCreateUserFolder()1636 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willAddToExistingUserFolder()