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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiPalettesView.java 104 public CategoryProperties(final int categoryId, final int pageCount) {
105 mCategoryId = categoryId;
177 private void addShownCategoryId(int categoryId) {
178 // Load a keyboard of categoryId
179 getKeyboard(categoryId, 0 /* cagetoryPageId */);
181 new CategoryProperties(categoryId, getCategoryPageCount(categoryId));
185 public String getCategoryName(int categoryId, int categoryPageId) {
186 return sCategoryName[categoryId] + "-" + categoryPageId;
194 public int getCategoryIcon(int categoryId) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 388 final SharedPreferences prefs, final int categoryId, final int categoryPageId) {
389 final String key = PREF_EMOJI_CATEGORY_LAST_TYPED_ID + categoryId;
394 final SharedPreferences prefs, final int categoryId) {
395 final String key = PREF_EMOJI_CATEGORY_LAST_TYPED_ID + categoryId;
400 final SharedPreferences prefs, final int categoryId) {
401 prefs.edit().putInt(PREF_LAST_SHOWN_EMOJI_CATEGORY_ID, categoryId).apply();
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastResources.java 63 int categoryId = getCmasCategoryResId(cmasInfo);
64 if (categoryId != 0) {
65 appendMessageDetail(context, buf, R.string.cmas_category_heading, categoryId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DynamicGridKeyboard.java 56 final int maxKeyCount, final int categoryId, final int categoryPageId) {
64 mIsRecents = categoryId == EmojiPalettesView.CATEGORY_ID_RECENTS;
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 68 private EditableItem(int captionId, int type, int categoryId, Object... availableValues) {
71 mCategoryId = categoryId;
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/clang/lib/Parse/
ParseObjc.cpp 212 IdentifierInfo *categoryId = 0;
221 categoryId = Tok.getIdentifierInfo();
250 categoryId, categoryLoc,
    [all...]

Completed in 795 milliseconds