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

  /cts/tests/tests/content/src/android/content/res/cts/
ColorStateListTest.java 105 final int xmlId = R.drawable.testcolor;
108 c = ColorStateList.createFromXml(res, res.getXml(xmlId));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MiniKeyboard.java 208 public Builder(KeyboardView view, int xmlId, Key parentKey, Keyboard parentKeyboard) {
210 load(parentKeyboard.mId.cloneWithNewXml(mResources.getResourceEntryName(xmlId), xmlId));
KeyboardSwitcher.java 302 final int xmlId;
305 xmlId = (isSymbols && isShift) ? R.xml.kbd_phone_shift : R.xml.kbd_phone;
308 xmlId = R.xml.kbd_number;
312 xmlId = isShift ? R.xml.kbd_symbols_shift : R.xml.kbd_symbols;
314 xmlId = R.xml.kbd_qwerty;
343 mResources.getResourceEntryName(xmlId), xmlId, locale, conf.orientation,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
MoreSuggestions.java 180 final int xmlId = R.xml.kbd_suggestions_pane_template;
181 load(keyboard.mId.cloneWithNewXml(mResources.getResourceEntryName(xmlId), xmlId));

Completed in 565 milliseconds