HomeSort by relevance Sort by last modified time
    Searched defs:outerWidth (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/text/
BoringLayout.java 44 * @param outerWidth the wrapping width for the text
53 public static BoringLayout make(CharSequence source, TextPaint paint, int outerWidth,
56 return new BoringLayout(source, paint, outerWidth, align, spacingMult, spacingAdd, metrics,
65 * @param outerWidth the wrapping width for the text
77 * not used, {@code outerWidth} is used instead
79 public static BoringLayout make(CharSequence source, TextPaint paint, int outerWidth,
82 return new BoringLayout(source, paint, outerWidth, align, spacingmult, spacingadd, metrics,
93 * @param outerwidth the wrapping width for the text
102 public BoringLayout replaceOrMake(CharSequence source, TextPaint paint, int outerwidth,
105 replaceWith(source, paint, outerwidth, align, spacingMult, spacingAdd)
    [all...]
StaticLayout.java 475 TextPaint paint, int outerwidth,
479 this(source, bufstart, bufend, paint, outerwidth, align,
488 TextPaint paint, int outerwidth,
493 this(source, bufstart, bufend, paint, outerwidth, align,
504 TextPaint paint, int outerwidth,
514 paint, outerwidth, align, textDir, spacingmult, spacingadd);
516 Builder b = Builder.obtain(source, bufstart, bufend, paint, outerwidth)
548 mEllipsizedWidth = outerwidth;
611 int outerWidth = b.mWidth;
679 int firstWidth = outerWidth;
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutTest.java 542 * outerWidth if argument is null
547 int outerWidth = 100;
549 mDefaultPaint, outerWidth, DEFAULT_ALIGN, SPACE_MULTI,
554 mDefaultPaint, outerWidth, DEFAULT_ALIGN, SPACE_MULTI, SPACE_ADD,
556 assertEquals(outerWidth, layout.getEllipsizedWidth());
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1500 milliseconds