Searched refs:needWidth (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | TextLine.java | 389 boolean needWidth) { 399 y, bottom, null, needWidth); 727 FontMetricsInt fmi, boolean needWidth) { in handleText() argument 743 if (needWidth || (c != null && (wp.bgColor != 0 || wp.underlineColor != 0 || runIsRtl))) { in handleText() 820 boolean needWidth) { in handleReplacement() argument 827 if (needWidth || (c != null && runIsRtl)) { in handleReplacement() 884 int bottom, FontMetricsInt fmi, boolean needWidth) { in handleRun() argument 901 y, bottom, fmi, needWidth || mlimit < measureLimit); in handleRun() 940 bottom, fmi, needWidth || mlimit < measureLimit); in handleRun() 959 top, y, bottom, fmi, needWidth || jnext < measureLimit); in handleRun()
|