HomeSort by relevance Sort by last modified time
    Searched full:ellipsized (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/text/
BoringLayout.java 207 * 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
TextUtils.java 964 * 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.
    [all...]
Layout.java     [all...]
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 255 notes = "Test ellipsized",
256 method = "ellipsized",
273 mBoringLayout.ellipsized(0, 1);
275 mBoringLayout.ellipsized(1, 2);
StaticLayoutTest.java 354 * Returns the number of characters to be ellipsized away, or 0 if no ellipsis is to take place.
383 * Return the offset of the first character to be ellipsized away
385 * (So 0 if the beginning of the line is ellipsized, not getLineStart().)
TextUtilsTest.java 441 public void ellipsized(final int start, final int end) {
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 229 // get the non-ellipsized line width, to determine whether scrolling
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]
  /external/webkit/WebKit/mac/
ChangeLog-2002-12-03     [all...]

Completed in 283 milliseconds