Searched refs:categoryAndId (Results 1 – 1 of 1) sorted by relevance
265 final Pair<Integer, Integer> categoryAndId = in getKeyboardFromPagePosition() local267 if (categoryAndId != null) { in getKeyboardFromPagePosition()268 return getKeyboard(categoryAndId.first, categoryAndId.second); in getKeyboardFromPagePosition()