Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java6687 if (!compressText(ellipsisWidth)) { in makeNewLayout()
6772 private boolean compressText(float width) { in compressText() method in TextView
7826 if (compressText(getWidth() - getCompoundPaddingLeft() - getCompoundPaddingRight())) { in startMarquee()