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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatTextViewAutoSizeHelper.java734 boolean includePad = true;
740 includePad = mTextView.getIncludeFontPadding();
748 includePad = invokeAndReturnWithDefault(mTextView,
749 "getIncludeFontPadding", includePad);
758 includePad);
/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java123 * Basic test showing effect of includePad = true with 1 line.
138 * Basic test showing effect of includePad = true wrapping to 2 lines.
155 * Basic test showing effect of includePad = true wrapping to 3 lines.
174 * Basic test showing effect of includePad = true wrapping to 3 lines and
202 * Basic test showing effect of includePad = true, spacingAdd = 2, wrapping
223 * Basic test showing effect of includePad = true, spacingAdd = 2,
245 * Basic test showing effect of includePad = true, spacingAdd = 0,
301 boolean includePad = false; field in class:StaticLayoutTest.LayoutBuilder
333 LayoutBuilder setIncludePad(boolean includePad) { argument
334 this.includePad
[all...]
/frameworks/base/core/java/android/text/
H A DStaticLayout.java221 * @param includePad whether to include padding
225 public Builder setIncludePad(boolean includePad) { argument
226 mIncludePad = includePad;
907 boolean easy, int bufEnd, boolean includePad,
979 if (includePad) {
991 if (includePad) {
1015 int maxLineBelow = includePad ? bottom : below;
901 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 86 milliseconds