HomeSort by relevance Sort by last modified time
    Searched refs:boring (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
ExceptionTextView.java 54 BoringLayout.Metrics boring,
62 super.makeNewLayout(w, hintWidth, boring, hintMetrics, ellipsizedWidth,
  /frameworks/base/core/java/android/text/
BoringLayout.java 225 * Returns null if not boring; the width, ascent, and descent if boring.
233 * Returns null if not boring; the width, ascent, and descent in the
235 * if boring.
241 boolean boring = true;
258 boring = false;
266 if (boring && text instanceof Spanned) {
270 boring = false;
274 if (boring) {