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

  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTest.java 64 * Basic test showing effect of includePad = true with 1 line.
79 * Basic test showing effect of includePad = true wrapping to 2 lines.
96 * Basic test showing effect of includePad = true wrapping to 3 lines.
115 * Basic test showing effect of includePad = true wrapping to 3 lines and
143 * Basic test showing effect of includePad = true, spacingAdd = 2, wrapping
164 * Basic test showing effect of includePad = true, spacingAdd = 2,
186 * Basic test showing effect of includePad = true, spacingAdd = 0,
242 boolean includePad = false;
274 LayoutBuilder setIncludePad(boolean includePad) {
275 this.includePad = includePad
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 47 boolean includepad) {
49 spacingmult, spacingadd, includepad);
58 boolean includepad) {
60 spacingmult, spacingadd, includepad);
67 boolean includepad) {
69 spacingmult, spacingadd, includepad, null, 0);
79 boolean includepad) {
81 spacingmult, spacingadd, includepad, null, 0, Integer.MAX_VALUE);
88 boolean includepad,
92 spacingmult, spacingadd, includepad, ellipsize, ellipsizedWidth, Integer.MAX_VALUE)
    [all...]

Completed in 29 milliseconds