Searched refs:useTmpCoords (Results 1 – 4 of 4) sorted by relevance
45 public boolean useTmpCoords; field in CellLayoutLayoutParams100 this.useTmpCoords = source.useTmpCoords; in CellLayoutLayoutParams()134 int myCellX = useTmpCoords ? getTmpCellX() : getCellX(); in setup()135 int myCellY = useTmpCoords ? getTmpCellY() : getCellY(); in setup()
453 int cellX = lp.useTmpCoords ? lp.getTmpCellX() : lp.getCellX();454 int cellY = lp.useTmpCoords ? lp.getTmpCellY() : lp.getCellY();
1861 if (lp.useTmpCoords && (lp.getTmpCellX() != lp.getCellX() in willCreateUserFolder()1894 if (lp.useTmpCoords && (lp.getTmpCellX() != lp.getCellX() in willAddToExistingUserFolder()
1467 lp.useTmpCoords = useTempCoords; in setUseTempCoords()