Searched refs:marginY (Results 1 – 2 of 2) sorted by relevance
452 float marginY = (height - fontHeight) / 2.0f; in onDraw() local453 float y = marginY - mFmi.top; in onDraw()
473 float marginY = (softKey.height() - fontHeight) / 2.0f; in drawSoftKey() local474 float y = softKey.mTop + marginY - mFmi.top + mFmi.bottom / 1.5f; in drawSoftKey()