Searched refs:mCategoryId (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiCategory.java66 public final int mCategoryId; field in class:EmojiCategory.CategoryProperties
69 mCategoryId = categoryId;
231 if (prop.mCategoryId == categoryId) {
269 if (prop.mCategoryId == categoryId) {
302 if (mShownCategories.get(i).mCategoryId == categoryId) {
317 if (props.mCategoryId == categoryId) {
345 return new Pair<>(properties.mCategoryId, position - temp);
H A DEmojiPalettesView.java169 addTab(mTabHost, properties.mCategoryId);

Completed in 26 milliseconds