Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DFolderInfo.java102 public FolderNameInfos suggestedFolderNames; field in FolderInfo
287 if (suggestedFolderNames == null || !suggestedFolderNames.hasSuggestions()) { in getAcceptedSuggestionIndex()
290 CharSequence[] labels = suggestedFolderNames.getLabels(); in getAcceptedSuggestionIndex()
332 if (suggestedFolderNames == null || !suggestedFolderNames.hasSuggestions()) { in getToLabelState()
338 boolean hasValidPrimary = suggestedFolderNames != null && suggestedFolderNames.hasPrimary(); in getToLabelState()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java516 if (mInfo.suggestedFolderNames == null) { in showLabelSuggestions()
519 if (mInfo.suggestedFolderNames.hasSuggestions()) { in showLabelSuggestions()
522 if (mInfo.suggestedFolderNames.hasPrimary()) { in showLabelSuggestions()
524 mFolderName.setText(mInfo.suggestedFolderNames.getLabels()[0]); in showLabelSuggestions()
530 Stream.of(mInfo.suggestedFolderNames.getLabels()) in showLabelSuggestions()
1084 mInfo.suggestedFolderNames = nameInfos; in updateItemLocationsInDatabaseBatch()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java975 if (info.suggestedFolderNames == null) { in loadFolderNames()
978 info.suggestedFolderNames = suggestionInfos; in loadFolderNames()