Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java176 public int verticalGap; field in Keyboard.Row
207 verticalGap = getDimensionOrFraction(a, in Row()
574 row.verticalGap = mDefaultVerticalGap; in Keyboard()
805 y += currentRow.verticalGap; in loadKeyboard()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java217 final int width, final int height, final int horizontalGap, final int verticalGap) { in Key() argument
219 mHeight = height - verticalGap; in Key()
221 mVerticalGap = verticalGap; in Key()