Searched refs:newSubtype (Results 1 – 2 of 2) sorted by relevance
2343 protected void onCurrentInputMethodSubtypeChanged(InputMethodSubtype newSubtype) { in onCurrentInputMethodSubtypeChanged() argument2345 int nameResId = newSubtype.getNameResId(); in onCurrentInputMethodSubtypeChanged()2346 String mode = newSubtype.getMode(); in onCurrentInputMethodSubtypeChanged()2350 + newSubtype.getLocale() + "," + newSubtype.getExtraValue(); in onCurrentInputMethodSubtypeChanged()
1778 final InputMethodSubtype newSubtype; in setInputMethodLocked() local1780 newSubtype = info.getSubtypeAt(subtypeId); in setInputMethodLocked()1784 newSubtype = getCurrentInputMethodSubtypeLocked(); in setInputMethodLocked()1786 if (newSubtype == null || oldSubtype == null) { in setInputMethodLocked()1788 + ", new subtype = " + newSubtype); in setInputMethodLocked()1791 if (newSubtype != oldSubtype) { in setInputMethodLocked()1796 mCurMethod.changeInputMethodSubtype(newSubtype); in setInputMethodLocked()