Searched refs:shouldEllipsize (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 6290 boolean shouldEllipsize = mEllipsize != null && getKeyListener() == null; in makeNewLayout() 6303 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize, in makeNewLayout() 6309 shouldEllipsize, oppositeEllipsize, effectiveEllipsize != mEllipsize); in makeNewLayout() 6312 shouldEllipsize = mEllipsize != null; in makeNewLayout() 6316 if (shouldEllipsize) hintWidth = wantWidth; in makeNewLayout() 6328 (!shouldEllipsize || hintBoring.width <= ellipsisWidth)) { in makeNewLayout() 6341 } else if (shouldEllipsize && hintBoring.width <= hintWidth) { in makeNewLayout() 6354 } else if (shouldEllipsize) { in makeNewLayout() 6365 } else if (shouldEllipsize) { in makeNewLayout() 6401 Layout.Alignment alignment, boolean shouldEllipsize, TruncateAt effectiveEllipsize, in makeSingleLayout() argument [all …]
|