Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DPrecomputedText.java452 final int hyphenationMode; in createMeasuredParagraphsFromPrecomputedText() local
454 hyphenationMode = isFastHyphenation(params.getHyphenationFrequency()) in createMeasuredParagraphsFromPrecomputedText()
458 hyphenationMode = MeasuredText.Builder.HYPHENATION_MODE_NONE; in createMeasuredParagraphsFromPrecomputedText()
475 params.getTextDirection(), hyphenationMode, computeLayout, true, in createMeasuredParagraphsFromPrecomputedText()
492 final int hyphenationMode; in createMeasuredParagraphs() local
494 hyphenationMode = isFastHyphenation(params.getHyphenationFrequency()) in createMeasuredParagraphs()
498 hyphenationMode = MeasuredText.Builder.HYPHENATION_MODE_NONE; in createMeasuredParagraphs()
528 params.getTextDirection(), hyphenationMode, computeLayout, computeBounds, in createMeasuredParagraphs()
DMeasuredParagraph.java538 int hyphenationMode, in buildForStaticLayout() argument
544 hyphenationMode, computeLayout, computeBounds, hint, recycle, null); in buildForStaticLayout()
576 int hyphenationMode, in buildForStaticLayoutTest() argument
580 hyphenationMode, computeLayout, false, null, null, testCallback); in buildForStaticLayoutTest()
590 int hyphenationMode, in buildForStaticLayoutInternal() argument
601 .setComputeHyphenation(hyphenationMode) in buildForStaticLayoutInternal()