Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java177 private final List<ComponentKeyMapper<AppInfo>> mPredictedAppComponents = new ArrayList<>(); field in AlphabeticalAppsList
336 mPredictedAppComponents.clear(); in setPredictedApps()
337 mPredictedAppComponents.addAll(apps); in setPredictedApps()
475 if (mPredictedAppComponents.isEmpty() && !mApps.isEmpty()) { in refillAdapterItems()
476mPredictedAppComponents.add(new ComponentKeyMapper<AppInfo>(new ComponentKey(mApps.get(0).componen… in refillAdapterItems()
478mPredictedAppComponents.add(new ComponentKeyMapper<AppInfo>(new ComponentKey(mApps.get(0).componen… in refillAdapterItems()
480mPredictedAppComponents.add(new ComponentKeyMapper<AppInfo>(new ComponentKey(mApps.get(0).componen… in refillAdapterItems()
482mPredictedAppComponents.add(new ComponentKeyMapper<AppInfo>(new ComponentKey(mApps.get(0).componen… in refillAdapterItems()
489 if (mPredictedAppComponents != null && !mPredictedAppComponents.isEmpty() && !hasFilter()) { in refillAdapterItems()
490 mPredictedApps.addAll(processPredictedAppComponents(mPredictedAppComponents)); in refillAdapterItems()