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.java299 FastScrollSectionInfo lastFastScrollerSectionInfo = null; in refillAdapterItems() local
316 lastFastScrollerSectionInfo = new FastScrollSectionInfo(sectionName); in refillAdapterItems()
317 mFastScrollerSections.add(lastFastScrollerSectionInfo); in refillAdapterItems()
322 if (lastFastScrollerSectionInfo.fastScrollToItem == null) { in refillAdapterItems()
323 lastFastScrollerSectionInfo.fastScrollToItem = appItem; in refillAdapterItems()