Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardRow.java132 public float getKeyWidth(final TypedArray keyAttr) { in getKeyWidth() method in KeyboardRow
133 return getKeyWidth(keyAttr, mCurrentX); in getKeyWidth()
136 public float getKeyWidth(final TypedArray keyAttr, final float keyXPos) { in getKeyWidth() method in KeyboardRow
DKeyboardBuilder.java468 row.setDefaultKeyWidth(row.getKeyWidth(keyAttr)); in parseIncludeInternal()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java642 protected int getKeyWidth() { in getKeyWidth() method in Keyboard
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java235 final float keyWidth = row.getKeyWidth(keyAttr, keyXPos); in Key()