Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java197 setCurrentCategoryId(mEmojiCategory.getCurrentCategoryId(), true /* force */); in onFinishInflate()
274 final int currentCategoryId = mEmojiCategory.getCurrentCategoryId(); in onPageScrolled()
415 final int oldCategoryId = mEmojiCategory.getCurrentCategoryId(); in setCurrentCategoryId()
DEmojiCategory.java259 public int getCurrentCategoryId() { in getCurrentCategoryId() method in EmojiCategory