Searched refs:needWidth (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | TextLine.java | 479 boolean needWidth) { 489 y, bottom, null, needWidth); 855 FontMetricsInt fmi, boolean needWidth, int offset, in handleText() argument 874 if (needWidth || (c != null && (wp.bgColor != 0 || numDecorations != 0 || runIsRtl))) { in handleText() 972 boolean needWidth) { in handleReplacement() argument 979 if (needWidth || (c != null && runIsRtl)) { in handleReplacement() 1083 int bottom, FontMetricsInt fmi, boolean needWidth) { in handleRun() argument 1116 y, bottom, fmi, needWidth, measureLimit, null); in handleRun() 1156 bottom, fmi, needWidth || mlimit < measureLimit); in handleRun() 1197 top, y, bottom, fmi, needWidth || activeEnd < measureLimit, in handleRun() [all …]
|