Home
last modified time | relevance | path

Searched refs:oldSubtype (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DStatsUtils.java98 public static void onSubtypeChanged(final InputMethodSubtype oldSubtype, in onSubtypeChanged() argument
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java884 InputMethodSubtype oldSubtype = mRichImm.getCurrentSubtype().getRawSubtype(); in onCurrentInputMethodSubtypeChanged() local
885 StatsUtils.onSubtypeChanged(oldSubtype, subtype); in onCurrentInputMethodSubtypeChanged()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java2994 final InputMethodSubtype oldSubtype = mCurrentSubtype; in setInputMethodLocked() local
3003 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()