Home
last modified time | relevance | path

Searched refs:useTmpCoords (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DAppWidgetResizeFrame.java258 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()
259 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY; in resizeWidgetIfNeeded()
DCellLayout.java2431 lp.useTmpCoords = useTempCoords; in setUseTempCoords()
3192 public boolean useTmpCoords; field in CellLayout.LayoutParams
3260 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
3261 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
DWorkspace.java2050 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) {
2079 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) {
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java255 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()
256 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY; in resizeWidgetIfNeeded()
DCellLayout.java2438 lp.useTmpCoords = useTempCoords; in setUseTempCoords()
3222 public boolean useTmpCoords; field in CellLayout.LayoutParams
3295 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
3296 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
DWorkspace.java2770 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()