Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java442 int getRoundRegions(int appIndex, int appListSize) { in getRoundRegions() argument
443 int numberOfAppRows = (int) Math.ceil((double) appListSize / mNumAppsPerRowAllApps); in getRoundRegions()
455 if (appIndex == appListSize - 1) { in getRoundRegions()