Searched refs:isMulti (Results 1 – 2 of 2) sorted by relevance
67 fun createCellLayout(width: Int, height: Int, isMulti: Boolean): CellLayout { in createCellLayout()70 dp.inv.numColumns = if (isMulti) width / 2 else width in createCellLayout()74 if (isMulti) MultipageCellLayout(getWrappedContext(applicationContext, dp)) in createCellLayout()
146 int spanY, int minSpanX, int minSpanY, boolean isMulti) { in solve() argument148 isMulti); in solve()