Launcher3中的CellLayout 和ShortcutAndWidgetContainer 的联系和各自职责
1.CellLayout(网格布局容器)/***网格布局的核心容器,负责划分单元格和管理占用状态*/publicclassCellLayoutextendsViewGroup{privateintmCellWidth=100;//单元格宽度(像素)privateintmCellHeight=100;//单元格高度privateintmCountX=4;//列数privateintmCountY=4