Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodSubtype.java234 final InputMethodSubtype rawEmojiSubtype = RichInputMethodManager.getInstance() in getEmojiSubtype() local
237 if (rawEmojiSubtype != null) { in getEmojiSubtype()
238 emojiSubtype = new RichInputMethodSubtype(rawEmojiSubtype); in getEmojiSubtype()