Searched refs:useTmpCoords (Results 1 – 6 of 6) sorted by relevance
255 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()256 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY; in resizeWidgetIfNeeded()
2324 lp.useTmpCoords = useTempCoords; in setUseTempCoords()3108 public boolean useTmpCoords; field in CellLayout.LayoutParams3181 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()3182 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
2944 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) { in willCreateUserFolder()2973 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) { in willAddToExistingUserFolder()
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()
2051 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) {2080 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) {