Searched refs:onSubtypeChanged (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java120 onSubtypeChanged(getCurrentSubtype());
168 public void onSubtypeChanged(final InputMethodSubtype newSubtype) { method in class:SubtypeSwitcher
170 Log.w(TAG, "onSubtypeChanged: "
H A DLatinIME.java814 mSubtypeSwitcher.onSubtypeChanged(subtype);
815 mInputLogic.onSubtypeChanged(SubtypeLocaleUtils.getCombiningRulesExtraValue(subtype),
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java179 public void onSubtypeChanged(final String combiningSpec, final SettingsValues settingsValues) { method in class:InputLogic

Completed in 411 milliseconds