Added in API level 1
Summary:
Methods
TextUtils.EllipsizeCallback
public
static
interface
TextUtils.EllipsizeCallback
Summary
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 |
Public methods
ellipsized
Added in API level 1
public 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 TextUtils.ellipsize(CharSequence, TextPaint, float, TruncateAt).
