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 | 8961 boolean shouldEllipsize = mEllipsize != null && getKeyListener() == null; in makeNewLayout() 8974 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize, in makeNewLayout() 8980 shouldEllipsize, oppositeEllipsize, effectiveEllipsize != mEllipsize); in makeNewLayout() 8983 shouldEllipsize = mEllipsize != null; in makeNewLayout() 8987 if (shouldEllipsize) hintWidth = wantWidth; in makeNewLayout() 8999 && (!shouldEllipsize || hintBoring.width <= ellipsisWidth)) { in makeNewLayout() 9011 } else if (shouldEllipsize && hintBoring.width <= hintWidth) { in makeNewLayout() 9038 if (shouldEllipsize) { in makeNewLayout() 9082 Layout.Alignment alignment, boolean shouldEllipsize, TruncateAt effectiveEllipsize, in makeSingleLayout() argument 9124 } else if (shouldEllipsize && boring.width <= wantWidth) { in makeSingleLayout() [all …]
|