Searched defs:textHeight (Results 1 – 9 of 9) sorted by relevance
57 int textHeight = (int) Math.ceil(metric.descent - metric.ascent); in DaveyView() local
36 val textHeight: Int = mTextBounds.bottom - mTextBounds.top in draw() constant
110 int textHeight = mRemainingSecondsView.getMeasuredHeight(); in startFadeOutAnimation() local
165 final int textHeight = mParams.mGesturePreviewTextHeight; in updatePreviewPosition() local
157 int textHeight = res.getDimensionPixelSize(R.dimen.snackbar_content_height); in show() local
148 int textHeight = Utilities.calculateTextHeight(deviceProfile.allAppsIconTextSizePx); in getExpectedHeight() local
413 int textHeight = mSetupTextLayout.getHeight(); in updateDrawableBounds() local
436 int textHeight = lineCount * (fontMetricsInt.bottom - fontMetricsInt.top); in isTextClippedVertically() local
875 final float textHeight = -paint.ascent() + descent; in drawLanguageOnSpacebar() local