Home
last modified time | relevance | path

Searched refs:attrKeys (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DXmlKeyboardLoader.java444 KeyCommonAttributes attrKeys = new KeyCommonAttributes(xrp); in loadKeyboard() local
520 if (!attrKeys.getAttributes(attrRow)) { in loadKeyboard()
550 attrKeys.repeat, attrKeys.balloon); in loadKeyboard()
553 .getKeyType(attrKeys.keyType), null, null); in loadKeyboard()
558 right = left + attrKeys.keyWidth; in loadKeyboard()
560 bottom = top + attrKeys.keyHeight; in loadKeyboard()