Searched refs:calculateTextWidth (Results 1 – 1 of 1) sorted by relevance
2601 int textWidth = calculateTextWidth(LONG_TEXT);2636 int textWidth = calculateTextWidth(LONG_TEXT); in testEllipsizeEndAndNoEllipsizeHasSameBaselineForMultiLine()3182 public int calculateTextWidth(String text) { in calculateTextWidth() method3207 mTextView.setWidth(calculateTextWidth(LONG_TEXT.substring(0, charWidth))); in testHyphenationNotHappen_frequencyNone()3241 mTextView.setWidth(calculateTextWidth(LONG_TEXT.substring(0, charWidth))); in testHyphenationNotHappen_breakStrategySimple()