Home
last modified time | relevance | path

Searched refs:isSuggestionsEnabled (Results 1 – 5 of 5) sorted by relevance

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/
DSdkVersionTest.java37 ModelMethod isSuggestionsEnabled = view.getMethods("isSuggestionsEnabled", 0)[0]; in testApiVersionsFromResources() local
38 assertEquals(14, SdkUtil.getMinApi(isSuggestionsEnabled)); in testApiVersionsFromResources()
/frameworks/base/core/java/android/widget/
DEditor.java650 if (mTextView.isTextEditable() && mTextView.isSuggestionsEnabled() && in updateSpellCheckSpans()
3229 boolean canReplace = mTextView.isSuggestionsEnabled() && shouldOfferToShowSuggestions() in updateReplaceItem()
DTextView.java4213 if (!isSuggestionsEnabled()) { in setText()
4549 if (!isSuggestionsEnabled()) { in setInputType()
9274 public boolean isSuggestionsEnabled() { in isSuggestionsEnabled() method in TextView
/frameworks/base/api/
Dcurrent.txt41582 method public boolean isSuggestionsEnabled();
Dsystem-current.txt44188 method public boolean isSuggestionsEnabled();