HomeSort by relevance Sort by last modified time
    Searched refs:mEmojiCategory (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesAdapter.java 38 private final EmojiCategory mEmojiCategory;
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);
EmojiPalettesView.java 95 private final EmojiCategory mEmojiCategory;
122 mEmojiCategory = new EmojiCategory(PreferenceManager.getDefaultSharedPreferences(context),
152 final String tabId = mEmojiCategory.getCategoryName(categoryId, 0 /* categoryPageId */);
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)
    [all...]

Completed in 49 milliseconds