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.java130 public void forceDisableSuggestions(boolean forceDisableSuggestions) { in forceDisableSuggestions() method in ExtendedEditText
131 mForceDisableSuggestions = forceDisableSuggestions; in forceDisableSuggestions()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java287 mFolderName.forceDisableSuggestions(true); in onFinishInflate()