Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java261 final float horizontalGapFloat = mHorizontalGap; in Key() local
270 mX = Math.round(keyXPos + horizontalGapFloat / 2); in Key()
272 mWidth = Math.round(keyWidth - horizontalGapFloat); in Key()