Searched refs:fastScrollToItem (Results 1 – 2 of 2) sorted by relevance
66 public AdapterItem fastScrollToItem; field in AlphabeticalAppsList.FastScrollSectionInfo462 if (lastFastScrollerSectionInfo.fastScrollToItem == null) { in refillAdapterItems()463 lastFastScrollerSectionInfo.fastScrollToItem = appItem; in refillAdapterItems()487 if (lastFastScrollerSectionInfo.fastScrollToItem == null) { in refillAdapterItems()488 lastFastScrollerSectionInfo.fastScrollToItem = appItem; in refillAdapterItems()551 AdapterItem item = info.fastScrollToItem; in refillAdapterItems()565 AdapterItem item = info.fastScrollToItem; in refillAdapterItems()
100 if (mTargetFastScrollPosition != info.fastScrollToItem.position) { in smoothScrollToSection()101 mTargetFastScrollPosition = info.fastScrollToItem.position; in smoothScrollToSection()149 int newPosition = info.fastScrollToItem.position; in smoothSnapToPosition()