Searched refs:textBounds (Results 1 – 1 of 1) sorted by relevance
107 final Rect textBounds = new Rect(0, 0, 0, 0); in ContactRecipientAutoCompleteView() local109 paint.getTextBounds(TEXT_HEIGHT_SAMPLE, 0, TEXT_HEIGHT_SAMPLE.length(), textBounds); in ContactRecipientAutoCompleteView()110 mTextHeight = textBounds.height(); in ContactRecipientAutoCompleteView()