HomeSort by relevance Sort by last modified time
    Searched refs:boring (Results 1 - 4 of 4) 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 if boring.
243 * Returns null if not boring; the width, ascent, and descent in the
245 * if boring.
252 * Returns null if not boring; the width, ascent, and descent in the
254 * if boring.
261 boolean boring = true;
278 boring = false
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 6457 BoringLayout.Metrics boring = UNKNOWN_BORING; local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java 475 protected void makeNewLayout(int w, int hintWidth, Metrics boring,
479 super.makeNewLayout(w, hintWidth, boring, hintBoring, ellipsisWidth,
    [all...]

Completed in 320 milliseconds