OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkIfSubtypeBelongsToThisImeAndEnabled
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputMethodManager.java
290
public boolean
checkIfSubtypeBelongsToThisImeAndEnabled
(final InputMethodSubtype subtype) {
299
final boolean subtypeEnabled =
checkIfSubtypeBelongsToThisImeAndEnabled
(subtype);
LatinIME.java
534
&& richImm.
checkIfSubtypeBelongsToThisImeAndEnabled
(lastActiveSubtype)
[
all
...]
Completed in 5788 milliseconds