Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/allapps/
DAlphabeticalAppsListTest.java239 int roundRegions = mAlphabeticalAppsList.getRoundRegions(index, in getRoundRegions_whenIndexIsMiddleOfLastRow_roundNothing()
249 int roundRegions = mAlphabeticalAppsList.getRoundRegions(index, in getRoundRegions_whenIndexIsInEndOfLastRow_roundBottomRight()
259 int roundRegions = mAlphabeticalAppsList.getRoundRegions(index, in getRoundRegions_whenIndexIsInBeginningOfLastRow_roundBottomLeft()
269 int roundRegions = mAlphabeticalAppsList.getRoundRegions(index, in getRoundRegions_whenIndexIsInMiddleOfLastRow_roundNothing()
279 int roundRegions = mAlphabeticalAppsList.getRoundRegions(index, in getRoundRegions_whenIndexIsInMiddleRow_roundNothing()
289 int roundRegions = mAlphabeticalAppsList.getRoundRegions(index, in getRoundRegions_whenIndexIsInBeginningOfTopRow_roundNothing()
299 int roundRegions = mAlphabeticalAppsList.getRoundRegions(index, in getRoundRegions_whenIndexIsInLastOfTopRow_roundNothing()
309 int roundRegions = mAlphabeticalAppsList.getRoundRegions(index, index+1); in getRoundRegions_whenIndexIsInMiddleOfLastRowLastItem_roundBottomRight()
318 int roundRegions = mAlphabeticalAppsList.getRoundRegions(index, index+1); in getRoundRegions_whenIndexIsInBeginningOfLastRowLastItem_roundBottomRight()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java407 getRoundRegions(i, appList.size()), in addAppsWithSections()
442 int getRoundRegions(int appIndex, int appListSize) { in getRoundRegions() method in AlphabeticalAppsList