Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java352 final float wordWidth = paint.measureText("MMMM"); in testEllipsize_multiCodepoint() local
358 TextUtils.ellipsize("MMMM", paint, 0.7f * wordWidth, in testEllipsize_multiCodepoint()
364 TextUtils.ellipsize("MMMM", paint, 0.7f * wordWidth, in testEllipsize_multiCodepoint()
370 TextUtils.ellipsize("MM", paint, 0.45f * wordWidth, in testEllipsize_multiCodepoint()
376 TextUtils.ellipsize("MM", paint, 0.45f * wordWidth, in testEllipsize_multiCodepoint()
385 TextUtils.ellipsize("MMMM", paint, 0.7f * wordWidth, in testEllipsize_multiCodepoint()
391 TextUtils.ellipsize("MMMM", paint, 0.7f * wordWidth, in testEllipsize_multiCodepoint()
397 TextUtils.ellipsize("MM", paint, 0.45f * wordWidth, in testEllipsize_multiCodepoint()
403 TextUtils.ellipsize("MM", paint, 0.45f * wordWidth, in testEllipsize_multiCodepoint()
H A DStaticLayoutTest.java736 final float wordWidth = paint.measureText(longWord); in testLocaleSpanAffectsHyphenation() local
738 final int paraWidth = Math.round(wordWidth * 1.8f); in testLocaleSpanAffectsHyphenation()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewTest.java125 float wordWidth = paint.measureText(word, 0, word.length()); in testHyphenationWidth() local
134 int width = (int)(wordWidth * 0.7); in testHyphenationWidth()