Searched refs:compressText (Results 1 – 1 of 1) sorted by relevance
9051 if (!compressText(ellipsisWidth)) { in makeNewLayout()9161 private boolean compressText(float width) { in compressText() method in TextView.Drawables10369 if (compressText(getWidth() - getCompoundPaddingLeft() - getCompoundPaddingRight())) { in startMarquee()