Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java527 int numAppsInRow = 0; in refillAdapterItems() local
535 numAppsInRow = 0; in refillAdapterItems()
539 item.rowAppIndex = numAppsInRow; in refillAdapterItems()
541 numAppsInRow++; in refillAdapterItems()