Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DBalloonHint.java451 int fontHeight = mFmi.bottom - mFmi.top; in onDraw() local
452 float marginY = (height - fontHeight) / 2.0f; in onDraw()
DSoftKeyboardView.java472 int fontHeight = mFmi.bottom - mFmi.top; in drawSoftKey() local
473 float marginY = (softKey.height() - fontHeight) / 2.0f; in drawSoftKey()