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.java398 FastScrollSectionInfo lastFastScrollerSectionInfo = null; in updateAdapterItems() local
442 lastFastScrollerSectionInfo = new FastScrollSectionInfo(""); in updateAdapterItems()
445 mFastScrollerSections.add(lastFastScrollerSectionInfo); in updateAdapterItems()
454 lastFastScrollerSectionInfo.fastScrollToItem = appItem; in updateAdapterItems()
471 lastFastScrollerSectionInfo = new FastScrollSectionInfo(sectionName); in updateAdapterItems()
473 mFastScrollerSections.add(lastFastScrollerSectionInfo); in updateAdapterItems()
487 lastFastScrollerSectionInfo.fastScrollToItem = appItem; in updateAdapterItems()