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.java57 public AdapterItem fastScrollToItem; field in AlphabeticalAppsList.FastScrollSectionInfo
314 if (lastFastScrollerSectionInfo.fastScrollToItem == null) { in refillAdapterItems()
315 lastFastScrollerSectionInfo.fastScrollToItem = appItem; in refillAdapterItems()
361 AdapterItem item = info.fastScrollToItem; in refillAdapterItems()
375 AdapterItem item = info.fastScrollToItem; in refillAdapterItems()
DAllAppsFastScrollHelper.java40 if (mTargetFastScrollPosition == info.fastScrollToItem.position) { in smoothScrollToSection()
43 mTargetFastScrollPosition = info.fastScrollToItem.position; in smoothScrollToSection()