Searched refs:totalContentWidth (Results 1 – 1 of 1) sorted by relevance
146 int totalContentWidth = (int) (labelView.getPaint().measureText(labelString.toString()) in show() local150 if (totalContentWidth > params.width) { in show()152 if (totalContentWidth <= maxWidth) { in show()153 params.width = totalContentWidth; in show()