Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DMeasuredParagraph.java543 return buildForStaticLayoutInternal(paint, lineBreakConfig, text, start, end, textDir, in buildForStaticLayout()
579 return buildForStaticLayoutInternal(paint, lineBreakConfig, text, start, end, textDir, in buildForStaticLayoutTest()
583 private static @NonNull MeasuredParagraph buildForStaticLayoutInternal( in buildForStaticLayoutInternal() method in MeasuredParagraph