Searched refs:createCellLayout (Results 1 – 4 of 4) sorted by relevance
67 fun createCellLayout(width: Int, height: Int, isMulti: Boolean): CellLayout { in createCellLayout() method in com.android.launcher3.celllayout.UnitTestCellLayoutBuilderRule
90 val cellLayout = cellLayoutBuilder.createCellLayout(100, 100, false) in testAnimationAtGivenProgress()
104 val cl = cellLayoutBuilder.createCellLayout(board.width, board.height, false) in solve()
147 CellLayout cl = mCellLayoutBuilder.createCellLayout(board.getWidth(), board.getHeight(), in solve()