Home
last modified time | relevance | path

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

/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.java2324 lp.useTmpCoords = useTempCoords; in setUseTempCoords()
3108 public boolean useTmpCoords; field in CellLayout.LayoutParams
3181 int myCellX = useTmpCoords ? tmpCellX : cellX; in setup()
3182 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
DWorkspace.java2944 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()
/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.java2051 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) {
2080 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.tmpCellY)) {