Searched refs:textHeight (Results 1 – 6 of 6) sorted by relevance
436 int textHeight = mTextDescent - mTextAscent; in onSizeChanged() local439 if (h > (textHeight*6)) { in onSizeChanged()441 if (h > (textHeight*15)) { in onSizeChanged()443 mLineWidth = textHeight/2; in onSizeChanged()446 mLineWidth = textHeight/3; in onSizeChanged()448 mLevelTop = textHeight + mLineWidth; in onSizeChanged()474 int barOffset = textHeight + mLineWidth; in onSizeChanged()
156 final int textHeight = mParams.mGesturePreviewTextHeight; in updatePreviewPosition() local161 final float rectHeight = textHeight + vPad * 2.0f; in updatePreviewPosition()172 mPreviewTextY = (int)(rectY + vPad) + textHeight; in updatePreviewPosition()
52 int textHeight = mTextBounds.bottom - mTextBounds.top; in draw() local54 canvas.drawText(mDayOfMonth, bounds.right / 2, ((float) bounds.bottom + textHeight + 1) / 2, in draw()
163 int textHeight = chooseSize(window, inputView, text, textView); in show() local164 offy -= textView.getPaddingTop() + textHeight; in show()
165 int textHeight = chooseSize(window, inputView, text, textView); in show() local166 offy -= textView.getPaddingTop() + textHeight; in show()
1414 final float textHeight = -paint.ascent() + descent; in drawSpacebar() local1415 final float baseline = height / 2 + textHeight / 2; in drawSpacebar()