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 66 public final int mCategoryId;
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);
EmojiPalettesView.java 169 addTab(mTabHost, properties.mCategoryId);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 61 private final int mCategoryId;
71 mCategoryId = categoryId;
209 return context.getString(mCategoryId);

Completed in 557 milliseconds