Searched refs:createCellLayout (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | UnitTestCellLayoutBuilderRule.kt | 68 return createCellLayout(columns, rows, isMulti) in createCellLayoutDefaultSize() 71 fun createCellLayout( in createCellLayout() method in com.android.launcher3.celllayout.UnitTestCellLayoutBuilderRule
|
D | CellLayoutMethodsTest.kt | 33 val cl = cellLayoutBuilder.createCellLayout(columns, rows, false, width, height) in pointToCellExact()
|
D | ReorderPreviewAnimationTest.kt | 90 val cellLayout = cellLayoutBuilder.createCellLayout(100, 100, false) in testAnimationAtGivenProgress()
|
D | HotseatReorderUnitTest.kt | 104 val cl = cellLayoutBuilder.createCellLayout(board.width, board.height, false) in solve()
|