Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java973 lp.tmpCellY = cellY; in animateChildToPosition()
1911 c = new CellAndSpan(lp.tmpCellX, lp.tmpCellY, lp.cellHSpan, lp.cellVSpan); in copyCurrentStateToSolution()
1930 lp.tmpCellY = c.cellY; in copySolutionToTempState()
2171 || info.cellY != lp.tmpCellY || info.spanX != lp.cellHSpan in commitTempPlacement()
2175 info.cellY = lp.cellY = lp.tmpCellY; in commitTempPlacement()
2301 if (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY) { in revertTempState()
2303 lp.tmpCellY = lp.cellY; in revertTempState()
2676 public int tmpCellY; field in CellLayout.LayoutParams
2764 int myCellY = useTmpCoords ? tmpCellY : cellY; in setup()
DAppWidgetResizeFrame.java268 lp.cellY = lp.tmpCellY = widgetInfo.cellY; in setupForWidget()
390 int cellY = lp.useTmpCoords ? lp.tmpCellY : lp.cellY; in resizeWidgetIfNeeded()
432 lp.tmpCellY = cellY; in resizeWidgetIfNeeded()
DWorkspace.java1636 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willCreateUserFolder()
1671 if (lp.useTmpCoords && (lp.tmpCellX != lp.cellX || lp.tmpCellY != lp.cellY)) { in willAddToExistingUserFolder()
1889 lp.cellY = lp.tmpCellY = mTargetCell[1]; in onDrop()