Home
last modified time | relevance | path

Searched refs:setTmpCellY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DCellLayoutLayoutParams.java216 public void setTmpCellY(int tmpCellY) { in setTmpCellY() method in CellLayoutLayoutParams
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java310 lp.setTmpCellY(presenterPos.cellY); in setupForWidget()
499 lp.setTmpCellY(cellY);
DCellLayout.java1087 lp.setTmpCellY(cellY); in animateChildToPosition()
1368 lp.setTmpCellY(c.cellY); in copySolutionToTempState()
1516 lp.setTmpCellY(lp.getCellY()); in revertTempState()
DWorkspace.java2119 lp.setTmpCellY(mTargetCell[1]); in onDrop()