Searched refs:fontHeight (Results 1 – 2 of 2) sorted by relevance
451 int fontHeight = mFmi.bottom - mFmi.top; in onDraw() local452 float marginY = (height - fontHeight) / 2.0f; in onDraw()
472 int fontHeight = mFmi.bottom - mFmi.top; in drawSoftKey() local473 float marginY = (softKey.height() - fontHeight) / 2.0f; in drawSoftKey()