HomeSort by relevance Sort by last modified time
    Searched full:categoryid (Results 1 - 25 of 32) sorted by null

1 2

  /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;
  /external/clang/test/Analysis/
pr4209.m 51 -(NSString*) categoryID; // expected-note {{using}}
54 - (int) categoryID; // expected-note {{also found}}
61 GSEbayCategory *category = [rootCategory subcategoryWithID:[[inCategory categoryID] intValue]]; // expected-warning {{multiple methods named 'categoryID' found}}
65 while ((((void*)0) != (parent = [parent parent])) && ([parent categoryID] != 0)) {
66 NSMutableDictionary *treeCategoryDict = [self categoryDictionaryForCategoryID:[parent categoryID] inRootTreeCategories:inRootTreeCategories];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adtgen.h 82 USHORT CategoryId;
ntsecapi.h 68 ULONG CategoryId;
    [all...]
wininet.h     [all...]
  /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/clang/lib/Basic/
DiagnosticIDs.cpp 222 /// category, an empty string if CategoryID is zero, or null if CategoryID is
224 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) {
225 if (CategoryID >= getNumberOfCategories())
227 return CategoryNameTable[CategoryID].getName();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml 629 categoryId="org.eclipse.debug.ui.category.run"
635 categoryId="org.eclipse.debug.ui.category.run"
    [all...]
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 342 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
348 Out << CategoryID;
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 185 static StringRef getCategoryNameFromID(unsigned CategoryID);
  /external/clang/lib/Parse/
ParseObjc.cpp 211 IdentifierInfo *categoryId = nullptr;
220 categoryId = Tok.getIdentifierInfo();
250 categoryId, categoryLoc,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [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.equinox.p2.metadata.generator_1.0.200.v20100503a.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 
  /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/include/clang/AST/
DeclObjC.h 816 ObjCCategoryDecl *FindCategoryDeclaration(IdentifierInfo *CategoryId) const;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
final-url-en 427 http://aec.cadalyst.com/aec/article/articleList.jsp?categoryId=6705
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/resources/
ShortNumberMetadata.xml     [all...]

Completed in 2036 milliseconds

1 2