Home
last modified time | relevance | path

Searched refs:createCellLayout (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DUnitTestCellLayoutBuilderRule.kt68 return createCellLayout(columns, rows, isMulti) in createCellLayoutDefaultSize()
71 fun createCellLayout( in createCellLayout() method in com.android.launcher3.celllayout.UnitTestCellLayoutBuilderRule
DCellLayoutMethodsTest.kt33 val cl = cellLayoutBuilder.createCellLayout(columns, rows, false, width, height) in pointToCellExact()
DReorderPreviewAnimationTest.kt90 val cellLayout = cellLayoutBuilder.createCellLayout(100, 100, false) in testAnimationAtGivenProgress()
DHotseatReorderUnitTest.kt104 val cl = cellLayoutBuilder.createCellLayout(board.width, board.height, false) in solve()