Searched defs:attrId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DThemeUtils.java29 public static int getAttribute(Theme theme, int attrId) { argument
31 theme.resolveAttribute(attrId, outValue, true);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DXmlParseUtils.java73 public static void checkAttributeExists(TypedArray attr, int attrId, String attrName, argument
75 if (attr.hasValue(attrId))

Completed in 390 milliseconds