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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 65 public KeyboardId(String xmlName, int xmlId, Locale locale, int orientation, int width,
74 this.mXmlId = xmlId;
99 xmlId,
111 public KeyboardId cloneWithNewXml(String xmlName, int xmlId) {
112 return new KeyboardId(xmlName, xmlId, mLocale, mOrientation, mWidth, mMode, mAttribute,
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...]
  /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/latin/
MoreSuggestions.java 180 final int xmlId = R.xml.kbd_suggestions_pane_template;
181 load(keyboard.mId.cloneWithNewXml(mResources.getResourceEntryName(xmlId), xmlId));
  /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;

Completed in 322 milliseconds