Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java272 final int newCategoryId = newPos.first; in onPageScrolled() local
273 final int newCategorySize = mEmojiCategory.getCategoryPageSize(newCategoryId); in onPageScrolled()
277 if (newCategoryId == currentCategoryId) { in onPageScrolled()
280 } else if (newCategoryId > currentCategoryId) { in onPageScrolled()
283 } else if (newCategoryId < currentCategoryId) { in onPageScrolled()