Searched refs:useTmpCoords (Results 1 – 3 of 3) sorted by relevance
291 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()292 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY; in resizeWidgetIfNeeded()
2130 lp.useTmpCoords = useTempCoords; in setUseTempCoords()2612 public boolean useTmpCoords; field in CellLayout.LayoutParams2691 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()2692 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
1618 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willCreateUserFolder()1651 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willAddToExistingUserFolder()