Searched defs:textHeight (Results 1 – 8 of 8) sorted by relevance
57 int textHeight = (int) Math.ceil(metric.descent - metric.ascent); in DaveyView() local
52 int textHeight = mTextBounds.bottom - mTextBounds.top; in draw() local
110 int textHeight = mRemainingSecondsView.getMeasuredHeight(); in startFadeOutAnimation() local
165 final int textHeight = mParams.mGesturePreviewTextHeight; in updatePreviewPosition() local
105 int textHeight = res.getDimensionPixelSize(R.dimen.snackbar_content_height); in show() local
273 int textHeight = mSetupTextLayout.getHeight(); in updateDrawableBounds() local
514 int textHeight = Utilities.calculateTextHeight(allAppsIconTextSizePx); in autoResizeAllAppsCells() local679 int textHeight = Utilities.calculateTextHeight(folderChildTextSizePx); in updateFolderCellSize() local
875 final float textHeight = -paint.ascent() + descent; in drawLanguageOnSpacebar() local