Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DXmlKeyboardLoader.java299 float keyHeight; field in XmlKeyboardLoader.KeyCommonAttributes
312 keyHeight = getFloat(mXrp, XMLATTR_KEY_HEIGHT, defAttr.keyHeight); in getAttributes()
315 if (keyType < 0 || keyWidth <= 0 || keyHeight <= 0) { in getAttributes()
560 bottom = top + attrKeys.keyHeight; in loadKeyboard()
601 mKeyYPos += attrRow.keyHeight; in loadKeyboard()
612 mKeyYPos += attrRow.keyHeight; in loadKeyboard()
657 bottom = top + attrKey.keyHeight; in getSoftKey()
DSkbContainer.java264 int keyHeight = mEnvironment.getKeyHeight(); in updateSkbLayout() local