Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java291 int cellX = lp.useTmpCoords ? lp.tmpCellX : lp.cellX; in resizeWidgetIfNeeded()
292 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY; in resizeWidgetIfNeeded()
DCellLayout.java2130 lp.useTmpCoords = useTempCoords; in setUseTempCoords()
2612 public boolean useTmpCoords; field in CellLayout.LayoutParams
2691 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
2692 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
DWorkspace.java1618 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()