Home
last modified time | relevance | path

Searched refs:needWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
DTextLine.java500 boolean needWidth) {
510 y, bottom, null, needWidth);
876 FontMetricsInt fmi, boolean needWidth, int offset, in handleText() argument
893 if (needWidth || (c != null && (wp.bgColor != 0 || numDecorations != 0 || runIsRtl))) { in handleText()
990 boolean needWidth) { in handleReplacement() argument
997 if (needWidth || (c != null && runIsRtl)) { in handleReplacement()
1103 int bottom, FontMetricsInt fmi, boolean needWidth) { in handleRun() argument
1135 y, bottom, fmi, needWidth, measureLimit, null); in handleRun()
1171 bottom, fmi, needWidth || mlimit < measureLimit); in handleRun()
1210 top, y, bottom, fmi, needWidth || activeEnd < measureLimit, in handleRun()
[all …]