Searched refs:TwoPanelCellPosMapper (Results 1 – 3 of 3) sorted by relevance
27 import com.android.launcher3.celllayout.CellPosMapper.TwoPanelCellPosMapper;86 CellPosMapper mapper = new TwoPanelCellPosMapper(8); in testMapModelToPresenter_twoPanel()108 CellPosMapper mapper = new TwoPanelCellPosMapper(3); in testMapPresenterToModel_twoPanel()
61 public static class TwoPanelCellPosMapper extends CellPosMapper { class in CellPosMapper65 public TwoPanelCellPosMapper(int columnCount) { in TwoPanelCellPosMapper() method in CellPosMapper.TwoPanelCellPosMapper
181 import com.android.launcher3.celllayout.CellPosMapper.TwoPanelCellPosMapper;801 mCellPosMapper = new TwoPanelCellPosMapper(mDeviceProfile.inv.numColumns);