Searched refs:mEmojiCategory (Results 1 – 2 of 2) sorted by relevance
92 private final EmojiCategory mEmojiCategory; field in EmojiPalettesView119 mEmojiCategory = new EmojiCategory(PreferenceManager.getDefaultSharedPreferences(context), in EmojiPalettesView()157 iconView.setImageResource(mEmojiCategory.getCategoryTabIcon(categoryId)); in addTab()158 iconView.setContentDescription(mEmojiCategory.getAccessibilityDescription(categoryId)); in addTab()168 : mEmojiCategory.getShownCategories()) { in onFinishInflate()182 mEmojiPalettesAdapter = new EmojiPalettesAdapter(mEmojiCategory, this); in onFinishInflate()197 setCurrentCategoryId(mEmojiCategory.getCurrentCategoryId(), true /* force */); in onFinishInflate()246 final int categoryId = mEmojiCategory.getCategoryId(tabId); in onTabChanged()254 mEmojiCategory.getCategoryIdAndPageIdFromPagePosition(position); in onPageSelected()256 mEmojiCategory.setCurrentCategoryPageId(newPos.second /* categoryPageId */); in onPageSelected()[all …]
38 private final EmojiCategory mEmojiCategory; field in EmojiPalettesAdapter43 mEmojiCategory = emojiCategory; in EmojiPalettesAdapter()45 mRecentsKeyboard = mEmojiCategory.getKeyboard(EmojiCategory.ID_RECENTS, 0); in EmojiPalettesAdapter()51 mActiveKeyboardViews.get(mEmojiCategory.getRecentTabId()); in flushPendingRecentKeys()58 if (mEmojiCategory.isInRecentTab()) { in addRecentKey()64 mActiveKeyboardViews.get(mEmojiCategory.getRecentTabId()); in addRecentKey()87 return mEmojiCategory.getTotalPageCountOfAllCategories(); in getCount()116 mEmojiCategory.getKeyboardFromPagePosition(position); in instantiateItem()