Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java397 String lastSectionName = null; in updateAdapterItems() local
468 if (lastSectionInfo == null || !sectionName.equals(lastSectionName)) { in updateAdapterItems()
469 lastSectionName = sectionName; in updateAdapterItems()
DAllAppsGridAdapter.java251 String lastSectionName = item.sectionName; in onDraw() local
258 if (j > item.sectionAppIndex && sectionName.equals(lastSectionName)) { in onDraw()
305 lastSectionName = sectionName; in onDraw()