Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java54 public AdapterItem fastScrollToItem; field in AlphabeticalAppsList.FastScrollSectionInfo
313 if (lastFastScrollerSectionInfo.fastScrollToItem == null) { in refillAdapterItems()
314 lastFastScrollerSectionInfo.fastScrollToItem = appItem; in refillAdapterItems()
358 AdapterItem item = info.fastScrollToItem; in refillAdapterItems()
372 AdapterItem item = info.fastScrollToItem; in refillAdapterItems()
DAllAppsFastScrollHelper.java40 if (mTargetFastScrollPosition == info.fastScrollToItem.position) { in smoothScrollToSection()
43 mTargetFastScrollPosition = info.fastScrollToItem.position; in smoothScrollToSection()