Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategory.java381 final Key[][] sortedKeys = sortKeysIntoPages( in getKeyboard()
430 private static Key[][] sortKeysIntoPages(final List<Key> inKeys, final int maxPageCount) { in sortKeysIntoPages() method in EmojiCategory