Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java290 FastScrollSectionInfo lastFastScrollerSectionInfo = null; in refillAdapterItems() local
307 lastFastScrollerSectionInfo = new FastScrollSectionInfo(sectionName); in refillAdapterItems()
308 mFastScrollerSections.add(lastFastScrollerSectionInfo); in refillAdapterItems()
313 if (lastFastScrollerSectionInfo.fastScrollToItem == null) { in refillAdapterItems()
314 lastFastScrollerSectionInfo.fastScrollToItem = appItem; in refillAdapterItems()