Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DExtendedEditText.java123 public void forceDisableSuggestions(boolean forceDisableSuggestions) { in forceDisableSuggestions() method in ExtendedEditText
124 mForceDisableSuggestions = forceDisableSuggestions; in forceDisableSuggestions()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java224 mFolderName.forceDisableSuggestions(true); in onFinishInflate()