Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DImageFloatingTextView.java69 Layout.Alignment alignment, boolean shouldEllipsize, in makeSingleLayout() argument
94 if (shouldEllipsize) { in makeSingleLayout()
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java9101 boolean shouldEllipsize = mEllipsize != null && getKeyListener() == null; in makeNewLayout()
9114 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize, in makeNewLayout()
9120 shouldEllipsize, oppositeEllipsize, effectiveEllipsize != mEllipsize); in makeNewLayout()
9123 shouldEllipsize = mEllipsize != null; in makeNewLayout()
9127 if (shouldEllipsize) hintWidth = wantWidth; in makeNewLayout()
9139 && (!shouldEllipsize || hintBoring.width <= ellipsisWidth)) { in makeNewLayout()
9151 } else if (shouldEllipsize && hintBoring.width <= hintWidth) { in makeNewLayout()
9178 if (shouldEllipsize) { in makeNewLayout()
9222 Layout.Alignment alignment, boolean shouldEllipsize, TruncateAt effectiveEllipsize, in makeSingleLayout() argument
9264 } else if (shouldEllipsize && boring.width <= wantWidth) { in makeSingleLayout()
[all …]