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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java65 * @param nameId Resource ID of the subtype name string. The string resource may have exactly
84 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, argument
86 this(nameId, iconId, locale, mode, extraValue, isAuxiliary, false);
91 * @param nameId Resource ID of the subtype name string. The string resource may have exactly
113 public InputMethodSubtype(int nameId, int iconId, String locale, String mode, String extraValue, argument
115 mSubtypeNameResId = nameId;
/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/tools/aapt/
H A DResourceTable.h189 uint32_t nameId)
191 return nameId | (typeId<<16) | (packageId<<24);
196 uint32_t nameId);
187 makeResId(uint32_t packageId, uint32_t typeId, uint32_t nameId) argument
H A DResourceTable.cpp1991 uint32_t nameId)
1993 return makeResId(p->getAssignedId(), t->getIndex(), nameId);
1989 getResId(const sp<Package>& p, const sp<Type>& t, uint32_t nameId) argument

Completed in 408 milliseconds