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

/frameworks/base/core/java/android/text/
H A DStaticLayout.java660 boolean easy = measured.mEasy;
822 needMultiply, chdirs, dir, easy, bufEnd, includepad, trackpad,
876 boolean easy, int bufEnd, boolean includePad,
974 // easy means all chars < the first RTL, so no emoji, no nothing
975 // XXX a run with no text or all spaces is easy but might be an empty
976 // RTL paragraph. Make sure easy is false if this is the case.
977 if (easy) {
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 70 milliseconds