Searched refs:includePad (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java70 * Basic test showing effect of includePad = true with 1 line.
85 * Basic test showing effect of includePad = true wrapping to 2 lines.
102 * Basic test showing effect of includePad = true wrapping to 3 lines.
121 * Basic test showing effect of includePad = true wrapping to 3 lines and
149 * Basic test showing effect of includePad = true, spacingAdd = 2, wrapping
170 * Basic test showing effect of includePad = true, spacingAdd = 2,
192 * Basic test showing effect of includePad = true, spacingAdd = 0,
248 boolean includePad = false; field in class:StaticLayoutTest.LayoutBuilder
280 LayoutBuilder setIncludePad(boolean includePad) { argument
281 this.includePad
[all...]
/frameworks/base/core/java/android/text/
H A DStaticLayout.java219 * @param includePad whether to include padding
223 public Builder setIncludePad(boolean includePad) { argument
224 mIncludePad = includePad;
876 boolean easy, int bufEnd, boolean includePad,
930 if (includePad) {
942 if (includePad) {
870 out(CharSequence text, int start, int end, int above, int below, int top, int bottom, int v, float spacingmult, float spacingadd, LineHeightSpan[] chooseHt, int[] chooseHtv, Paint.FontMetricsInt fm, int flags, boolean needMultiply, byte[] chdirs, int dir, boolean easy, int bufEnd, boolean includePad, boolean trackPad, char[] chs, float[] widths, int widthStart, TextUtils.TruncateAt ellipsize, float ellipsisWidth, float textWidth, TextPaint paint, boolean moreChars) argument

Completed in 41 milliseconds