Home | History | Annotate | Download | only in text

Lines Matching refs:boring

221      * Returns null if not boring; the width, ascent, and descent if boring.
229 * Returns null if not boring; the width, ascent, and descent if boring.
239 * Returns null if not boring; the width, ascent, and descent in the
241 * if boring.
248 * Returns null if not boring; the width, ascent, and descent in the
250 * if boring.
257 boolean boring = true;
274 boring = false;
280 boring = false;
287 if (boring && text instanceof Spanned) {
291 boring = false;
295 if (boring) {