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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
XmlKeyboardLoader.java 335 KeyCommonAttributes attrKey = new KeyCommonAttributes(xrp);
403 if (!attrKey.getAttributes(attrDef)) {
411 SoftKey softKey = getSoftKey(xrp, attrKey);
445 KeyCommonAttributes attrKey = new KeyCommonAttributes(xrp);
576 if (!attrKey.getAttributes(attrRow)) {
584 softKey = getSoftKey(xrp, attrKey);
635 KeyCommonAttributes attrKey) throws XmlPullParserException,
655 right = left + attrKey.keyWidth;
657 bottom = top + attrKey.keyHeight;
679 attrKey, (SoftKeyToggle) softKey, keyCode)))
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 412 String attrKey = internStrategy.intern(seq.substring(index, end));
416 element.addAttribute(attrKey, DEFAULT_ATTR_VALUE);
430 element.addAttribute(attrKey, attrValue);
436 reportError(state, "No attribute for key " + attrKey);
441 element.addAttribute(attrKey, attrValue);

Completed in 1906 milliseconds