Home
last modified time | relevance | path

Searched refs:textSpace (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDialogFragmentTest.java208 final float textSpace = paint.getFontSpacing(); in getInputTextHeight() local
209 return Math.round(textSize + textSpace); in getInputTextHeight()