Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextLine.java389 boolean needWidth) {
399 y, bottom, null, needWidth);
727 FontMetricsInt fmi, boolean needWidth) { in handleText() argument
742 if (needWidth || (c != null && (wp.bgColor != 0 || wp.underlineColor != 0 || runIsRtl))) { in handleText()
818 boolean needWidth) { in handleReplacement() argument
825 if (needWidth || (c != null && runIsRtl)) { in handleReplacement()
882 int bottom, FontMetricsInt fmi, boolean needWidth) { in handleRun() argument
899 y, bottom, fmi, needWidth || mlimit < measureLimit); in handleRun()
938 bottom, fmi, needWidth || mlimit < measureLimit); in handleRun()
961 top, y, bottom, fmi, needWidth || jnext < measureLimit); in handleRun()