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.java56 public AdapterItem fastScrollToItem; field in AlphabeticalAppsList.FastScrollSectionInfo
322 if (lastFastScrollerSectionInfo.fastScrollToItem == null) { in refillAdapterItems()
323 lastFastScrollerSectionInfo.fastScrollToItem = appItem; in refillAdapterItems()
367 AdapterItem item = info.fastScrollToItem; in refillAdapterItems()
381 AdapterItem item = info.fastScrollToItem; in refillAdapterItems()
DAllAppsFastScrollHelper.java96 if (mTargetFastScrollPosition != info.fastScrollToItem.position) { in smoothScrollToSection()
97 mTargetFastScrollPosition = info.fastScrollToItem.position; in smoothScrollToSection()
145 int newPosition = info.fastScrollToItem.position; in smoothSnapToPosition()