Home | History | Annotate | Download | only in server

Lines Matching defs:newSubtype

1778             final InputMethodSubtype newSubtype;
1780 newSubtype = info.getSubtypeAt(subtypeId);
1784 newSubtype = getCurrentInputMethodSubtypeLocked();
1786 if (newSubtype == null || oldSubtype == null) {
1788 + ", new subtype = " + newSubtype);
1791 if (newSubtype != oldSubtype) {
1796 mCurMethod.changeInputMethodSubtype(newSubtype);