Searched refs:shouldEllipsize (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | ImageFloatingTextView.java | 67 Layout.Alignment alignment, boolean shouldEllipsize, in makeSingleLayout() argument 92 if (shouldEllipsize) { in makeSingleLayout()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 8976 boolean shouldEllipsize = mEllipsize != null && getKeyListener() == null; in makeNewLayout() 8989 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize, in makeNewLayout() 8995 shouldEllipsize, oppositeEllipsize, effectiveEllipsize != mEllipsize); in makeNewLayout() 8998 shouldEllipsize = mEllipsize != null; in makeNewLayout() 9002 if (shouldEllipsize) hintWidth = wantWidth; in makeNewLayout() 9014 && (!shouldEllipsize || hintBoring.width <= ellipsisWidth)) { in makeNewLayout() 9026 } else if (shouldEllipsize && hintBoring.width <= hintWidth) { in makeNewLayout() 9053 if (shouldEllipsize) { in makeNewLayout() 9097 Layout.Alignment alignment, boolean shouldEllipsize, TruncateAt effectiveEllipsize, in makeSingleLayout() argument 9139 } else if (shouldEllipsize && boring.width <= wantWidth) { in makeSingleLayout() [all …]
|