Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A 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()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java521 if (mInfo.suggestedFolderNames == null) { in showLabelSuggestions()
524 if (mInfo.suggestedFolderNames.hasSuggestions()) { in showLabelSuggestions()
527 if (mInfo.suggestedFolderNames.hasPrimary()) { in showLabelSuggestions()
529 mFolderName.setText(mInfo.suggestedFolderNames.getLabels()[0]); in showLabelSuggestions()
535 Stream.of(mInfo.suggestedFolderNames.getLabels()) in showLabelSuggestions()
1090 mInfo.suggestedFolderNames = nameInfos; in updateItemLocationsInDatabaseBatch()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderTask.java1047 if (info.suggestedFolderNames == null) { in loadFolderNames()
1050 info.suggestedFolderNames = suggestionInfos; in loadFolderNames()