Searched refs:isInputMethodSuppressingSpellChecker (Results 1 – 6 of 6) sorted by relevance
209 public final boolean isInputMethodSuppressingSpellChecker; field in InputBindResult230 boolean isInputMethodSuppressingSpellChecker) { in InputBindResult() argument237 this.isInputMethodSuppressingSpellChecker = isInputMethodSuppressingSpellChecker; in InputBindResult()264 isInputMethodSuppressingSpellChecker = source.readBoolean(); in InputBindResult()275 + " isInputMethodSuppressingSpellChecker=" + isInputMethodSuppressingSpellChecker in toString()306 dest.writeBoolean(isInputMethodSuppressingSpellChecker); in writeToParcel()
177 if (imm != null && imm.isInputMethodSuppressingSpellChecker()) { in getSentenceSuggestions()210 if (imm != null && imm.isInputMethodSuppressingSpellChecker()) { in getSuggestions()
2128 public boolean isInputMethodSuppressingSpellChecker() { in isInputMethodSuppressingSpellChecker() method in InputMethodManager5225 inputBindResult.isInputMethodSuppressingSpellChecker; in BindState()
1069 if (imm != null && imm.isInputMethodSuppressingSpellChecker()) { in updateSpellCheckSpans()
19797 HSPLandroid/view/inputmethod/InputMethodManager;->isInputMethodSuppressingSpellChecker()Z
57902 method public boolean isInputMethodSuppressingSpellChecker();