Home
last modified time | relevance | path

Searched refs:setupWorkspacesWithSpaces (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DWorkspaceItemSpaceFinderTest.kt70 setupWorkspacesWithSpaces( in justEnoughSpaceOnFirstScreen_whenFindSpaceForItem_thenReturnFirstScreenId()
86 setupWorkspacesWithSpaces( in notEnoughSpaceOnFirstScreen_whenFindSpaceForItem_thenReturnSecondScreenId()
103 setupWorkspacesWithSpaces( in notEnoughSpaceOnExistingScreens_returnNewScreenId()
121 setupWorkspacesWithSpaces( in firstScreenIsEmptyButSecondIsNotEmpty_returnSecondScreenId()
136 setupWorkspacesWithSpaces( in twoEmptyMiddleScreens_returnThirdScreen()
151 setupWorkspacesWithSpaces( in allExistingPagesAreFull_returnNewScreenId()
166 setupWorkspacesWithSpaces( in firstTwoPagesAreFull_and_ThirdPageIsEmpty_returnThirdPage()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/
DAbstractWorkspaceModelTest.kt80 fun setupWorkspacesWithSpaces( in <lambda>() method