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

/frameworks/base/core/java/android/text/
H A DBoringLayout.java207 * If we have ellipsized, we have to actually calculate the
209 * full text, not the ellipsized form.
405 * Callback for the ellipsizer to report what region it ellipsized.
407 public void ellipsized(int start, int end) { method in class:BoringLayout
H A DTextUtils.java1021 * text was ellipsized away by a call to {@link #ellipsize}.
1023 public void ellipsized(int start, int end); method in interface:TextUtils.EllipsizeCallback
1047 * report the start and end of the ellipsized range. TextDirection
1074 * report the start and end of the ellipsized range.
1093 callback.ellipsized(0, 0);
1119 callback.ellipsized(left, right);

Completed in 205 milliseconds