Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategory.java353 final Pair<Integer, Integer> categoryAndId = in getKeyboardFromPagePosition() local
355 if (categoryAndId != null) { in getKeyboardFromPagePosition()
356 return getKeyboard(categoryAndId.first, categoryAndId.second); in getKeyboardFromPagePosition()