Searched refs:oldSubtype (Results 1 – 3 of 3) sorted by relevance
98 public static void onSubtypeChanged(final InputMethodSubtype oldSubtype, in onSubtypeChanged() argument
884 InputMethodSubtype oldSubtype = mRichImm.getCurrentSubtype().getRawSubtype(); in onCurrentInputMethodSubtypeChanged() local885 StatsUtils.onSubtypeChanged(oldSubtype, subtype); in onCurrentInputMethodSubtypeChanged()
2994 final InputMethodSubtype oldSubtype = mCurrentSubtype; in setInputMethodLocked() local3003 if (newSubtype == null || oldSubtype == null) { in setInputMethodLocked()3004 Slog.w(TAG, "Illegal subtype state: old subtype = " + oldSubtype in setInputMethodLocked()3008 if (newSubtype != oldSubtype) { in setInputMethodLocked()