Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DExtendedEditText.java126 public void forceDisableSuggestions(boolean forceDisableSuggestions) { in forceDisableSuggestions() argument
127 mForceDisableSuggestions = forceDisableSuggestions; in forceDisableSuggestions()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java289 mFolderName.forceDisableSuggestions(true); in onFinishInflate()