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/
DEmojiPalettesView.java300 final Pair<Integer, Integer> categoryAndId = in getKeyboardFromPagePosition() local
302 if (categoryAndId != null) { in getKeyboardFromPagePosition()
303 return getKeyboard(categoryAndId.first, categoryAndId.second); in getKeyboardFromPagePosition()