Searched refs:useTmpCoords (Results 1 – 6 of 6) sorted by relevance
258 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()259 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY; in resizeWidgetIfNeeded()
2431 lp.useTmpCoords = useTempCoords; in setUseTempCoords()3192 public boolean useTmpCoords; field in CellLayout.LayoutParams3260 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()3261 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
2050 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) {2079 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) {
255 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()256 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY; in resizeWidgetIfNeeded()
2438 lp.useTmpCoords = useTempCoords; in setUseTempCoords()3222 public boolean useTmpCoords; field in CellLayout.LayoutParams3295 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()3296 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
2770 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) { in willCreateUserFolder()2799 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) { in willAddToExistingUserFolder()