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.java265 final Pair<Integer, Integer> categoryAndId = in getKeyboardFromPagePosition() local
267 if (categoryAndId != null) { in getKeyboardFromPagePosition()
268 return getKeyboard(categoryAndId.first, categoryAndId.second); in getKeyboardFromPagePosition()