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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategory.java 58 public CategoryProperties(final int categoryId, final int pageCount) {
59 mCategoryId = categoryId;
142 private void addShownCategoryId(final int categoryId) {
143 // Load a keyboard of categoryId
144 getKeyboard(categoryId, 0 /* cagetoryPageId */);
146 new CategoryProperties(categoryId, getCategoryPageCount(categoryId));
150 public String getCategoryName(final int categoryId, final int categoryPageId) {
151 return sCategoryName[categoryId] + "-" + categoryPageId;
159 public int getCategoryTabIcon(final int categoryId) {
    [all...]
EmojiPalettesView.java 151 private void addTab(final TabHost host, final int categoryId) {
152 final String tabId = mEmojiCategory.getCategoryName(categoryId, 0 /* categoryPageId */);
157 iconView.setImageResource(mEmojiCategory.getCategoryTabIcon(categoryId));
158 iconView.setContentDescription(mEmojiCategory.getAccessibilityDescription(categoryId));
246 final int categoryId = mEmojiCategory.getCategoryId(tabId);
247 setCurrentCategoryId(categoryId, false /* force */);
255 setCurrentCategoryId(newPos.first /* categoryId */, false /* force */);
413 private void setCurrentCategoryId(final int categoryId, final boolean force) {
415 if (oldCategoryId == categoryId && !force) {
426 mEmojiCategory.setCurrentCategoryId(categoryId);
    [all...]
DynamicGridKeyboard.java 55 final int maxKeyCount, final int categoryId) {
63 mIsRecents = categoryId == EmojiCategory.ID_RECENTS;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 429 final SharedPreferences prefs, final int categoryId, final int categoryPageId) {
430 final String key = PREF_EMOJI_CATEGORY_LAST_TYPED_ID + categoryId;
435 final SharedPreferences prefs, final int categoryId) {
436 final String key = PREF_EMOJI_CATEGORY_LAST_TYPED_ID + categoryId;
441 final SharedPreferences prefs, final int categoryId) {
442 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);
  /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/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 211 IdentifierInfo *categoryId = nullptr;
220 categoryId = Tok.getIdentifierInfo();
250 categoryId, categoryLoc,
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 

Completed in 657 milliseconds