Searched refs:useTmpCoords (Results 1 – 3 of 3) sorted by relevance
389 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()390 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY; in resizeWidgetIfNeeded()
2191 lp.useTmpCoords = useTempCoords; in setUseTempCoords()2681 public boolean useTmpCoords; field in CellLayout.LayoutParams2763 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()2764 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
1636 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willCreateUserFolder()1671 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willAddToExistingUserFolder()