Package icyllis.modernui.text
Interface TextUtils.EllipsizeCallback
- All Known Implementing Classes:
BoringLayout
- Enclosing class:
TextUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
ellipsized
(int start, int end) This method is called to report that the specified region of text was ellipsized away by a call toTextUtils.ellipsize(java.lang.CharSequence, icyllis.modernui.text.TextPaint, float, icyllis.modernui.text.TextUtils.TruncateAt)
.
-
Method Details
-
ellipsized
void ellipsized(int start, int end) This method is called to report that the specified region of text was ellipsized away by a call toTextUtils.ellipsize(java.lang.CharSequence, icyllis.modernui.text.TextPaint, float, icyllis.modernui.text.TextUtils.TruncateAt)
.
-