Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java302 final Rect textBounds = new Rect(); in calculateTextHeight() local
305 textBounds.setEmpty(); in calculateTextHeight()
308 paint.getTextBounds(textHeightSample, 0, textHeightSample.length(), textBounds); in calculateTextHeight()
310 textBounds.left = 0; in calculateTextHeight()
311 textBounds.right = 0; in calculateTextHeight()
313 return textBounds.height(); in calculateTextHeight()