Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java712 final CellInfo cellInfo = mCellInfo; in setTagToCellInfoForPoint() local
738 cellInfo.cell = child; in setTagToCellInfoForPoint()
739 cellInfo.cellX = lp.cellX; in setTagToCellInfoForPoint()
740 cellInfo.cellY = lp.cellY; in setTagToCellInfoForPoint()
741 cellInfo.spanX = lp.cellHSpan; in setTagToCellInfoForPoint()
742 cellInfo.spanY = lp.cellVSpan; in setTagToCellInfoForPoint()
755 cellInfo.cell = null; in setTagToCellInfoForPoint()
756 cellInfo.cellX = cellXY[0]; in setTagToCellInfoForPoint()
757 cellInfo.cellY = cellXY[1]; in setTagToCellInfoForPoint()
758 cellInfo.spanX = 1; in setTagToCellInfoForPoint()
[all …]
DWorkspace.java1874 void startDrag(CellLayout.CellInfo cellInfo) {
1875 View child = cellInfo.cell;
1882 mDragInfo = cellInfo;
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2704 void startDrag(CellLayout.CellInfo cellInfo) { in startDrag() argument
2705 View child = cellInfo.cell; in startDrag()
2712 mDragInfo = cellInfo; in startDrag()