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

/frameworks/base/core/java/android/text/
H A DStaticLayout.java586 boolean needMultiply = (spacingmult != 1 || spacingadd != 0);
822 needMultiply, chdirs, dir, easy, bufEnd, includepad, trackpad,
863 needMultiply, measured.mLevels, measured.mDir, measured.mEasy, bufEnd,
875 boolean needMultiply, byte[] chdirs, int dir,
948 if (needMultiply && !lastLine) {
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 38 milliseconds