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

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 61 private final int mCategoryId;
71 mCategoryId = categoryId;
209 return context.getString(mCategoryId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiPalettesView.java 102 public int mCategoryId;
105 mCategoryId = categoryId;
216 if (prop.mCategoryId == categoryId) {
249 if (mShownCategories.get(i).mCategoryId == categoryId) {
264 if (props.mCategoryId == categoryId) {
292 return new Pair<Integer, Integer>(properties.mCategoryId, position - temp);
456 addTab(mTabHost, properties.mCategoryId);
    [all...]

Completed in 81 milliseconds