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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java66 * @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, argument
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, argument
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, argument
151 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.cpp1992 uint32_t nameId)
1994 return makeResId(p->getAssignedId(), t->getIndex(), nameId);
1990 getResId(const sp<Package>& p, const sp<Type>& t, uint32_t nameId) argument

Completed in 490 milliseconds