Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategory.java176 return getCategoryPageSize(mCurrentCategoryId); in getCurrentCategoryPageSize()
179 public int getCategoryPageSize(final int categoryId) { in getCategoryPageSize() method in EmojiCategory
DEmojiPalettesView.java273 final int newCategorySize = mEmojiCategory.getCategoryPageSize(newCategoryId); in onPageScrolled()