Searched refs:EmojiCategory (Results 1 – 4 of 4) sorted by relevance
43 final class EmojiCategory { class175 int defaultCategoryId = EmojiCategory.ID_SYMBOLS; in EmojiCategory()176 addShownCategoryId(EmojiCategory.ID_RECENTS); in EmojiCategory()189 defaultCategoryId = EmojiCategory.ID_PEOPLE; in EmojiCategory()190 addShownCategoryId(EmojiCategory.ID_PEOPLE); in EmojiCategory()191 addShownCategoryId(EmojiCategory.ID_OBJECTS); in EmojiCategory()192 addShownCategoryId(EmojiCategory.ID_NATURE); in EmojiCategory()193 addShownCategoryId(EmojiCategory.ID_PLACES); in EmojiCategory()200 addShownCategoryId(EmojiCategory.ID_SYMBOLS); in EmojiCategory()202 addShownCategoryId(EmojiCategory.ID_EMOTICONS); in EmojiCategory()[all …]
38 private final EmojiCategory mEmojiCategory;41 public EmojiPalettesAdapter(final EmojiCategory emojiCategory, in EmojiPalettesAdapter()45 mRecentsKeyboard = mEmojiCategory.getKeyboard(EmojiCategory.ID_RECENTS, 0); in EmojiPalettesAdapter()
92 private final EmojiCategory mEmojiCategory;119 mEmojiCategory = new EmojiCategory(PreferenceManager.getDefaultSharedPreferences(context), in EmojiPalettesView()149 final String tabId = EmojiCategory.getCategoryName(categoryId, 0 /* categoryPageId */); in addTab()167 for (final EmojiCategory.CategoryProperties properties in onFinishInflate()420 if (oldCategoryId == EmojiCategory.ID_RECENTS) { in setCurrentCategoryId()
63 mIsRecents = categoryId == EmojiCategory.ID_RECENTS; in DynamicGridKeyboard()