Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/
DTextLineTest.java53 final float expandedWidth = 2 * originalWidth; in stretchesToFullWidth() local
55 tl.justify(expandedWidth); in stretchesToFullWidth()
58 return Math.abs(newWidth - expandedWidth) < 0.5; in stretchesToFullWidth()