Searched refs:keyHeight (Results 1 – 2 of 2) sorted by relevance
299 float keyHeight; field in XmlKeyboardLoader.KeyCommonAttributes312 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()
264 int keyHeight = mEnvironment.getKeyHeight(); in updateSkbLayout() local