Searched defs:allowsImplicitlySelectedSubtypes (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java113 boolean allowsImplicitlySelectedSubtypes) {
115 allowsImplicitlySelectedSubtypes);
135 true /* allowsImplicitlySelectedSubtypes */);
164 true /* allowsImplicitlySelectedSubtypes */);
233 false /* allowsImplicitlySelectedSubtypes */));
240 true /* allowsImplicitlySelectedSubtypes */));
369 final boolean allowsImplicitlySelectedSubtypes) {
371 allowsImplicitlySelectedSubtypes
377 imi, allowsImplicitlySelectedSubtypes);
112 getMyEnabledInputMethodSubtypeList( boolean allowsImplicitlySelectedSubtypes) argument
368 getEnabledInputMethodSubtypeList(final InputMethodInfo imi, final boolean allowsImplicitlySelectedSubtypes) argument

Completed in 40 milliseconds