Searched refs:mEmojiCategory (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPalettesAdapter.java38 private final EmojiCategory mEmojiCategory; field in class:EmojiPalettesAdapter
43 mEmojiCategory = emojiCategory;
45 mRecentsKeyboard = mEmojiCategory.getKeyboard(EmojiCategory.ID_RECENTS, 0);
51 mActiveKeyboardViews.get(mEmojiCategory.getRecentTabId());
58 if (mEmojiCategory.isInRecentTab()) {
64 mActiveKeyboardViews.get(mEmojiCategory.getRecentTabId());
87 return mEmojiCategory.getTotalPageCountOfAllCategories();
116 mEmojiCategory.getKeyboardFromPagePosition(position);
H A DEmojiPalettesView.java92 private final EmojiCategory mEmojiCategory; field in class:EmojiPalettesView
119 mEmojiCategory = new EmojiCategory(PreferenceManager.getDefaultSharedPreferences(context),
157 iconView.setImageResource(mEmojiCategory.getCategoryTabIcon(categoryId));
158 iconView.setContentDescription(mEmojiCategory.getAccessibilityDescription(categoryId));
168 : mEmojiCategory.getShownCategories()) {
182 mEmojiPalettesAdapter = new EmojiPalettesAdapter(mEmojiCategory, this);
197 setCurrentCategoryId(mEmojiCategory.getCurrentCategoryId(), true /* force */);
246 final int categoryId = mEmojiCategory.getCategoryId(tabId);
254 mEmojiCategory.getCategoryIdAndPageIdFromPagePosition(position);
256 mEmojiCategory
[all...]

Completed in 514 milliseconds