Searched defs:textHeight (Results 1 – 10 of 10) 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
125 int textHeight = Utilities.calculateTextHeight(deviceProfile.allAppsIconTextSizePx); in getExpectedHeight() local
156 int textHeight = res.getDimensionPixelSize(R.dimen.snackbar_content_height); in show() local
272 int textHeight = mSetupTextLayout.getHeight(); in updateDrawableBounds() local
427 int textHeight = lineCount * (fontMetricsInt.bottom - fontMetricsInt.top); in isTextClippedVertically() local
1224 int textHeight = Utilities.calculateTextHeight(allAppsIconTextSizePx); in autoResizeAllAppsCells() local1292 int textHeight = Utilities.calculateTextHeight(folderChildTextSizePx); in updateFolderCellSize() local
875 final float textHeight = -paint.ascent() + descent; in drawLanguageOnSpacebar() local