Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java333 int numAppsInSection = 0; in refillAdapterItems() local
339 numAppsInSection = 0; in refillAdapterItems()
341 if (numAppsInSection % mNumAppsPerRow == 0) { in refillAdapterItems()
347 numAppsInSection++; in refillAdapterItems()