Searched defs:shouldEllipsize (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java6594 boolean shouldEllipsize = mEllipsize != null && getKeyListener() == null;
6607 mLayout = makeSingleLayout(wantWidth, boring, ellipsisWidth, alignment, shouldEllipsize,
6613 shouldEllipsize, oppositeEllipsize, effectiveEllipsize != mEllipsize);
6616 shouldEllipsize = mEllipsize != null;
6620 if (shouldEllipsize) hintWidth = wantWidth;
6632 (!shouldEllipsize || hintBoring.width <= ellipsisWidth)) {
6645 } else if (shouldEllipsize && hintBoring.width <= hintWidth) {
6670 if (shouldEllipsize) {
6702 Layout.Alignment alignment, boolean shouldEllipsize, TruncateAt effectiveEllipsize,
6734 } else if (shouldEllipsize
6701 makeSingleLayout(int wantWidth, BoringLayout.Metrics boring, int ellipsisWidth, Layout.Alignment alignment, boolean shouldEllipsize, TruncateAt effectiveEllipsize, boolean useSaved) argument
[all...]

Completed in 19 milliseconds