Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidatesViewManager.java249 private static final float KEYBOARD_VERTICAL_GAP = 0.009f; field in TextCandidatesViewManager
442 mKeyboardHeight += Math.round(height * KEYBOARD_VERTICAL_GAP) in initView()