Searched defs:EmojiCategory (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiCategory.java43 final class EmojiCategory { class
44 private final String TAG = EmojiCategory.class.getSimpleName();
160 private int mCurrentCategoryId = EmojiCategory.ID_UNSPECIFIED;
163 public EmojiCategory(final SharedPreferences prefs, final Resources res, method in class:EmojiCategory
175 int defaultCategoryId = EmojiCategory.ID_SYMBOLS;
176 addShownCategoryId(EmojiCategory.ID_RECENTS);
179 defaultCategoryId = EmojiCategory.ID_EIGHT_SMILEY_PEOPLE;
180 addShownCategoryId(EmojiCategory.ID_EIGHT_SMILEY_PEOPLE);
181 addShownCategoryId(EmojiCategory.ID_EIGHT_ANIMALS_NATURE);
182 addShownCategoryId(EmojiCategory
[all...]

Completed in 80 milliseconds