Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DImageFloatingTextView.java72 Layout.Alignment alignment, boolean shouldEllipsize, in makeSingleLayout() argument
98 if (shouldEllipsize) { in makeSingleLayout()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java10578 boolean shouldEllipsize = mEllipsize != null && getKeyListener() == null;
10591 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize,
10597 shouldEllipsize, oppositeEllipsize, effectiveEllipsize != mEllipsize);
10600 shouldEllipsize = mEllipsize != null;
10604 if (shouldEllipsize) hintWidth = wantWidth;
10616 && (!shouldEllipsize || hintBoring.width <= ellipsisWidth)) {
10628 } else if (shouldEllipsize && hintBoring.width <= hintWidth) {
10657 if (shouldEllipsize) {
10701 Layout.Alignment alignment, boolean shouldEllipsize, TruncateAt effectiveEllipsize,
10744 } else if (shouldEllipsize && boring.width <= wantWidth) {
[all …]