Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategory.java159 public int getCategoryTabIcon(final int categoryId) { in getCategoryTabIcon() method in EmojiCategory
DEmojiPalettesView.java157 iconView.setImageResource(mEmojiCategory.getCategoryTabIcon(categoryId)); in addTab()