Home | History | Annotate | Download | only in text

Lines Matching defs:where

689             // "if" instead of "else if" where there are interfaces
911 int where = indexOf(tb, sources[i]);
913 if (where >= 0)
914 tb.setSpan(sources[i], where, where + sources[i].length(),
1199 float avail, TruncateAt where) {
1200 return ellipsize(text, p, avail, where, false, null);
1217 float avail, TruncateAt where,
1220 return ellipsize(text, paint, avail, where, preserveLength, callback,
1222 getEllipsisString(where));
1240 float avail, TruncateAt where,
1269 } else if (where == TruncateAt.START) {
1271 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) {
1901 * @return A subset of spans where empty spans ({@link Spanned#getSpanStart(Object)} ==