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

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 66 * @param nameId Resource ID of the subtype name string. The string resource may have exactly
85 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue,
87 this(nameId, iconId, locale, mode, extraValue, isAuxiliary, false);
92 * @param nameId Resource ID of the subtype name string. The string resource may have exactly
114 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue,
116 this(nameId, iconId, locale, mode, extraValue, isAuxiliary,
122 * @param nameId Resource ID of the subtype name string. The string resource may have exactly
149 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue,
151 mSubtypeNameResId = nameId;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AdditionalSubtype.java 59 final int nameId = SubtypeLocale.getSubtypeNameId(localeString, keyboardLayoutSetName);
60 return new InputMethodSubtype(nameId, R.drawable.ic_subtype_keyboard,
SubtypeLocale.java 146 final Integer nameId = sKeyboardLayoutToNameIdsMap.get(key);
147 return nameId == null ? UNKNOWN_KEYBOARD_LAYOUT : nameId;
  /dalvik/vm/hprof/
HprofHeap.cpp 236 hprof_string_id nameId;
245 nameId = hprofLookupStringId("app");
248 nameId = hprofLookupStringId("zygote");
253 nameId = hprofLookupStringId("<ILLEGAL>");
256 hprofAddIdToRecord(rec, nameId);
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java 50 * @param nameId The name of the subtype
54 public SpellCheckerSubtype(int nameId, String locale, String extraValue) {
55 mSubtypeNameResId = nameId;
  /frameworks/base/tools/aapt/
ResourceTable.h 189 uint32_t nameId)
191 return nameId | (typeId<<16) | (packageId<<24);
196 uint32_t nameId);
ResourceTable.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 188 IdentifierInfo *nameId = Tok.getIdentifierInfo();
199 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
234 nameId, nameLoc,
256 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
278 Actions.ActOnStartClassInterface(AtLoc, nameId, nameLoc,
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 85 milliseconds