Home
last modified time | relevance | path

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

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