HomeSort by relevance Sort by last modified time
    Searched defs:xmlId (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/content/src/android/content/res/cts/
ColorStateListTest.java 48 final int xmlId = R.drawable.testcolor;
51 c = ColorStateList.createFromXml(res, res.getXml(xmlId));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 193 final int xmlId = R.xml.kbd_suggestions_pane_template;
194 load(xmlId, parentKeyboard.mId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 303 final int xmlId = mResources.getIdentifier(keyboardLayoutSetName, "xml", packageName);
305 parseKeyboardLayoutSet(mResources, xmlId);

Completed in 3278 milliseconds