Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DAllAppsList.java154 info.sectionName = mIndex.computeSectionName(info.title); in add()
180 promiseAppInfo.sectionName = mIndex.computeSectionName(promiseAppInfo.title); in addPromiseApp()
192 appInfo.sectionName = mIndex.computeSectionName(appInfo.title); in updateSectionName()
296 info.sectionName = mIndex.computeSectionName(info.title); in updateIconsAndLabels()
339 applicationInfo.sectionName = mIndex.computeSectionName(applicationInfo.title); in updatePackage()
DWidgetsModel.java95 indexer.computeSectionName(pkgItem.title); in getFilteredWidgetsListForPicker()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DAlphabeticIndexCompat.java49 public String computeSectionName(@NonNull CharSequence cs) { in computeSectionName() method in AlphabeticIndexCompat