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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodSubtypeCompatUtils.java 26 // Note that InputMethodSubtype(int nameId, int iconId, String locale, String mode,
44 public static InputMethodSubtype newInputMethodSubtype(int nameId, int iconId, String locale,
49 return new InputMethodSubtype(nameId, iconId, locale, mode, extraValue, isAuxiliary,
53 nameId, iconId, locale, mode, extraValue, isAuxiliary,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtils.java 64 final int nameId = SubtypeLocaleUtils.getSubtypeNameId(localeString, keyboardLayoutSetName);
66 nameId, localeString, layoutExtraValue, additionalSubtypeExtraValue);
140 private static InputMethodSubtype buildInputMethodSubtype(int nameId, String localeString,
145 final int subtypeId = getInputMethodSubtypeId(nameId, localeString, layoutExtraValue,
155 return InputMethodSubtypeCompatUtils.newInputMethodSubtype(nameId,
160 private static int getInputMethodSubtypeId(int nameId, String localeString,
163 return (new InputMethodSubtype(nameId, R.drawable.ic_ime_switcher_dark,
SubtypeLocaleUtils.java 148 final Integer nameId = sKeyboardLayoutToNameIdsMap.get(key);
149 return nameId == null ? UNKNOWN_KEYBOARD_LAYOUT : nameId;
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 197 private static InputMethodSubtypeBuilder getBuilder(int nameId, int iconId, String locale,
201 builder.mSubtypeNameResId = nameId;
220 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue,
222 this(nameId, iconId, locale, mode, extraValue, isAuxiliary, false);
232 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue,
234 this(nameId, iconId, locale, mode, extraValue, isAuxiliary,
242 * @param nameId Resource ID of the subtype name string. The string resource may have exactly
269 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue,
271 this(getBuilder(nameId, iconId, locale, mode, extraValue, isAuxiliary,
  /dalvik/vm/hprof/
HprofHeap.cpp 233 hprof_string_id nameId;
242 nameId = hprofLookupStringId("app");
245 nameId = hprofLookupStringId("zygote");
250 nameId = hprofLookupStringId("<ILLEGAL>");
253 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;
  /art/runtime/hprof/
hprof.cc 843 HprofStringId nameId;
851 nameId = LookupStringId("app");
854 nameId = LookupStringId("zygote");
859 nameId = LookupStringId("<ILLEGAL>");
862 rec->AddId(nameId);
    [all...]
  /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 203 IdentifierInfo *nameId = Tok.getIdentifierInfo();
214 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
249 nameId, nameLoc,
271 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
293 Actions.ActOnStartClassInterface(AtLoc, nameId, nameLoc,
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 918 milliseconds