Searched refs:isSuggestionsEnabled (Results 1 - 4 of 4) sorted by relevance

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/
H A DSdkVersionTest.java37 ModelMethod isSuggestionsEnabled = view.getMethods("isSuggestionsEnabled", 0)[0];
38 assertEquals(14, SdkUtil.getMinApi(isSuggestionsEnabled));
/frameworks/base/core/java/android/widget/
H A DTextView.java5586 if (!isSuggestionsEnabled()) {
6006 if (!isSuggestionsEnabled()) {
11395 public boolean isSuggestionsEnabled() { method in class:TextView
H A DEditor.java782 if (mTextView.isTextEditable() && mTextView.isSuggestionsEnabled()
4044 boolean canReplace = mTextView.isSuggestionsEnabled() && shouldOfferToShowSuggestions();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 145 milliseconds