Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DImageFloatingTextView.java67 Layout.Alignment alignment, boolean shouldEllipsize, in makeSingleLayout() argument
92 if (shouldEllipsize) { in makeSingleLayout()
/frameworks/base/core/java/android/widget/
DTextView.java8191 boolean shouldEllipsize = mEllipsize != null && getKeyListener() == null; in makeNewLayout()
8204 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize, in makeNewLayout()
8210 shouldEllipsize, oppositeEllipsize, effectiveEllipsize != mEllipsize); in makeNewLayout()
8213 shouldEllipsize = mEllipsize != null; in makeNewLayout()
8217 if (shouldEllipsize) hintWidth = wantWidth; in makeNewLayout()
8229 && (!shouldEllipsize || hintBoring.width <= ellipsisWidth)) { in makeNewLayout()
8241 } else if (shouldEllipsize && hintBoring.width <= hintWidth) { in makeNewLayout()
8268 if (shouldEllipsize) { in makeNewLayout()
8312 Layout.Alignment alignment, boolean shouldEllipsize, TruncateAt effectiveEllipsize, in makeSingleLayout() argument
8354 } else if (shouldEllipsize && boring.width <= wantWidth) { in makeSingleLayout()
[all …]