Searched defs:nameId (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java50 * @param nameId The name of the subtype
54 public SpellCheckerSubtype(int nameId, String locale, String extraValue) { argument
55 mSubtypeNameResId = nameId;
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java197 private static InputMethodSubtypeBuilder getBuilder(int nameId, int iconId, String locale, argument
201 builder.mSubtypeNameResId = nameId;
220 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, argument
222 this(nameId, iconId, locale, mode, extraValue, isAuxiliary,
230 * @param nameId Resource ID of the subtype name string. The string resource may have exactly
257 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, argument
259 this(getBuilder(nameId, iconId, locale, mode, extraValue, isAuxiliary,
/frameworks/base/tools/aapt/
H A DResourceTable.h207 uint32_t nameId)
209 return nameId | (typeId<<16) | (packageId<<24);
214 uint32_t nameId);
205 makeResId(uint32_t packageId, uint32_t typeId, uint32_t nameId) argument
H A DResourceTable.cpp2103 uint32_t nameId)
2105 return makeResId(p->getAssignedId(), t->getIndex(), nameId);
2101 getResId(const sp<Package>& p, const sp<Type>& t, uint32_t nameId) argument

Completed in 7709 milliseconds