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.java510 int numAppsInRow = 0; in updateAdapterItems() local
519 numAppsInRow = 0; in updateAdapterItems()
523 item.rowAppIndex = numAppsInRow; in updateAdapterItems()
525 numAppsInRow++; in updateAdapterItems()