Merge "Use HYPHENATION_FREQUENCY_FULL_FAST" into udc-dev am: 5d975e69bc

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23410076

Change-Id: Iad2ec5f3be7fa31755da4b6ba272fa8742931f53
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ibrahim Yilmaz
2023-05-24 20:17:03 +00:00
committed by Automerger Merge Worker

View File

@@ -82,7 +82,7 @@ public class ImageFloatingTextView extends TextView {
.setIncludePad(getIncludeFontPadding())
.setUseLineSpacingFromFallbacks(true)
.setBreakStrategy(Layout.BREAK_STRATEGY_HIGH_QUALITY)
.setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_FULL);
.setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_FULL_FAST);
int maxLines;
if (mMaxLinesForHeight > 0) {
maxLines = mMaxLinesForHeight;