Searched defs:below (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DStaticLayout.java395 int above, below, top, bottom;
408 below = okDescent;
415 below = fitDescent;
422 below = fm.descent;
429 above, below, top, bottom,
602 int above, int below, int top, int bottom, int v,
632 fm.descent = below;
647 below = fm.descent;
663 mBottomPadding = bottom - below;
667 below
601 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, boolean hasTabOrEmoji, 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
[all...]

Completed in 49 milliseconds