Searched refs:needWidth (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | TextLine.java | 380 boolean needWidth) { 390 y, bottom, null, needWidth); 720 FontMetricsInt fmi, boolean needWidth, int offset) { in handleText() argument 736 if (needWidth || (c != null && (wp.bgColor != 0 || wp.underlineColor != 0 || runIsRtl))) { in handleText() 812 boolean needWidth) { in handleReplacement() argument 819 if (needWidth || (c != null && runIsRtl)) { in handleReplacement() 888 int bottom, FontMetricsInt fmi, boolean needWidth) { in handleRun() argument 910 y, bottom, fmi, needWidth, measureLimit); in handleRun() 949 bottom, fmi, needWidth || mlimit < measureLimit); in handleRun() 971 top, y, bottom, fmi, needWidth || jnext < measureLimit, offset); in handleRun()
|