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.kt67 fun createCellLayout(width: Int, height: Int, isMulti: Boolean): CellLayout { in createCellLayout() method in com.android.launcher3.celllayout.UnitTestCellLayoutBuilderRule
DReorderPreviewAnimationTest.kt90 val cellLayout = cellLayoutBuilder.createCellLayout(100, 100, false) in testAnimationAtGivenProgress()
DHotseatReorderUnitTest.kt104 val cl = cellLayoutBuilder.createCellLayout(board.width, board.height, false) in solve()
DReorderAlgorithmUnitTest.java147 CellLayout cl = mCellLayoutBuilder.createCellLayout(board.getWidth(), board.getHeight(), in solve()