HomeSort by relevance Sort by last modified time
    Searched refs:fastScrollToItem (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsFastScrollHelper.java 100 if (mTargetFastScrollPosition != info.fastScrollToItem.position) {
101 mTargetFastScrollPosition = info.fastScrollToItem.position;
149 int newPosition = info.fastScrollToItem.position;
AlphabeticalAppsList.java 66 public AdapterItem fastScrollToItem;
462 if (lastFastScrollerSectionInfo.fastScrollToItem == null) {
463 lastFastScrollerSectionInfo.fastScrollToItem = appItem;
487 if (lastFastScrollerSectionInfo.fastScrollToItem == null) {
488 lastFastScrollerSectionInfo.fastScrollToItem = appItem;
551 AdapterItem item = info.fastScrollToItem;
565 AdapterItem item = info.fastScrollToItem;

Completed in 289 milliseconds