/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
EmojiCategory.java | 68 public CategoryProperties(final int categoryId, final int pageCount) { 69 mCategoryId = categoryId; 221 private void addShownCategoryId(final int categoryId) { 222 // Load a keyboard of categoryId 223 getKeyboard(categoryId, 0 /* categoryPageId */); 225 new CategoryProperties(categoryId, getCategoryPageCount(categoryId)); 229 private boolean isShownCategoryId(final int categoryId) { 231 if (prop.mCategoryId == categoryId) { 238 public static String getCategoryName(final int categoryId, final int categoryPageId) [all...] |
EmojiPalettesView.java | 148 private void addTab(final TabHost host, final int categoryId) { 149 final String tabId = EmojiCategory.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 */); 414 private void setCurrentCategoryId(final int categoryId, final boolean force) { 416 if (oldCategoryId == categoryId && !force) { 427 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];
|
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/ |
RelationWithReservedKeywordTest.java | 152 public final long categoryId; 156 Topic(long id, long categoryId, String to) { 158 this.categoryId = categoryId; 169 if (categoryId != topic.categoryId) return false; 176 result = 31 * result + (int) (categoryId ^ (categoryId >>> 32));
|
/frameworks/base/core/java/android/service/autofill/ |
UserData.java | 153 * <p>The user data must contain at least one pair of {@code value} -> {@code categoryId}, 169 * @param categoryId string used to identify the category the value is associated with. 174 * <li>{@code categoryId} is empty</li> 181 public Builder(@NonNull String id, @NonNull String value, @NonNull String categoryId) { 183 checkNotEmpty("categoryId", categoryId); 190 addMapping(value, categoryId); 220 * @param categoryId string used to identify the category the value is associated with. 226 * <li>the number of unique {@code categoryId} values added so far is more than 235 * <li>{@code categoryId} is empty</li [all...] |
FieldClassification.java | 115 public Match(String categoryId, float score) { 116 mCategoryId = Preconditions.checkNotNull(categoryId); 152 final StringBuilder string = new StringBuilder("Match: categoryId=");
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
Settings.java | 421 final SharedPreferences prefs, final int categoryId, final int categoryPageId) { 422 final String key = PREF_EMOJI_CATEGORY_LAST_TYPED_ID + categoryId; 427 final SharedPreferences prefs, final int categoryId) { 428 final String key = PREF_EMOJI_CATEGORY_LAST_TYPED_ID + categoryId; 433 final SharedPreferences prefs, final int categoryId) { 434 prefs.edit().putInt(PREF_LAST_SHOWN_EMOJI_CATEGORY_ID, categoryId).apply();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adtgen.h | 147 USHORT 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;
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastResources.java | 67 int categoryId = getCmasCategoryResId(cmasInfo); 68 if (categoryId != 0) { 69 appendMessageDetail(context, buf, R.string.cmas_category_heading, categoryId);
|
/external/clang/lib/Basic/ |
DiagnosticIDs.cpp | 223 /// category, an empty string if CategoryID is zero, or null if CategoryID is 225 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) { 226 if (CategoryID >= getNumberOfCategories()) 228 return CategoryNameTable[CategoryID].getName();
|
/prebuilts/tools/common/m2/repository/org/shredzone/flattr4j/flattr4j-core/2.12/ |
flattr4j-core-2.12.jar | |
/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 | 341 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) { 347 Out << CategoryID;
|
/external/clang/include/clang/Basic/ |
DiagnosticIDs.h | 194 static StringRef getCategoryNameFromID(unsigned CategoryID);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
DiagnosticIDs.h | 218 static StringRef getCategoryNameFromID(unsigned CategoryID);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/ |
DiagnosticIDs.h | 224 static StringRef getCategoryNameFromID(unsigned CategoryID);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/ |
DiagnosticIDs.h | 224 static StringRef getCategoryNameFromID(unsigned CategoryID);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
DiagnosticIDs.h | 218 static StringRef getCategoryNameFromID(unsigned CategoryID);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/ |
DiagnosticIDs.h | 224 static StringRef getCategoryNameFromID(unsigned CategoryID);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/ |
DiagnosticIDs.h | 224 static StringRef getCategoryNameFromID(unsigned CategoryID);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/ |
DiagnosticIDs.h | 242 static StringRef getCategoryNameFromID(unsigned CategoryID);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/ |
DiagnosticIDs.h | 242 static StringRef getCategoryNameFromID(unsigned CategoryID);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/ |
DiagnosticIDs.h | 242 static StringRef getCategoryNameFromID(unsigned CategoryID);
|