HomeSort by relevance Sort by last modified time
    Searched refs:mCategoryId (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategory.java 56 public final int mCategoryId;
59 mCategoryId = categoryId;
181 if (prop.mCategoryId == categoryId) {
214 if (mShownCategories.get(i).mCategoryId == categoryId) {
229 if (props.mCategoryId == categoryId) {
257 return new Pair<>(properties.mCategoryId, position - temp);
EmojiPalettesView.java 169 addTab(mTabHost, properties.mCategoryId);