Home
last modified time | relevance | path

Searched refs:ID_RECENTS (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategory.java47 public static final int ID_RECENTS = 0; field in EmojiCategory
176 addShownCategoryId(EmojiCategory.ID_RECENTS); in EmojiCategory()
205 getKeyboard(EmojiCategory.ID_RECENTS, 0 /* categoryPageId */); in EmojiCategory()
214 } else if (mCurrentCategoryId == EmojiCategory.ID_RECENTS && in EmojiCategory()
297 return mCurrentCategoryId == EmojiCategory.ID_RECENTS; in isInRecentTab()
327 return getTabIdFromCategoryId(EmojiCategory.ID_RECENTS); in getRecentTabId()
372 if (categoryId == EmojiCategory.ID_RECENTS) { in getKeyboard()
DEmojiPalettesAdapter.java45 mRecentsKeyboard = mEmojiCategory.getKeyboard(EmojiCategory.ID_RECENTS, 0); in EmojiPalettesAdapter()
DDynamicGridKeyboard.java63 mIsRecents = categoryId == EmojiCategory.ID_RECENTS; in DynamicGridKeyboard()
DEmojiPalettesView.java420 if (oldCategoryId == EmojiCategory.ID_RECENTS) { in setCurrentCategoryId()