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

/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java64 * 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; field in class:StaticLayoutTest.LayoutBuilder
274 LayoutBuilder setIncludePad(boolean includePad) { argument
275 this.includePad
[all...]
/frameworks/base/core/java/android/text/
H A DStaticLayout.java218 * @param includePad whether to include padding
222 public Builder setIncludePad(boolean includePad) { argument
223 mIncludePad = includePad;
866 boolean easy, int bufEnd, boolean includePad,
920 if (includePad) {
932 if (includePad) {
860 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 30 milliseconds