Searched refs:ellipsized (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextUtils.java964 * text was ellipsized away by a call to {@link #ellipsize}.
966 public void ellipsized(int start, int end); method in interface:TextUtils.EllipsizeCallback
992 * report the start and end of the ellipsized range.
1014 callback.ellipsized(0, 0);
1024 callback.ellipsized(0, len);
1045 callback.ellipsized(0, len - fit);
1058 callback.ellipsized(fit, len);
1074 callback.ellipsized(left, len - right);
1114 callback.ellipsized(0, 0);
1124 callback.ellipsized(
[all...]
H A DBoringLayout.java207 * If we have ellipsized, we have to actually calculate the
209 * full text, not the ellipsized form.
370 * Callback for the ellipsizer to report what region it ellipsized.
372 public void ellipsized(int start, int end) { method in class:BoringLayout

Completed in 48 milliseconds