Searched refs:shouldEllipsize (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | ImageFloatingTextView.java | 69 Layout.Alignment alignment, boolean shouldEllipsize, in makeSingleLayout() argument 88 if (shouldEllipsize) { in makeSingleLayout()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 7838 boolean shouldEllipsize = mEllipsize != null && getKeyListener() == null; in makeNewLayout() 7851 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize, in makeNewLayout() 7857 shouldEllipsize, oppositeEllipsize, effectiveEllipsize != mEllipsize); in makeNewLayout() 7860 shouldEllipsize = mEllipsize != null; in makeNewLayout() 7864 if (shouldEllipsize) hintWidth = wantWidth; in makeNewLayout() 7876 && (!shouldEllipsize || hintBoring.width <= ellipsisWidth)) { in makeNewLayout() 7888 } else if (shouldEllipsize && hintBoring.width <= hintWidth) { in makeNewLayout() 7914 if (shouldEllipsize) { in makeNewLayout() 7948 Layout.Alignment alignment, boolean shouldEllipsize, TruncateAt effectiveEllipsize, in makeSingleLayout() argument 7980 } else if (shouldEllipsize && boring.width <= wantWidth) { in makeSingleLayout() [all …]
|