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

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