Searched refs:EmojiCategory (Results 1 – 4 of 4) sorted by relevance
43 final class EmojiCategory { class44 private final String TAG = EmojiCategory.class.getSimpleName();160 private int mCurrentCategoryId = EmojiCategory.ID_UNSPECIFIED;163 public EmojiCategory(final SharedPreferences prefs, final Resources res, in EmojiCategory() method in EmojiCategory175 int defaultCategoryId = EmojiCategory.ID_SYMBOLS; in EmojiCategory()176 addShownCategoryId(EmojiCategory.ID_RECENTS); in EmojiCategory()179 defaultCategoryId = EmojiCategory.ID_EIGHT_SMILEY_PEOPLE; in EmojiCategory()180 addShownCategoryId(EmojiCategory.ID_EIGHT_SMILEY_PEOPLE); in EmojiCategory()181 addShownCategoryId(EmojiCategory.ID_EIGHT_ANIMALS_NATURE); in EmojiCategory()182 addShownCategoryId(EmojiCategory.ID_EIGHT_FOOD_DRINK); 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()