HomeSort by relevance Sort by last modified time
    Searched refs:xmlId (Results 1 - 5 of 5) 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 188 final int xmlId = R.xml.kbd_suggestions_pane_template;
189 load(xmlId, parentKeyboard.mId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 73 String xmlId) {
79 mXmlId = xmlId;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 300 final int xmlId = mResources.getIdentifier(keyboardLayoutSetName, "xml", packageName);
302 parseKeyboardLayoutSet(mResources, xmlId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 160 public KeyboardBuilder<KP> load(final int xmlId, final KeyboardId id) {
162 final XmlResourceParser parser = mResources.getXml(xmlId);
    [all...]

Completed in 211 milliseconds