Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java275 final int currentCategoryPageId = mEmojiCategory.getCurrentCategoryPageId(); in onPageScrolled()
411 mEmojiCategory.getCurrentCategoryPageId(), 0.0f /* offset */); in updateEmojiCategoryPageIdView()
DEmojiCategory.java287 public int getCurrentCategoryPageId() { in getCurrentCategoryPageId() method in EmojiCategory