Home | History | Annotate | Download | only in suggestions

Lines Matching refs:ellipsized

418      * may be shrunk or ellipsized to fit in the specified width.
645 // get squeezed and ellipsized text, passes enlarged width (maxWidth / MIN_TEXT_XSCALE).
647 CharSequence ellipsized
649 // For an unknown reason, ellipsized seems to return a text that does indeed fit inside the
658 final float ellipsizedTextWidth = getTextWidth(ellipsized, paint);
660 ellipsized = TextUtils.ellipsize(
665 return ellipsized;