public
static
interface
TextUtils.EllipsizeCallback
| android.text.TextUtils.EllipsizeCallback |
|
|
Public methods | |
|---|---|
abstract
void
|
ellipsized(int start, int end)
This method is called to report that the specified region of
text was ellipsized away by a call to |
void ellipsized (int start,
int end)
This method is called to report that the specified region of
text was ellipsized away by a call to ellipsize(CharSequence, TextPaint, float, TextUtils.TruncateAt).
| Parameters | |
|---|---|
start |
int
|
end |
int
|