Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DBalloonHint.java452 float marginY = (height - fontHeight) / 2.0f; in onDraw() local
453 float y = marginY - mFmi.top; in onDraw()
DSoftKeyboardView.java473 float marginY = (softKey.height() - fontHeight) / 2.0f; in drawSoftKey() local
474 float y = softKey.mTop + marginY - mFmi.top + mFmi.bottom / 1.5f; in drawSoftKey()