Searched refs:checkIfSubtypeBelongsToThisImeAndEnabled (Results 1 – 2 of 2) sorted by relevance
290 public boolean checkIfSubtypeBelongsToThisImeAndEnabled(final InputMethodSubtype subtype) { in checkIfSubtypeBelongsToThisImeAndEnabled() method in RichInputMethodManager299 final boolean subtypeEnabled = checkIfSubtypeBelongsToThisImeAndEnabled(subtype); in checkIfSubtypeBelongsToThisImeAndImplicitlyEnabled()
572 && richImm.checkIfSubtypeBelongsToThisImeAndEnabled(lastActiveSubtype) in switchSubtype()